Age | Commit message (Expand) | Author |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-05-13 | Add -z option to uniq. Originally proposed by Egmont Koblinger. | James Youngman |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2006-12-13 | Remove some arbitrary restrictions on size fields, | Paul Eggert |
2006-07-09 | Adjust to today's renaming changes in system.h. | Paul Eggert |
2006-02-18 | (usage): Use two spaces (not one) to separate the | Jim Meyering |
2005-07-05 | Adjust to the change to DECIMAL_DIGIT_ACCUMULATE: its last arg is now | Paul Eggert |
2005-07-03 | Don't include stdio-safer.h; no longer needed. | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-04-26 | (main): Don't complain about -NUM. | Paul Eggert |
2005-04-11 | Include stdio_safer.h. | Paul Eggert |
2005-03-28 | (delimit_method_string): Use NULL, not `0'. | Jim Meyering |
2005-03-25 | (main): Update use of DECIMAL_DIGIT_ACCUMULATE. | Jim Meyering |
2005-03-18 | fix typo | Jim Meyering |
2005-03-17 | (main): Use DECIMAL_DIGIT_ACCUMULATE macro in place of nearly-equivalent code. | Jim Meyering |
2005-03-17 | Before, this command would make uniq skip 11 fields and print | Jim Meyering |
2005-03-06 | Remove `register' keyword. | Jim Meyering |
2004-12-02 | (different): Assume setlocale exists. | Paul Eggert |
2004-11-19 | (check_file): Don't check stdout for errors here. | Jim Meyering |
2004-08-03 | (hard_LC_COLLATE, ignore_case, different, check_file, | Paul Eggert |
2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering |
2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-09-22 | (check_file): Report error right away if I/O fails, | 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-23 | Don't include headers already included by system.h: | Jim Meyering |
2003-07-18 | (writeline): Use a SPACE, not a TAB between the | Jim Meyering |
2003-06-18 | Reflect renaming: readline -> readlinebuffer. | Jim Meyering |
2003-06-17 | (main): Call initialize_main. | Jim Meyering |
2003-05-14 | Fix uniq to conform to POSIX, which requires that "uniq -d -u" | Jim Meyering |
2003-05-10 | (main): Don't segfault when argc < optind. | Jim Meyering |
2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering |
2002-08-02 | Include hard-locale.h, xmemcoll.h. | Jim Meyering |
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering |
2002-02-16 | Include posixver.h. | Jim Meyering |
2002-02-02 | (main): Prepend `warning: ' to the diagnostic, so it's | Jim Meyering |
2002-02-02 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering |
2002-01-18 | (main): Issue a warning for obsolete usage, unless POSIXLY_CORRECT. | Jim Meyering |
2002-01-16 | add 2002 to Copyright line | Jim Meyering |
2002-01-16 | Add support for POSIX 1003.1-2001, which requires removal for | Jim Meyering |
2001-12-17 | (usage): Remove strap `)' in --help output. | Jim Meyering |
2001-12-01 | Reflect renaming to, and new usage of these macros: | Jim Meyering |
2001-12-01 | (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTION | Jim Meyering |
2001-11-23 | Factor out some common strings to make translation easier. | Jim Meyering |
2001-11-11 | (usage): Split --help output into smaller pieces. | Jim Meyering |
2001-11-04 | (usage): Say that | Jim Meyering |
2001-10-04 | Rename --all-repeated argument `precede' to `prepend'. | Jim Meyering |