summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr/tr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r302827ache2016-08-171-3/+4
* When copying the complement of the string loop to WINT_MAX as we are dealingandrew2013-01-221-1/+2
* Add missing static keywords to tr(1)ed2011-11-061-2/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+4
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-4/+0
* Remove unused variables.stefanf2005-04-091-1/+1
* Report input errors instead of ignoring them.tjr2004-07-091-0/+8
* Add support for multibyte characters. The challenge here was to usetjr2004-07-091-103/+117
* Special fix just forache2003-08-041-0/+7
* Microoptimization of prev. patch: do strdup() only if (cflag || Cflag)ache2003-08-031-3/+5
* 1) Fix -C - it was broken since introduced, wrong array sortedache2003-08-031-22/+17
* Remove charcoll() stabilization added in 1.16, it gains nothing but conflictsache2003-08-031-5/+1
* This patch address two problems.ache2003-08-031-17/+54
* ANSIify function definitions.dwmalone2002-09-041-10/+3
* When translating and -C is specified, behave as if the complemented set wastjr2002-07-291-0/+26
* When translating and the -c option is specified, handle the case where thetjr2002-07-291-6/+11
* Add the P1003.1-2001 -C option which complements the set of characterstjr2002-06-141-18/+37
* Implement support for equivalence classes ([=e=]) when the mapping istjr2002-06-141-1/+1
* remove __Pimp2002-03-221-2/+2
* properly handle zero length first string when doing -calfred2002-03-021-0/+1
* WARNS=2 fixes, use __FBSDID(), kill register keyword.markm2001-12-111-9/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Submitted by: Joachim Kuebart, thanks.helbig1997-10-121-6/+9
* Use err(3) instead of local redefinition. Cosmetic in usage().charnier1997-08-181-35/+12
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Merge from Lite2peter1997-03-111-1/+4
* Fix broken charclass handlingache1995-10-281-0/+3
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+287
OpenPOWER on IntegriCloud