| Age | Commit message (Expand) | Author |
| 2019-05-29 | tr.1: add a "see also" xref to ctype(3) (to align with an inline | gutteridge |
| 2018-05-26 | Do not accept invalid octal character values (>= 0400). | leot |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2013-08-11 | Whitespace. | dholland |
| 2013-08-11 | Fix another bug, relating to parsing the [=x=] syntax. | dholland |
| 2013-08-11 | Tidy up more. This is pretty ratty code. | dholland |
| 2013-08-11 | Tidy up. | dholland |
| 2013-08-11 | Pass -Wpointer-sign. | dholland |
| 2013-08-11 | avoid undefined behavior. | dholland |
| 2013-08-11 | Don't explicitly zero bss variables that are already zeroed. | dholland |
| 2013-08-11 | Add comments explaining how this works. | dholland |
| 2013-08-11 | Simplify the parser handling. | dholland |
| 2013-08-11 | Remove silly written-out initialization of string1. | dholland |
| 2013-08-11 | Make tr -c work. Fixes PR 48113. | dholland |
| 2013-08-11 | apply some CSE | dholland |
| 2013-08-11 | Restore preexisting wrong behavior of tr -c (translates all characters | dholland |
| 2013-08-11 | sprinkle const | dholland |
| 2013-08-11 | Make the parser state opaque. While here, fix a memory leak when using | dholland |
| 2013-08-10 | Expose less of the parser state outside str.c. | dholland |
| 2013-08-10 | punctuation usage | dholland |
| 2013-05-29 | Expand "it's", and fix fix convention notation. | wiz |
| 2013-05-29 | - Improve wording and punctuation; | wiz |
| 2012-08-10 | Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply | joerg |
| 2011-09-08 | revert previous; don't change the logic. | christos |
| 2011-09-08 | don't forget to 0 init the rest of the array since now we removed the memset | christos |
| 2011-09-08 | a little more KNF, plus add \e (from the previous commit) | christos |
| 2011-09-08 | It is pointless to assign to the CLASS.set member and never use it again. | christos |
| 2011-09-07 | Add comment to explain the const issue to avoid future trouble. | joerg |
| 2011-09-07 | Remove newly-introduced const qualifier from static CLASS classes[], | riz |
| 2011-09-06 | ANSIfy. Sprinkle const and __dead. | joerg |
| 2011-06-20 | remove most of the remaining HAVE_GCC tests that are always true in | mrg |
| 2009-11-12 | Do not use \." for comments, always use .\". Discussed with uwe@. | joerg |
| 2009-08-22 | Fix markup. | joerg |
| 2009-04-13 | Fix WARNS=4 (-Wcast-qual -Wextra) | lukem |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-01-17 | Remove duplicate #includes | hubertf |
| 2006-09-17 | "is be" -> "is" | wiz |
| 2006-05-12 | use -Wno-pointer-sign with GCC4. | mrg |
| 2004-03-24 | As in other man pages, use .Dq for strings, and .Sq for single characters. | wiz |
| 2004-03-24 | Document that tr(1) was written for US-ASCII and may not work as | fair |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-20 | Add the EXIT STATUS section header. | jmmv |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2001-12-08 | Punctuation nit. | wiz |
| 2001-12-01 | Whitespace cleanup. | wiz |
| 1999-03-16 | Correct the ctype function used for [:print:] character class; from Soren S. | kleink |
| 1998-02-06 | macroize BSD, NetBSD, FreeBSD and misc cleanup | perry |
| 1997-10-20 | WARNSify, fix .Nm usage, getopt returns -1 not EOF, use <err.h> | lukem |