summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr/str.c
Commit message (Expand)AuthorAgeFilesLines
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Build tr(1) with WARNS=6.ed2011-10-141-10/+5
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* tr: Fix '[=]=]' equivalence class.jilles2010-09-291-1/+1
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-2/+0
* o Remove duplicate includes.maxim2007-01-201-1/+0
* tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn'tjkh2004-11-141-1/+1
* Add support for multibyte characters. The challenge here was to usetjr2004-07-091-86/+77
* Back out [:upper:] and [:lower:] classes sorting, it is not requiredache2003-08-051-6/+3
* No functional changes, just code reorganization from prev. commit, itache2003-08-041-11/+17
* POSIX require complex processing of 'c-c' ranges: if one of the endpointsache2003-08-041-21/+36
* 1) Fix -C - it was broken since introduced, wrong array sortedache2003-08-031-1/+2
* POSIX requires 'c-c' must conform collate and be in collation orderache2003-08-031-12/+17
* This patch address two problems.ache2003-08-031-2/+12
* 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