(usage): Say that
[platform/upstream/coreutils.git] / src / uniq.c
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...
1996-01-04 Jim Meyering(usage): Tweak wording in --help output.
1995-12-15 Jim Meyering(main): Use xstrtol instead of atoi.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-10-31 Jim MeyeringAdd `const' attribute to some parameters.
1995-10-30 Jim MeyeringProtoize.
1995-10-30 Jim MeyeringReorder functions to obviate forward dcls.
1995-08-07 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-06-24 Jim MeyeringUndefine min and/or max before defining to avoid redefi...
1995-06-24 Jim Meyering(usage): Fix typo.
1995-06-18 Jim Meyeringmerge with 1.12
1995-05-13 Jim Meyering(usage): Include one- or two-line synopsis in --help...
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
1994-10-19 Jim Meyeringmerge with 1.9.1h
1994-04-13 Jim Meyering.
1993-10-24 Jim Meyeringmerge with 1.8h
1993-10-23 Jim Meyeringmerge with 1.8d+
1993-10-21 Jim Meyeringmerge with 1.8d
1993-10-21 Jim Meyeringmerge with 1.8c
1993-10-05 Jim Meyeringmerge with 1.8a
1993-05-22 Jim Meyeringmerge with 1.5.2
1993-05-01 Jim Meyeringmerge with 1.4.2.
1993-04-29 Jim Meyeringadd --version and --help
1992-12-07 Jim MeyeringRemove inclusion of <ctype.h> and definitions of is...
1992-12-02 Jim MeyeringConvert static declarations of struct option to use...
1992-11-19 Jim MeyeringMerged in changes for 1.3.5.
1992-11-08 Jim MeyeringDeclared lots of external functions and variables static.
1992-11-08 Jim MeyeringInitial revision