summaryrefslogtreecommitdiff
path: root/usr.bin/uniq
AgeCommit message (Expand)Author
2022-01-01uniq(1): miscellaneous style(9)-ish stuffScott Soule Cheloha
2022-01-01uniq(1): bump numchars, numfields from int to long longScott Soule Cheloha
2022-01-01uniq(1): freopen(3) stdin, stdoutScott Soule Cheloha
2021-12-24uniq(1): skip() each input line only onceScott Soule Cheloha
2021-11-17uniq(1): ignore trailing newlines when comparing linesScott Soule Cheloha
2021-11-02Add HISTORY section. OK schwarze@.Todd C. Miller
2021-11-01uniq(1): support arbitrarily long input linesScott Soule Cheloha
2018-07-31KNFTheo de Raadt
2017-12-24Avoid comparing equal lines twice when running without -i.Theo Buehler
2017-12-23clarify that -i only affects the comparison of ASCII characters;Ingo Schwarze
2017-12-21Add an -i option for case insensitive comparison of lines.Theo Buehler
2016-10-24Unify wording for LC_CTYPE in ENVIRONMENT:Ingo Schwarze
2015-12-19UTF-8 support:Ingo Schwarze
2015-11-02Cast isdigit()'s argument to an unsigned char.mmcc
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-04Repair tame() error check to be == -1Theo de Raadt
2015-10-03uniq has a complicated initialization around getopt. beforehands, weTheo de Raadt
2013-11-26unsigned char casts for ctypeTheo de Raadt
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-19replace standardized text concerning the exit values of applicationsIgor Sobrado
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
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2006-04-07Stylistic changes initially from Thordur I. Bjornsson, more cleanupRay Lai
2004-08-10- reword -d and -u to make them simpler; based on a diff from Andreas Kahari,Jason McIntyre
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-05strlcpy whack; miod okTheo de Raadt
2003-01-11Manpage fixups from jmc, plus a minor tweak by me.Hugh Graham
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
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
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