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-06-02 | spell author names consistently | Jim Meyering |
2008-05-26 | convert 2-author programs to use proper_name | Jim Meyering |
2008-05-19 | doc: clarify field delimiter description in uniq --help output | Pádraig Brady |
2008-05-06 | avoid problems with sign-extended "char" operand to is* functions | Jim Meyering |
2007-12-19 | Improve wording in uniq's --help "Note". | Paul Eggert |
2007-12-18 | * src/uniq.c (usage): Say "key-selection", not "field-selection". | Jim Meyering |
2007-12-18 | Note that sorting uniq's input is often useful. | 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-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 |