2008-06-27 |
Jim Meyering | uniq: remove redundant test |
blob | commitdiff | raw |
2008-06-16 |
Jim Meyering | remove redundant const directives |
blob | commitdiff | raw | diff to current |
2008-06-14 |
Jim Meyering | add "const" attribute, where possible |
blob | commitdiff | raw | diff to current |
2008-06-03 |
Jim Meyering | use gnulib's progname module |
blob | commitdiff | raw | diff to current |
2008-06-02 |
Jim Meyering | declare program_name consistently |
blob | commitdiff | raw | diff to current |
2008-06-02 |
Jim Meyering | spell author names consistently |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Jim Meyering | convert 2-author programs to use proper_name |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Pádraig Brady | doc: clarify field delimiter description in uniq -... |
blob | commitdiff | raw | diff to current |
2008-05-06 |
Jim Meyering | avoid problems with sign-extended "char" operand to... |
blob | commitdiff | raw | diff to current |
2007-12-19 |
Paul Eggert | Improve wording in uniq's --help "Note". |
blob | commitdiff | raw | diff to current |
2007-12-18 |
Jim Meyering | * src/uniq.c (usage): Say "key-selection", not "field... |
blob | commitdiff | raw | diff to current |
2007-12-18 |
Jim Meyering | Note that sorting uniq's input is often useful. |
blob | commitdiff | raw | diff to current |
2007-07-23 |
Jim Meyering | Update all copyright notices to use the newer form. |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Jim Meyering | Change "version 2" to "version 3" in all copyright... |
blob | commitdiff | raw | diff to current |
2007-05-13 |
James Youngman | Add -z option to uniq. Originally proposed by Egmont... |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Jim Meyering | Merge branch 'master' of /cu |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Jim Meyering | Help translators include translation team's web or... |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Paul Eggert | Remove some arbitrary restrictions on size fields, |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Paul Eggert | Adjust to today's renaming changes in system.h. |
blob | commitdiff | raw | diff to current |
2006-02-18 |
Jim Meyering | (usage): Use two spaces (not one) to separate the |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Paul Eggert | Adjust to the change to DECIMAL_DIGIT_ACCUMULATE: its... |
blob | commitdiff | raw | diff to current |
2005-07-03 |
Paul Eggert | Don't include stdio-safer.h; no longer needed. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Paul Eggert | (main): Don't complain about -NUM. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Paul Eggert | Include stdio_safer.h. |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Jim Meyering | (delimit_method_string): Use NULL, not `0'. |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Jim Meyering | (main): Update use of DECIMAL_DIGIT_ACCUMULATE. |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Jim Meyering | fix typo |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Jim Meyering | (main): Use DECIMAL_DIGIT_ACCUMULATE macro in place... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Jim Meyering | Before, this command would make uniq skip 11 fields... |
blob | commitdiff | raw | diff to current |
2005-03-06 |
Jim Meyering | Remove `register' keyword. |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Paul Eggert | (different): Assume setlocale exists. |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Jim Meyering | (check_file): Don't check stdout for errors here. |
blob | commitdiff | raw | diff to current |
2004-08-03 |
Paul Eggert | (hard_LC_COLLATE, ignore_case, different, check_file, |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Jim Meyering | (main): Standardize on the diagnostics given when someo... |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Jim Meyering | (usage): Use EXIT_SUCCESS, not 0, for clarity. |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Jim Meyering | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Jim Meyering | (check_file): Report error right away if I/O fails, |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Jim Meyering | revert previous change |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Jim Meyering | Update AUTHORS definition to be a comma-separated list... |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Jim Meyering | Don't include headers already included by system.h: |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Jim Meyering | (writeline): Use a SPACE, not a TAB between the |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Jim Meyering | Reflect renaming: readline -> readlinebuffer. |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Jim Meyering | (main): Call initialize_main. |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Jim Meyering | Fix uniq to conform to POSIX, which requires that ... |
blob | commitdiff | raw | diff to current |
2003-05-10 |
Jim Meyering | (main): Don't segfault when argc < optind. |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Jim Meyering | Change `exit (0)' to `exit (EXIT_SUCCESS)', |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Jim Meyering | Include hard-locale.h, xmemcoll.h. |
blob | commitdiff | raw | diff to current |
2002-07-02 |
Jim Meyering | (usage): Use the PACKAGE_BUGREPORT e-mail address,... |
blob | commitdiff | raw | diff to current |
2002-02-16 |
Jim Meyering | Include posixver.h. |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Jim Meyering | (main): Prepend `warning: ' to the diagnostic, so it's |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Jim Meyering | Add more support for POSIX 1003.1-2001, which requires... |
blob | commitdiff | raw | diff to current |
2002-01-18 |
Jim Meyering | (main): Issue a warning for obsolete usage, unless... |
blob | commitdiff | raw | diff to current |
2002-01-16 |
Jim Meyering | add 2002 to Copyright line |
blob | commitdiff | raw | diff to current |
2002-01-16 |
Jim Meyering | Add support for POSIX 1003.1-2001, which requires remov... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Jim Meyering | (usage): Remove strap `)' in --help output. |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Jim Meyering | Reflect renaming to, and new usage of these macros: |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Jim Meyering | (usage): Use new macros, EMIT_HELP_DESCRIPTION and... |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Jim Meyering | Factor out some common strings to make translation... |
blob | commitdiff | raw | diff to current |
2001-11-11 |
Jim Meyering | (usage): Split --help output into smaller pieces. |
blob | commitdiff | raw | diff to current |
2001-11-04 |
Jim Meyering | (usage): Say that |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Jim Meyering | Rename --all-repeated argument `precede' to `prepend'. |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Jim Meyering | (main): Fix a typo in the previous patch: missing |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Jim Meyering | (main): Fix some more incompatibilities with POSIX.2, |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Jim Meyering | (main): Don't report an error when given the valid... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Jim Meyering | (different): Don't assume that lengths can fit |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Jim Meyering | Remove arbitrary restrictions on sizes, fixing a bug... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Jim Meyering | (find_field): Don't count trailing newline to be |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Jim Meyering | (AUTHORS): Mark string for translation, since it contai... |
blob | commitdiff | raw | diff to current |
2001-05-20 |
Jim Meyering | Rename new option values: s/all/precede/ and s/minimum... |
blob | commitdiff | raw | diff to current |
2001-05-19 |
Jim Meyering | (delimit_method_map): Remove trailing comma. |
blob | commitdiff | raw | diff to current |
2001-05-19 |
Jim Meyering | Support new modes for uniq's --all-repeated option. |
blob | commitdiff | raw | diff to current |
2001-03-18 |
Jim Meyering | (usage): Warn that the +N form will be withdrawn. |
blob | commitdiff | raw | diff to current |
2000-06-20 |
Jim Meyering | (main): Fix off-by-argc test, so +N-style options are... |
blob | commitdiff | raw | diff to current |
2000-05-20 |
Jim Meyering | Arrange to call close_stdout upon exit. Don't close... |
blob | commitdiff | raw | diff to current |
1999-08-22 |
Jim Meyering | tweak comment |
blob | commitdiff | raw | diff to current |
1999-08-22 |
Jim Meyering | (check_file): Explain why we have separate `if' and... |
blob | commitdiff | raw | diff to current |
1999-08-22 |
Jim Meyering | (check_file): Generate each line of output earlier, |
blob | commitdiff | raw | diff to current |
1999-08-22 |
Jim Meyering | (SWAP_LINES): New macro. |
blob | commitdiff | raw | diff to current |
1999-08-22 |
Jim Meyering | (check_file): Move declarations of local variables |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Jim Meyering | (find_field, different): Use size_t, not int, for lengths. |
blob | commitdiff | raw | diff to current |
1999-04-04 |
Jim Meyering | Standardize --help and --version processing. |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Jim Meyering | Use AUTHORS in place of string in parse_long_options... |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Jim Meyering | Insert AUTHORS definition. |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Jim Meyering | Use PROGRAM_NAME in place of string in parse_long_optio... |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Jim Meyering | define PROGRAM_NAME |
blob | commitdiff | raw | diff to current |
1999-03-04 |
Jim Meyering | Include long-options.h |
blob | commitdiff | raw | diff to current |
1999-02-16 |
Jim Meyering | update copyright dates |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Jim Meyering | Don't prototype usage as static. |
blob | commitdiff | raw | diff to current |
1999-01-09 |
Jim Meyering | declare `match' |
blob | commitdiff | raw | diff to current |
1999-01-09 |
Jim Meyering | New option: --all-repeated (-D). |
blob | commitdiff | raw | diff to current |
1998-09-19 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | raw | diff to current |
1998-06-29 |
Jim Meyering | revert back to using lower case _unlocked wrapper names |
blob | commitdiff | raw | diff to current |
1998-06-29 |
Jim Meyering | Change all uses of unlocked-wrapped functions to their... |
blob | commitdiff | raw | diff to current |
1998-04-27 |
Jim Meyering | Remove definition of _GNU_SOURCE |
blob | commitdiff | raw | diff to current |
1998-04-12 |
Jim Meyering | Use STREQ rather than strcmp |
blob | commitdiff | raw | diff to current |
1998-01-10 |
Jim Meyering | CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX... |
blob | commitdiff | raw | diff to current |
1997-10-07 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | raw | diff to current |
next |