aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tr
Commit message (Expand)AuthorAgeFilesLines
...
* Use err instead of errx when malloc fails. "malloc" is not a helpfulTim J. Robbins2002-07-051-1/+1
* Improve parsing of character and equivalence classes:Tim J. Robbins2002-06-151-4/+9
* Move the #include and #define's to the top of the file.Tim J. Robbins2002-06-141-4/+4
* Bump the size of the equivalence set to NCHARS; this file was left outTim J. Robbins2002-06-141-1/+1
* Sort sections. Avoid using "The -? option" at the start of option descriptions.Tim J. Robbins2002-06-141-11/+7
* Don't treat the trailing ']' of an equivalence class expression as aTim J. Robbins2002-06-141-1/+2
* Add the P1003.1-2001 -C option which complements the set of charactersTim J. Robbins2002-06-142-29/+58
* Implement support for equivalence classes ([=e=]) when the mapping isTim J. Robbins2002-06-143-14/+45
* remove __PWarner Losh2002-03-223-12/+13
* properly handle zero length first string when doing -cAlfred Perlstein2002-03-021-0/+1
* WARNS=2 fixes, use __FBSDID(), kill register keyword.Mark Murray2001-12-112-35/+37
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* mdoc(7) police: -column lists require column width specifiers.Ruslan Ermilov2001-07-061-2/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-33/+33
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-9/+9
* Add DIAGNOSTICS section namePhilippe Charnier2000-03-261-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Submitted by: Joachim Kuebart, thanks.Wolfgang Helbig1997-10-122-11/+23
* Use err(3) instead of local redefinition. Cosmetic in usage().Philippe Charnier1997-08-184-50/+30
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-111-1/+4
* Cast char's to (u_char) before passing them to isctype() functions.Joerg Wunsch1996-03-191-2/+2
* Fix a couple of sign-extension bugs.Joerg Wunsch1996-03-171-2/+2
* Updated to BSD4.4lite2. Fixes PR836. `echo abcd | tr a-d A-BC-D' nowBruce Evans1995-11-281-3/+3
* Fix broken charclass handlingAndrey A. Chernov1995-10-282-3/+15
* Remove declamations which <ctype.h> already does for us.Poul-Henning Kamp1995-10-211-13/+0
* Added #include <ctype.h>Poul-Henning Kamp1995-10-211-0/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Fix print class mistypeAndrey A. Chernov1994-10-281-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-275-0/+978