summaryrefslogtreecommitdiff
path: root/src/uniq.c
AgeCommit message (Expand)Author
2001-11-23Factor out some common strings to make translation easier.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-04(usage): Say thatJim Meyering
2001-10-04Rename --all-repeated argument `precede' to `prepend'.Jim Meyering
2001-08-25(main): Fix a typo in the previous patch: missingJim Meyering
2001-08-25(main): Fix some more incompatibilities with POSIX.2,Jim Meyering
2001-08-25(main): Don't report an error when given the valid options `+3 -d'.Jim Meyering
2001-08-25(different): Don't assume that lengths can fitJim Meyering
2001-08-25Remove arbitrary restrictions on sizes, fixing a bug reportedJim Meyering
2001-08-25(find_field): Don't count trailing newline to beJim Meyering
2001-08-13(AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering
2001-05-20Rename new option values: s/all/precede/ and s/minimum/separate/.Jim Meyering
2001-05-19(delimit_method_map): Remove trailing comma.Jim Meyering
2001-05-19Support new modes for uniq's --all-repeated option.Jim Meyering
2001-03-18(usage): Warn that the +N form will be withdrawn.Jim Meyering
2000-06-20(main): Fix off-by-argc test, so +N-style options are recognized once again.Jim Meyering
2000-05-20Arrange to call close_stdout upon exit. Don't close stdout explicitly.Jim Meyering
1999-08-22tweak commentJim Meyering
1999-08-22(check_file): Explain why we have separate `if' and `else'Jim Meyering
1999-08-22(check_file): Generate each line of output earlier,Jim Meyering
1999-08-22(SWAP_LINES): New macro.Jim Meyering
1999-08-22(check_file): Move declarations of local variablesJim Meyering
1999-07-04(find_field, different): Use size_t, not int, for lengths.Jim Meyering
1999-04-04Standardize --help and --version processing.Jim Meyering
1999-04-03Use AUTHORS in place of string in parse_long_options call.Jim Meyering
1999-04-03Insert AUTHORS definition.Jim Meyering
1999-04-03Use PROGRAM_NAME in place of string in parse_long_options call.Jim Meyering
1999-04-03define PROGRAM_NAMEJim Meyering
1999-03-04Include long-options.hJim Meyering
1999-02-16update copyright datesJim Meyering
1999-01-14Don't prototype usage as static.Jim Meyering
1999-01-09declare `match'Jim Meyering
1999-01-09New option: --all-repeated (-D).Jim Meyering
1998-09-19update bug-reporting addressJim Meyering
1998-06-29revert back to using lower case _unlocked wrapper namesJim Meyering
1998-06-29Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering
1998-04-27Remove definition of _GNU_SOURCEJim Meyering
1998-04-12Use STREQ rather than strcmpJim Meyering
1998-01-10CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX LONG_MAX ULONG_MAXJim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-03-01(usage): Fix typo in --help output. From Andreas Schwab.Jim Meyering
1997-02-09update copyrights for 1997Jim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering
1997-01-25update for changed xstrtou?lJim Meyering
1996-11-03change bug-reporting addressJim Meyering
1996-11-02change bug-reporting addressJim Meyering
1996-10-04(main): update --version output againJim Meyering
1996-10-04(main): update --version output to conform to coding standardJim Meyering
1996-09-02(usage): Tell where to report bugs.Jim Meyering