summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr
Commit message (Expand)AuthorAgeFilesLines
* Sort sections.ru2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Formatting fixes.ru2005-01-111-9/+11
* tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn'tjkh2004-11-141-1/+1
* Tweak markup of quoted strings and characters: use Dq instead of enclosingtjr2004-07-231-12/+44
* Add a lengthy discussion of why "tr a-z A-Z" and "tr A-Z a-z" are not thetjr2004-07-231-1/+41
* Fix description of cmap_lookup_hard().tjr2004-07-141-1/+1
* Remove unused member of struct csclass: csc_value.tjr2004-07-141-1/+0
* Splay the left and right subtrees on min - 1 and max + 1, respectively,tjr2004-07-141-34/+20
* Initialize cs_invert to "false" in new csets.tjr2004-07-101-0/+1
* Report input errors instead of ignoring them.tjr2004-07-091-0/+8
* Update for multibyte character support: remove BUGS and change thetjr2004-07-091-7/+2
* Add support for multibyte characters. The challenge here was to usetjr2004-07-098-200/+880
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
* Document incorrect handling of multibyte characters in input filestjr2004-06-281-1/+6
* Back out [:upper:] and [:lower:] classes sorting, it is not requiredache2003-08-051-6/+3
* Clarify upper/lower conversion description more.ache2003-08-051-7/+4
* Explain better what happens when [:lower:] <-> [:upper:]ache2003-08-051-0/+19
* No functional changes, just code reorganization from prev. commit, itache2003-08-042-12/+18
* POSIX require complex processing of 'c-c' ranges: if one of the endpointsache2003-08-042-22/+41
* 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-032-23/+19
* Remove charcoll() stabilization added in 1.16, it gains nothing but conflictsache2003-08-031-5/+1
* POSIX requires 'c-c' must conform collate and be in collation orderache2003-08-033-15/+23
* This patch address two problems.ache2003-08-033-20/+70
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* mdoc(7) police: markup polishing.ru2002-11-261-7/+5
* Use .Fl/Ar for flags and arguments.charnier2002-10-171-4/+6
* 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
* Use err instead of errx when malloc fails. "malloc" is not a helpfultjr2002-07-051-1/+1
* Improve parsing of character and equivalence classes:tjr2002-06-151-4/+9
* Move the #include and #define's to the top of the file.tjr2002-06-141-4/+4
* Bump the size of the equivalence set to NCHARS; this file was left outtjr2002-06-141-1/+1
* Sort sections. Avoid using "The -? option" at the start of option descriptions.tjr2002-06-141-11/+7
* Don't treat the trailing ']' of an equivalence class expression as atjr2002-06-141-1/+2
* Add the P1003.1-2001 -C option which complements the set of characterstjr2002-06-142-29/+58
* Implement support for equivalence classes ([=e=]) when the mapping istjr2002-06-143-14/+45
* remove __Pimp2002-03-223-12/+13
* properly handle zero length first string when doing -calfred2002-03-021-0/+1
* WARNS=2 fixes, use __FBSDID(), kill register keyword.markm2001-12-112-35/+37
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+3
* Remove whitespace at EOL.dd2001-07-151-2/+2
* mdoc(7) police: -column lists require column width specifiers.ru2001-07-061-2/+2
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
* Prepare for mdoc(7)NG.ru2000-12-191-33/+33
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-4/+4
OpenPOWER on IntegriCloud