summaryrefslogtreecommitdiff
path: root/usr.bin/tr/tr.c
AgeCommit message (Expand)Author
2013-08-11Whitespace.dholland
2013-08-11Don't explicitly zero bss variables that are already zeroed.dholland
2013-08-11Add comments explaining how this works.dholland
2013-08-11Simplify the parser handling.dholland
2013-08-11Remove silly written-out initialization of string1.dholland
2013-08-11Make tr -c work. Fixes PR 48113.dholland
2013-08-11apply some CSEdholland
2013-08-11Restore preexisting wrong behavior of tr -c (translates all charactersdholland
2013-08-11sprinkle constdholland
2013-08-11Make the parser state opaque. While here, fix a memory leak when usingdholland
2013-08-10Expose less of the parser state outside str.c.dholland
2011-09-06ANSIfy. Sprinkle const and __dead.joerg
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
1997-10-20WARNSify, fix .Nm usage, getopt returns -1 not EOF, use <err.h>lukem
1995-08-31Sync with 4.4lite2jtc
1994-12-07Merged with 4.4lite.jtc
1993-08-01Add RCS identifiers.mycroft
1993-04-27integrated updated 'tr' from ftp.uu.net:bsd-sourcesglass
1993-03-21initial import of 386bsd-0.1 sourcescgd