summaryrefslogtreecommitdiff
path: root/usr.bin/tr/tr.c
Commit message (Expand)AuthorAgeFilesLines
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove the duplicated code using Capsicum helpers.Mariusz Zaborski2016-10-071-21/+3
* Move sys/capsicum.h includes after types.h or param.hConrad Meyer2016-09-191-1/+1
* tr(1): CapsicumifyConrad Meyer2016-09-191-0/+26
* Optimize [Cc]flag case: don't repeatedly add the last character ofAndrey A. Chernov2016-07-141-3/+4
* Back out non-collating [a-z] ranges (r302594).Andrey A. Chernov2016-07-141-5/+40
* Fully back out r302594 case 2) since overflow may happens.Andrey A. Chernov2016-07-131-1/+1
* Undo r302599 and partially r302594 case 2):Andrey A. Chernov2016-07-121-1/+1
* Cast WCHAR_MAX to wint_t, it can be unsigned on some systems.Andrey A. Chernov2016-07-111-1/+1
* 1) Following r302512 (remove collation support for [a-z]-ranges in libc)Andrey A. Chernov2016-07-111-41/+6
* When copying the complement of the string loop to WINT_MAX as we are dealingAndrew Turner2013-01-221-1/+2
* Add missing static keywords to tr(1)Ed Schouten2011-11-061-2/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+4
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-4/+0
* 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