summaryrefslogtreecommitdiff
path: root/src/uniq.c
Commit message (Expand)AuthorAgeFilesLines
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-3/+3
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-2/+2
* (check_file): Report error right away if I/O fails,Jim Meyering2003-09-221-2/+8
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-2/+2
* revert previous changeJim Meyering2003-09-181-1/+1
* Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering2003-09-181-1/+1
* Don't include headers already included by system.h:Jim Meyering2003-07-231-1/+0
* (writeline): Use a SPACE, not a TAB between theJim Meyering2003-07-181-1/+1
* Reflect renaming: readline -> readlinebuffer.Jim Meyering2003-06-181-3/+3
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* Fix uniq to conform to POSIX, which requires that "uniq -d -u"Jim Meyering2003-05-141-25/+25
* (main): Don't segfault when argc < optind.Jim Meyering2003-05-101-2/+2
* Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-4/+4
* Include hard-locale.h, xmemcoll.h.Jim Meyering2002-08-021-12/+17
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* Include posixver.h.Jim Meyering2002-02-161-28/+15
* (main): Prepend `warning: ' to the diagnostic, so it'sJim Meyering2002-02-021-1/+1
* Add more support for POSIX 1003.1-2001, which requires removal forJim Meyering2002-02-021-10/+21
* (main): Issue a warning for obsolete usage, unless POSIXLY_CORRECT.Jim Meyering2002-01-181-1/+7
* add 2002 to Copyright lineJim Meyering2002-01-161-1/+1
* Add support for POSIX 1003.1-2001, which requires removal forJim Meyering2002-01-161-2/+6
* (usage): Remove strap `)' in --help output.Jim Meyering2001-12-171-1/+1
* Reflect renaming to, and new usage of these macros:Jim Meyering2001-12-011-2/+2
* (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering2001-12-011-4/+2
* Factor out some common strings to make translation easier.Jim Meyering2001-11-231-0/+8
* (usage): Split --help output into smaller pieces.Jim Meyering2001-11-111-2/+6
* (usage): Say thatJim Meyering2001-11-041-0/+1
* Rename --all-repeated argument `precede' to `prepend'.Jim Meyering2001-10-041-6/+6
* (main): Fix a typo in the previous patch: missingJim Meyering2001-08-251-0/+5
* (main): Fix some more incompatibilities with POSIX.2,Jim Meyering2001-08-251-28/+38
* (main): Don't report an error when given the valid options `+3 -d'.Jim Meyering2001-08-251-1/+1
* (different): Don't assume that lengths can fitJim Meyering2001-08-251-8/+5
* Remove arbitrary restrictions on sizes, fixing a bug reportedJim Meyering2001-08-251-51/+38
* (find_field): Don't count trailing newline to beJim Meyering2001-08-251-1/+1
* (AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering2001-08-131-1/+1
* Rename new option values: s/all/precede/ and s/minimum/separate/.Jim Meyering2001-05-201-11/+16
* (delimit_method_map): Remove trailing comma.Jim Meyering2001-05-191-1/+1
* Support new modes for uniq's --all-repeated option.Jim Meyering2001-05-191-2/+49
* (usage): Warn that the +N form will be withdrawn.Jim Meyering2001-03-181-2/+2
* (main): Fix off-by-argc test, so +N-style options are recognized once again.Jim Meyering2000-06-201-2/+2
* Arrange to call close_stdout upon exit. Don't close stdout explicitly.Jim Meyering2000-05-201-2/+7
* tweak commentJim Meyering1999-08-221-4/+6
* (check_file): Explain why we have separate `if' and `else'Jim Meyering1999-08-221-0/+5
* (check_file): Generate each line of output earlier,Jim Meyering1999-08-221-29/+58
* (SWAP_LINES): New macro.Jim Meyering1999-08-221-7/+10
* (check_file): Move declarations of local variablesJim Meyering1999-08-221-7/+10
* (find_field, different): Use size_t, not int, for lengths.Jim Meyering1999-07-041-5/+4
* Standardize --help and --version processing.Jim Meyering1999-04-041-4/+6
* Use AUTHORS in place of string in parse_long_options call.Jim Meyering1999-04-031-1/+1
* Insert AUTHORS definition.Jim Meyering1999-04-031-0/+2