Improve the check for departures from C89, and fix the departures
[platform/upstream/coreutils.git] / src / uniq.c
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
1997-03-01 Jim Meyering(usage): Fix typo in --help output. From Andreas Schwab.
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1997-01-25 Jim Meyeringupdate for changed xstrtou?l
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-04 Jim Meyering(main): update --version output again
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-07-05 Jim Meyering(usage): Remove space before newline in usage message.
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-04-10 Jim MeyeringAdd new option --ignore-case (-i).
1996-03-24 Jim MeyeringCall error with EXIT_FAILURE (rather than `1') as first...
1996-03-24 Jim MeyeringExit with status EXIT_SUCCESS or EXIT_FAILURE, rather...
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
next