summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr/str.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't treat the trailing ']' of an equivalence class expression as atjr2002-06-141-1/+2
* Implement support for equivalence classes ([=e=]) when the mapping istjr2002-06-141-4/+25
* remove __Pimp2002-03-221-9/+9
* WARNS=2 fixes, use __FBSDID(), kill register keyword.markm2001-12-111-26/+28
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use err(3) instead of local redefinition. Cosmetic in usage().charnier1997-08-181-9/+13
* 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
* Updated to BSD4.4lite2. Fixes PR836. `echo abcd | tr a-d A-BC-D' nowbde1995-11-281-3/+3
* Fix broken charclass handlingache1995-10-281-3/+12
* Remove declamations which <ctype.h> already does for us.phk1995-10-211-13/+0
* Added #include <ctype.h>phk1995-10-211-0/+1
* Fix print class mistypeache1994-10-281-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+342
OpenPOWER on IntegriCloud