aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tr/tr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables.Stefan Farfeleder2005-04-091-1/+1
* Report input errors instead of ignoring them.Tim J. Robbins2004-07-091-0/+8
* Add support for multibyte characters. The challenge here was to useTim J. Robbins2004-07-091-103/+117
* Special fix just forAndrey A. Chernov2003-08-041-0/+7
* Microoptimization of prev. patch: do strdup() only if (cflag || Cflag)Andrey A. Chernov2003-08-031-3/+5
* 1) Fix -C - it was broken since introduced, wrong array sortedAndrey A. Chernov2003-08-031-22/+17
* Remove charcoll() stabilization added in 1.16, it gains nothing but conflictsAndrey A. Chernov2003-08-031-5/+1
* This patch address two problems.Andrey A. Chernov2003-08-031-17/+54
* ANSIify function definitions.David Malone2002-09-041-10/+3
* When translating and -C is specified, behave as if the complemented set wasTim J. Robbins2002-07-291-0/+26
* When translating and the -c option is specified, handle the case where theTim J. Robbins2002-07-291-6/+11
* Add the P1003.1-2001 -C option which complements the set of charactersTim J. Robbins2002-06-141-18/+37
* Implement support for equivalence classes ([=e=]) when the mapping isTim J. Robbins2002-06-141-1/+1
* remove __PWarner Losh2002-03-221-2/+2
* 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-111-9/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Submitted by: Joachim Kuebart, thanks.Wolfgang Helbig1997-10-121-6/+9
* Use err(3) instead of local redefinition. Cosmetic in usage().Philippe Charnier1997-08-181-35/+12
* 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
* Fix broken charclass handlingAndrey A. Chernov1995-10-281-0/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+287