aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tr/str.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Back out non-collating [a-z] ranges (r302594).Andrey A. Chernov2016-07-141-9/+35
* 1) Following r302512 (remove collation support for [a-z]-ranges in libc)Andrey A. Chernov2016-07-111-35/+9
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Build tr(1) with WARNS=6.Ed Schouten2011-10-141-10/+5
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* tr: Fix '[=]=]' equivalence class.Jilles Tjoelker2010-09-291-1/+1
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* o Remove duplicate includes.Maxim Konovalov2007-01-201-1/+0
* 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