Age | Commit message (Expand) | Author |
2004-07-25 | (R_OK, W_OK, X_OK, FOK): Remove; system.h defines them. | Paul Eggert |
2004-06-22 | (usage): Correct description of `-t FD'. The file | Jim Meyering |
2004-06-21 | Standardize on the diagnostics given when someone gives | Jim Meyering |
2004-06-01 | (binary_operator, and, or, main): | Jim Meyering |
2004-01-22 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering |
2003-11-05 | Cast NULL to `(char *)' in call to variadic function, | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-07-26 | Include exitfail.h. | Jim Meyering |
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering |
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering |
2003-07-16 | (integer_expected_error): Improve diagnostic -- now, | Jim Meyering |
2003-07-16 | (AUTHORS): Replace 3-letter usernames with the actual | Jim Meyering |
2003-07-16 | Running `[' with no arguments would evoke a segfault. | Jim Meyering |
2003-07-06 | Add support for a "[" that conforms to the GNU coding standards, | Jim Meyering |
2003-06-17 | (main): Call initialize_main. | Jim Meyering |
2003-06-02 | [!TEST_STANDALONE]: Remove #if-0'd block. | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-02-10 | add comments and fix dumb typos | Jim Meyering |
2003-02-10 | Don't include group-member.h. | Jim Meyering |
2003-02-09 | (test_stat): Remove function. It's job is done (only | Jim Meyering |
2002-12-15 | Remove all uses of `PARAMS'. | Jim Meyering |
2002-09-25 | (eaccess): Change type of local `euid' from int to uid_t | Jim Meyering |
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering |
2002-04-28 | (integer_expected_error): Add `const' to paramater | Jim Meyering |
2002-04-28 | (test_syntax_error): Add `const' to paramater | Jim Meyering |
2002-03-25 | update copyright | Jim Meyering |
2002-03-25 | (age_of): Return -1 and 0 rather than 0 and 1. | Jim Meyering |
2001-12-15 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering |
2001-11-25 | (usage): Indent --help and --version strings to start in the 7th column. | Jim Meyering |
2001-09-16 | (usage): Describe -h option. | Jim Meyering |
2001-09-09 | (binary_operator): Correct typo in diagnostic. | Jim Meyering |
2001-08-18 | (binary_operator): Move declarations of lt,rt `down' | Jim Meyering |
2001-08-18 | (isint, binary_operator, unary_operator): | Jim Meyering |
2001-08-14 | (AUTHORS): Mark string for translation, since it contains the English word `a... | Jim Meyering |
2000-05-07 | Include "closeout.h". | Jim Meyering |
1999-08-22 | Use ATTRIBUTE_NORETURN instead of NO_RETURN_ATTRIBUTE. | Jim Meyering |
1999-03-29 | PROGRAM_NAME: rename from COMMAND_NAME | Jim Meyering |
1999-03-04 | (main): Include author name argument in call to parse_long_options. | Jim Meyering |
1999-02-16 | update copyright dates | Jim Meyering |
1999-01-25 | (usage): Remove static attribute. | Jim Meyering |
1998-09-19 | update bug-reporting address | Jim Meyering |
1998-06-29 | revert back to using lower case _unlocked wrapper names | Jim Meyering |
1998-06-28 | experimental support for -t [optional fd] -- probably soon to be backed out | Jim Meyering |
1998-05-26 | (two_arguments): Don't test argv[pos][2] if it's past end of string. | Jim Meyering |
1997-12-21 | s/__P/PARAMS/ | Jim Meyering |
1997-10-25 | Remove old-style xmalloc and xrealloc decls. | Jim Meyering |
1997-10-23 | [STREQ]: Undef then redefine. | Jim Meyering |