aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tr/str.c
Commit message (Expand)AuthorAgeFilesLines
* tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn'tJordan K. Hubbard2004-11-141-1/+1
* Add support for multibyte characters. The challenge here was to useTim J. Robbins2004-07-091-86/+77
* Back out [:upper:] and [:lower:] classes sorting, it is not requiredAndrey A. Chernov2003-08-051-6/+3
* No functional changes, just code reorganization from prev. commit, itAndrey A. Chernov2003-08-041-11/+17
* POSIX require complex processing of 'c-c' ranges: if one of the endpointsAndrey A. Chernov2003-08-041-21/+36
* 1) Fix -C - it was broken since introduced, wrong array sortedAndrey A. Chernov2003-08-031-1/+2
* POSIX requires 'c-c' must conform collate and be in collation orderAndrey A. Chernov2003-08-031-12/+17
* This patch address two problems.Andrey A. Chernov2003-08-031-2/+12
* Use err instead of errx when malloc fails. "malloc" is not a helpfulTim J. Robbins2002-07-051-1/+1
* Improve parsing of character and equivalence classes:Tim J. Robbins2002-06-151-4/+9
* Don't treat the trailing ']' of an equivalence class expression as aTim J. Robbins2002-06-141-1/+2
* Implement support for equivalence classes ([=e=]) when the mapping isTim J. Robbins2002-06-141-4/+25
* remove __PWarner Losh2002-03-221-9/+9
* WARNS=2 fixes, use __FBSDID(), kill register keyword.Mark Murray2001-12-111-26/+28
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3) instead of local redefinition. Cosmetic in usage().Philippe Charnier1997-08-181-9/+13
* Cast char's to (u_char) before passing them to isctype() functions.Joerg Wunsch1996-03-191-2/+2
* Fix a couple of sign-extension bugs.Joerg Wunsch1996-03-171-2/+2
* Updated to BSD4.4lite2. Fixes PR836. `echo abcd | tr a-d A-BC-D' nowBruce Evans1995-11-281-3/+3
* Fix broken charclass handlingAndrey A. Chernov1995-10-281-3/+12
* Remove declamations which <ctype.h> already does for us.Poul-Henning Kamp1995-10-211-13/+0
* Added #include <ctype.h>Poul-Henning Kamp1995-10-211-0/+1
* Fix print class mistypeAndrey A. Chernov1994-10-281-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+342