summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr
Commit message (Collapse)AuthorAgeFilesLines
* Improve parsing of character and equivalence classes:tjr2002-06-151-4/+9
| | | | | [:*] and [=*] are parsed as `infinitely many repetitions of :' (or *) instead of literal characters (SUSv3)
* 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
| | | | of a previous commit implementing equivalence classes.
* 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
| | | | | character in the set. tr -d '[=a=]' was deleting ]'s as well as a's. Noticed by the textutils test suite.
* Add the P1003.1-2001 -C option which complements the set of characterstjr2002-06-142-29/+58
| | | | (not byte values) specified by the first string argument.
* Implement support for equivalence classes ([=e=]) when the mapping istjr2002-06-143-14/+45
| | | | one-to-one (SUSv3)
* remove __Pimp2002-03-223-12/+13
|
* properly handle zero length first string when doing -calfred2002-03-021-0/+1
| | | | | PR: 34663 MFC After: 3 days
* 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
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-9/+9
|
* Add DIAGNOSTICS section namecharnier2000-03-261-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Submitted by: Joachim Kuebart, thanks.helbig1997-10-122-11/+23
| | | | Add -u option to force unbuffered output
* Use err(3) instead of local redefinition. Cosmetic in usage().charnier1997-08-184-50/+30
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Merge from Lite2peter1997-03-111-1/+4
|
* Cast char's to (u_char) before passing them to isctype() functions.joerg1996-03-191-2/+2
|
* Fix a couple of sign-extension bugs.joerg1996-03-171-2/+2
| | | | Submitted by: serg@bcs1.bcs.zaporizhzhe.ua (Sergey Shkonda)
* Updated to BSD4.4lite2. Fixes PR836. `echo abcd | tr a-d A-BC-D' nowbde1995-11-281-3/+3
| | | | works.
* Fix broken charclass handlingache1995-10-282-3/+15
| | | | Add setlocale LC_CTYPE
* Remove declamations which <ctype.h> already does for us.phk1995-10-211-13/+0
|
* Added #include <ctype.h>phk1995-10-211-0/+1
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Fix print class mistypeache1994-10-281-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-275-0/+978
OpenPOWER on IntegriCloud