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