summaryrefslogtreecommitdiff
path: root/usr.bin/uniq
AgeCommit message (Expand)Author
2019-04-23remove unused labelchristos
2019-04-23Don't pass '-' to getopt(3). My guess is that *very* old getoptuwe
2016-10-16Fix the bug introduced in the previous commit.abhinav
2016-10-14A small optimization: since we already know the length of the lines, checkabhinav
2012-08-26- synchronize `usage' message with man page.wiz
2012-08-26- improve punctuation;wiz
2010-10-06Sync usage with man page.wiz
2010-10-06Allow -c with -d/-u. While uniq -cu isn't that useful, uniq -cd often is.dholland
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-01-06Don't limit lines to 8K.christos
2007-01-06Bump date for previous.wiz
2007-01-05Ansi, KNF, no functional change.christos
2007-01-05Note that uniq uses a max line length of 8192 bytes.jschauma
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-14asprintf is easier and saferitojun
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
1998-12-19char -> unsigned charchristos
1997-10-20WARNSify, fix .Nm usage, deprecate register, getopt returns -1, use <err.h>lukem
1995-08-31Sync with 44lite2jtc
1994-12-06Merged with 4.4lite.jtc
1993-08-27Minor tweaks: including header files to bring prototypes into scope,jtc
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-07-30Add RCS identifiers.mycroft
1993-07-30Latest version from uunet.mycroft
1993-07-05uniq -c < /dev/null used to fail. fgets return value was ignored.deraadt
1993-04-26Fix NULL pointer reference.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd