aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tr
Commit message (Expand)AuthorAgeFilesLines
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-1620-0/+129
* When copying the complement of the string loop to WINT_MAX as we are dealingAndrew Turner2013-01-221-1/+2
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-23/+23
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-2/+0
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Add missing static keywords to tr(1)Ed Schouten2011-11-061-2/+2
* Put parentheses in the right place.Ed Schouten2011-10-141-2/+2
* Build tr(1) with WARNS=6.Ed Schouten2011-10-143-14/+7
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-114-16/+0
* tr: Fix '[=]=]' equivalence class.Jilles Tjoelker2010-09-291-1/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-136-0/+14
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-116-14/+0
* o Remove duplicate includes.Maxim Konovalov2007-01-201-1/+0
* - Document all character classes our tr(1) supports. [1]Ruslan Ermilov2006-10-131-2/+14
* Remove unused variables.Stefan Farfeleder2005-04-091-1/+1
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Formatting fixes.Ruslan Ermilov2005-01-111-9/+11
* tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn'tJordan K. Hubbard2004-11-141-1/+1
* Tweak markup of quoted strings and characters: use Dq instead of enclosingTim J. Robbins2004-07-231-12/+44
* Add a lengthy discussion of why "tr a-z A-Z" and "tr A-Z a-z" are not theTim J. Robbins2004-07-231-1/+41
* Fix description of cmap_lookup_hard().Tim J. Robbins2004-07-141-1/+1
* Remove unused member of struct csclass: csc_value.Tim J. Robbins2004-07-141-1/+0
* Splay the left and right subtrees on min - 1 and max + 1, respectively,Tim J. Robbins2004-07-141-34/+20
* Initialize cs_invert to "false" in new csets.Tim J. Robbins2004-07-101-0/+1
* Report input errors instead of ignoring them.Tim J. Robbins2004-07-091-0/+8
* Update for multibyte character support: remove BUGS and change theTim J. Robbins2004-07-091-7/+2
* Add support for multibyte characters. The challenge here was to useTim J. Robbins2004-07-098-200/+880
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Document incorrect handling of multibyte characters in input filesTim J. Robbins2004-06-281-1/+6
* Back out [:upper:] and [:lower:] classes sorting, it is not requiredAndrey A. Chernov2003-08-051-6/+3
* Clarify upper/lower conversion description more.Andrey A. Chernov2003-08-051-7/+4
* Explain better what happens when [:lower:] <-> [:upper:]Andrey A. Chernov2003-08-051-0/+19
* No functional changes, just code reorganization from prev. commit, itAndrey A. Chernov2003-08-042-12/+18
* POSIX require complex processing of 'c-c' ranges: if one of the endpointsAndrey A. Chernov2003-08-042-22/+41
* 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-032-23/+19
* Remove charcoll() stabilization added in 1.16, it gains nothing but conflictsAndrey A. Chernov2003-08-031-5/+1
* POSIX requires 'c-c' must conform collate and be in collation orderAndrey A. Chernov2003-08-033-15/+23
* This patch address two problems.Andrey A. Chernov2003-08-033-20/+70
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-7/+5
* Use .Fl/Ar for flags and arguments.Philippe Charnier2002-10-171-4/+6
* 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