summaryrefslogtreecommitdiff
path: root/src/uniq.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use PROGRAM_NAME in place of string in parse_long_options call.Jim Meyering1999-04-031-1/+1
* define PROGRAM_NAMEJim Meyering1999-04-031-0/+3
* Include long-options.hJim Meyering1999-03-041-17/+4
* update copyright datesJim Meyering1999-02-161-1/+1
* Don't prototype usage as static.Jim Meyering1999-01-141-1/+1
* declare `match'Jim Meyering1999-01-091-0/+1
* New option: --all-repeated (-D).Jim Meyering1999-01-091-9/+30
* update bug-reporting addressJim Meyering1998-09-191-1/+1
* revert back to using lower case _unlocked wrapper namesJim Meyering1998-06-291-5/+5
* Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering1998-06-291-5/+5
* Remove definition of _GNU_SOURCEJim Meyering1998-04-271-3/+0
* Use STREQ rather than strcmpJim Meyering1998-04-121-3/+3
* CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX LONG_MAX ULONG_MAXJim Meyering1998-01-101-13/+1
* update bug-reporting addressJim Meyering1997-10-071-1/+1
* (usage): Fix typo in --help output. From Andreas Schwab.Jim Meyering1997-03-011-1/+1
* update copyrights for 1997Jim Meyering1997-02-091-1/+1
* bracket bug address with <> and append a periodJim Meyering1997-02-011-1/+1
* Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering1997-02-011-1/+1
* update for changed xstrtou?lJim Meyering1997-01-251-6/+6
* change bug-reporting addressJim Meyering1996-11-031-1/+1
* change bug-reporting addressJim Meyering1996-11-021-1/+1
* (main): update --version output againJim Meyering1996-10-041-1/+1
* (main): update --version output to conform to coding standardJim Meyering1996-10-041-1/+1
* (usage): Tell where to report bugs.Jim Meyering1996-09-021-0/+1
* (usage): Remove space before newline in usage message.Jim Meyering1996-07-051-1/+1
* update Copyright years for 1996Jim Meyering1996-04-241-1/+1
* Add new option --ignore-case (-i).Jim Meyering1996-04-101-3/+21
* Call error with EXIT_FAILURE (rather than `1') as first actual parameter.Jim Meyering1996-03-241-8/+12
* Exit with status EXIT_SUCCESS or EXIT_FAILURE, rather than 0 or 1.Jim Meyering1996-03-241-3/+3
* (main): Declare to be of type int, not void.Jim Meyering1996-03-211-1/+1
* Don't include version.h.Jim Meyering1996-03-161-2/+1
* (main): Initialize for internationalized message support: call setlocale,Jim Meyering1996-03-091-0/+4
* (usage): Tweak wording in --help output.Jim Meyering1996-01-041-2/+2
* (main): Use xstrtol instead of atoi.Jim Meyering1995-12-151-4/+47
* s/non-zero/nonzero/gJim Meyering1995-11-271-2/+2
* Add `const' attribute to some parameters.Jim Meyering1995-10-311-4/+4
* Protoize.Jim Meyering1995-10-301-18/+6
* Reorder functions to obviate forward dcls.Jim Meyering1995-10-301-181/+175
* Annotate localizable strings with _(...). From Franc,ois.Jim Meyering1995-08-071-7/+7
* Undefine min and/or max before defining to avoid redefinition warningJim Meyering1995-06-241-0/+2
* (usage): Fix typo.Jim Meyering1995-06-241-1/+1
* merge with 1.12Jim Meyering1995-06-181-1/+1
* (usage): Include one- or two-line synopsis in --help output.Jim Meyering1995-05-131-3/+4
* add 1995 to Copyright datesJim Meyering1995-03-091-1/+1
* Include "error.h" instead of simply declaring `void error ();'.Jim Meyering1994-12-161-2/+1
* merge with 1.9.1hJim Meyering1994-10-191-9/+0
* .Jim Meyering1994-04-131-1/+1
* merge with 1.8hJim Meyering1993-10-241-3/+3
* merge with 1.8d+Jim Meyering1993-10-231-11/+33
* merge with 1.8dJim Meyering1993-10-211-0/+11