summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr/tr.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-3/+3
2015-10-06only modifies data, stdin to stdout, so tame "stdout"deraadt1-1/+4
2014-06-03Accept -C as an alias for -c. The -C option should be locale-aware,millert1-10/+11
2013-11-27remove erroneous char cast to switch expression processing getopt(3);okan1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-14/+1
2008-07-09documentation tweaks.sobrado1-6/+7
2004-09-15signed and unsigned char wigglesderaadt1-5/+5
2004-05-09spacingderaadt1-7/+7
2003-06-26print usage in one printf (instead of four)mickey1-6/+6
2003-06-10mostly ansi cleanup; pval okderaadt1-11/+5
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert1-7/+3
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-4/+4
2002-02-09fix "no characters" input case; tim@robbins.dropbear.id.auderaadt1-2/+3
2001-11-19kill more registersmpech1-4/+4
1997-07-25use err(3)mickey1-32/+4
1997-07-25#if __STDC__ --> #ifdef __STDC__mickey1-5/+5
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-06-26rcsidderaadt1-1/+2
1995-10-18initial import of NetBSD treederaadt1-0/+295