Age | Commit message (Expand) | Author |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | convert 2-author programs to use proper_name | Jim Meyering |
2008-03-19 | Check for -- and remove -- some unnecessarily included header files. | Jim Meyering |
2007-08-30 | Use PACKAGE_NAME instead of GNU_PACKAGE. | Eric Blake |
2007-08-28 | * src/test.c (usage): Say that [ honors --help and --version, but test does not. | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2006-07-09 | Adjust to today's renaming changes in system.h. | Paul Eggert |
2006-01-11 | (test_syntax_error): Append a newline. All callers | Paul Eggert |
2005-12-09 | (main): Fix misleading comment. | Jim Meyering |
2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert |
2005-08-23 | Remove unnecessary parens in `#if defined (SYMBOL)' expressions. | Jim Meyering |
2005-08-14 | Don't include "timespec.h". | Jim Meyering |
2005-08-14 | Include "timespec.h". | Jim Meyering |
2005-05-30 | Include sys/param.h if it exists, not if _POSIX_VERSION | Paul Eggert |
2005-05-27 | Include inttostr.h, strnumcmp.h. | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-04-07 | (binary_operator) [LINT]: Initialize lt and rt to 0. | Jim Meyering |
2005-04-07 | (binop): Move function definition to precede first use so we can... | Jim Meyering |
2005-04-07 | (is_int, age_of, binop): Declare `char *' parameters to be `const'. | Jim Meyering |
2005-04-04 | (usage): Move USAGE_BUILTIN_WARNING to end of --help output. | Jim Meyering |
2005-04-04 | (usage): Mention that some shells provide a built-in | Jim Meyering |
2005-03-06 | Remove register keyword. | Jim Meyering |
2005-01-13 | (is_int): Don't overflow when evaluating integer constants. | Jim Meyering |
2004-11-14 | (usage): Put the description of `[-n] STRING' | Jim Meyering |
2004-09-09 | (usage): Document -r, -w, -x more carefully. | Paul Eggert |
2004-09-09 | (usage): Mention that -h and -L don't dereference. | Paul Eggert |
2004-09-09 | (usage): Document "test" (with no args) and "[ ]". | Paul Eggert |
2004-09-06 | Sort options in usage message. | Paul Eggert |
2004-08-03 | (TRUE, FALSE, SHELL_BOOLEAN, TRUTH_OR, TRUTH_AND): | Paul Eggert |
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 |