Age | Commit message (Expand) | Author |
2011-01-17 | uniq: replace a wasteful loop with simple calculation | Jim Meyering |
2011-01-17 | uniq: don't continue field processing after end of line | Sami Kerola |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-07-22 | provide POSIX_FADV_SEQUENTIAL hint to appropriate utils | Pádraig Brady |
2010-05-31 | maint: make spacing around "=" consistent, even in IF_LINT | Jim Meyering |
2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering |
2010-02-11 | doc: remove extraneous periods from --help output | Pádraig Brady |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-11-07 | build: consistently use freopen-safer | Eric Blake |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering |
2009-05-05 | doc: note the use of LC_COLLATE in comm, join and uniq | Pádraig Brady |
2008-11-10 | make --help print "Report PROGRAM translation bugs to <...>." | Jim Meyering |
2008-06-28 | uniq: remove redundant test | Jim Meyering |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
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 |