summaryrefslogtreecommitdiff
path: root/usr.bin/tr
AgeCommit message (Expand)Author
2019-05-29tr.1: add a "see also" xref to ctype(3) (to align with an inlinegutteridge
2018-05-26Do not accept invalid octal character values (>= 0400).leot
2017-07-03Remove workaround for ancient HTML generation code.wiz
2013-08-11Whitespace.dholland
2013-08-11Fix another bug, relating to parsing the [=x=] syntax.dholland
2013-08-11Tidy up more. This is pretty ratty code.dholland
2013-08-11Tidy up.dholland
2013-08-11Pass -Wpointer-sign.dholland
2013-08-11avoid undefined behavior.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
2013-08-10punctuation usagedholland
2013-05-29Expand "it's", and fix fix convention notation.wiz
2013-05-29- Improve wording and punctuation;wiz
2012-08-10Remove many HAVE_GCC || HAVE_PCC conditionals as the options also applyjoerg
2011-09-08revert previous; don't change the logic.christos
2011-09-08don't forget to 0 init the rest of the array since now we removed the memsetchristos
2011-09-08a little more KNF, plus add \e (from the previous commit)christos
2011-09-08It is pointless to assign to the CLASS.set member and never use it again.christos
2011-09-07Add comment to explain the const issue to avoid future trouble.joerg
2011-09-07Remove newly-introduced const qualifier from static CLASS classes[],riz
2011-09-06ANSIfy. Sprinkle const and __dead.joerg
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2009-11-12Do not use \." for comments, always use .\". Discussed with uwe@.joerg
2009-08-22Fix markup.joerg
2009-04-13Fix WARNS=4 (-Wcast-qual -Wextra)lukem
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-01-17Remove duplicate #includeshubertf
2006-09-17"is be" -> "is"wiz
2006-05-12use -Wno-pointer-sign with GCC4.mrg
2004-03-24As in other man pages, use .Dq for strings, and .Sq for single characters.wiz
2004-03-24Document that tr(1) was written for US-ASCII and may not work asfair
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-20Add the EXIT STATUS section header.jmmv
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-08Punctuation nit.wiz
2001-12-01Whitespace cleanup.wiz
1999-03-16Correct the ctype function used for [:print:] character class; from Soren S.kleink
1998-02-06macroize BSD, NetBSD, FreeBSD and misc cleanupperry
1997-10-20WARNSify, fix .Nm usage, getopt returns -1 not EOF, use <err.h>lukem