Age | Commit message (Expand) | Author |
2022-01-01 | uniq(1): miscellaneous style(9)-ish stuff | Scott Soule Cheloha |
2022-01-01 | uniq(1): bump numchars, numfields from int to long long | Scott Soule Cheloha |
2022-01-01 | uniq(1): freopen(3) stdin, stdout | Scott Soule Cheloha |
2021-12-24 | uniq(1): skip() each input line only once | Scott Soule Cheloha |
2021-11-17 | uniq(1): ignore trailing newlines when comparing lines | Scott Soule Cheloha |
2021-11-02 | Add HISTORY section. OK schwarze@. | Todd C. Miller |
2021-11-01 | uniq(1): support arbitrarily long input lines | Scott Soule Cheloha |
2018-07-31 | KNF | Theo de Raadt |
2017-12-24 | Avoid comparing equal lines twice when running without -i. | Theo Buehler |
2017-12-23 | clarify that -i only affects the comparison of ASCII characters; | Ingo Schwarze |
2017-12-21 | Add an -i option for case insensitive comparison of lines. | Theo Buehler |
2016-10-24 | Unify wording for LC_CTYPE in ENVIRONMENT: | Ingo Schwarze |
2015-12-19 | UTF-8 support: | Ingo Schwarze |
2015-11-02 | Cast isdigit()'s argument to an unsigned char. | mmcc |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-04 | Repair tame() error check to be == -1 | Theo de Raadt |
2015-10-03 | uniq has a complicated initialization around getopt. beforehands, we | Theo de Raadt |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-01-19 | replace standardized text concerning the exit values of applications | Igor Sobrado |
2007-11-11 | Mention that -cd and -cu are possible, and that it's an extension to POSIX. | Matthias Kilian |
2007-11-09 | Allow -c in conjunction with -d (and -u). | Matthias Kilian |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2006-04-07 | Stylistic changes initially from Thordur I. Bjornsson, more cleanup | Ray 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 reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-05 | strlcpy whack; miod ok | Theo de Raadt |
2003-01-11 | Manpage fixups from jmc, plus a minor tweak by me. | Hugh Graham |
2002-12-08 | Treat a file name of "-" as either stdin or stdout, depending on position. | Todd C. Miller |
2002-12-08 | No need to try and catch "--" by hand, getopt() does it for us. | Todd C. Miller |
2002-07-13 | ansi | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-07-25 | use err(3) | Michael Shalayeff |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-06-26 | rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |