summaryrefslogtreecommitdiff
path: root/src/uniq.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-26(main): Don't complain about -NUM.Paul Eggert1-9/+2
2005-04-11Include stdio_safer.h.Paul Eggert1-26/+20
2005-03-28(delimit_method_string): Use NULL, not `0'.Jim Meyering1-1/+1
2005-03-25(main): Update use of DECIMAL_DIGIT_ACCUMULATE.Jim Meyering1-1/+1
2005-03-18fix typoJim Meyering1-1/+1
2005-03-17(main): Use DECIMAL_DIGIT_ACCUMULATE macro in place of nearly-equivalent code.Jim Meyering1-4/+2
2005-03-17Before, this command would make uniq skip 11 fields and printJim Meyering1-3/+14
2005-03-06Remove `register' keyword.Jim Meyering1-5/+5
2004-12-02(different): Assume setlocale exists.Paul Eggert1-1/+1
2004-11-19(check_file): Don't check stdout for errors here.Jim Meyering1-6/+9
2004-08-03(hard_LC_COLLATE, ignore_case, different, check_file,Paul Eggert1-16/+21
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering1-2/+3
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering1-3/+3
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering1-2/+2
2003-09-22(check_file): Report error right away if I/O fails,Jim Meyering1-2/+8
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering1-2/+2
2003-09-18revert previous changeJim Meyering1-1/+1
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering1-1/+1
2003-07-23Don't include headers already included by system.h:Jim Meyering1-1/+0
2003-07-18(writeline): Use a SPACE, not a TAB between theJim Meyering1-1/+1
2003-06-18Reflect renaming: readline -> readlinebuffer.Jim Meyering1-3/+3
2003-06-17(main): Call initialize_main.Jim Meyering1-0/+1
2003-05-14Fix uniq to conform to POSIX, which requires that "uniq -d -u"Jim Meyering1-25/+25
2003-05-10(main): Don't segfault when argc < optind.Jim Meyering1-2/+2
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering1-4/+4
2002-08-02Include hard-locale.h, xmemcoll.h.Jim Meyering1-12/+17
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering1-1/+1
2002-02-16Include posixver.h.Jim Meyering1-28/+15
2002-02-02(main): Prepend `warning: ' to the diagnostic, so it'sJim Meyering1-1/+1
2002-02-02Add more support for POSIX 1003.1-2001, which requires removal forJim Meyering1-10/+21
2002-01-18(main): Issue a warning for obsolete usage, unless POSIXLY_CORRECT.Jim Meyering1-1/+7
2002-01-16add 2002 to Copyright lineJim Meyering1-1/+1
2002-01-16Add support for POSIX 1003.1-2001, which requires removal forJim Meyering1-2/+6
2001-12-17(usage): Remove strap `)' in --help output.Jim Meyering1-1/+1
2001-12-01Reflect renaming to, and new usage of these macros:Jim Meyering1-2/+2
2001-12-01(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering1-4/+2
2001-11-23Factor out some common strings to make translation easier.Jim Meyering1-0/+8
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering1-2/+6
2001-11-04(usage): Say thatJim Meyering1-0/+1
2001-10-04Rename --all-repeated argument `precede' to `prepend'.Jim Meyering1-6/+6
2001-08-25(main): Fix a typo in the previous patch: missingJim Meyering1-0/+5
2001-08-25(main): Fix some more incompatibilities with POSIX.2,Jim Meyering1-28/+38
2001-08-25(main): Don't report an error when given the valid options `+3 -d'.Jim Meyering1-1/+1
2001-08-25(different): Don't assume that lengths can fitJim Meyering1-8/+5
2001-08-25Remove arbitrary restrictions on sizes, fixing a bug reportedJim Meyering1-51/+38
2001-08-25(find_field): Don't count trailing newline to beJim Meyering1-1/+1
2001-08-13(AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering1-1/+1
2001-05-20Rename new option values: s/all/precede/ and s/minimum/separate/.Jim Meyering1-11/+16
2001-05-19(delimit_method_map): Remove trailing comma.Jim Meyering1-1/+1
2001-05-19Support new modes for uniq's --all-repeated option.Jim Meyering1-2/+49