summaryrefslogtreecommitdiff
path: root/usr.bin/uniq/uniq.c
AgeCommit message (Expand)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-11-11Mention that -cd and -cu are possible, and that it's an extension to POSIX.Matthias Kilian
2007-11-09Allow -c in conjunction with -d (and -u).Matthias Kilian
2006-04-07Stylistic changes initially from Thordur I. Bjornsson, more cleanupRay Lai
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-05strlcpy whack; miod okTheo de Raadt
2002-12-08Treat a file name of "-" as either stdin or stdout, depending on position.Todd C. Miller
2002-12-08No need to try and catch "--" by hand, getopt() does it for us.Todd C. Miller
2002-07-13ansiTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
1997-07-25use err(3)Michael Shalayeff
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt