summaryrefslogtreecommitdiff
path: root/usr.bin/tr/str.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: two-line .c patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-07-14Back out non-collating [a-z] ranges (r302594).Andrey A. Chernov
2016-07-111) Following r302512 (remove collation support for [a-z]-ranges in libc)Andrey A. Chernov
2012-01-03Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten
2011-10-14Build tr(1) with WARNS=6.Ed Schouten
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-09-29tr: Fix '[=]=]' equivalence class.Jilles Tjoelker
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2007-01-20o Remove duplicate includes.Maxim Konovalov
2004-11-14tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn'tJordan K. Hubbard
2004-07-09Add support for multibyte characters. The challenge here was to useTim J. Robbins
2003-08-05Back out [:upper:] and [:lower:] classes sorting, it is not requiredAndrey A. Chernov
2003-08-04No functional changes, just code reorganization from prev. commit, itAndrey A. Chernov
2003-08-04POSIX require complex processing of 'c-c' ranges: if one of the endpointsAndrey A. Chernov
2003-08-031) Fix -C - it was broken since introduced, wrong array sortedAndrey A. Chernov
2003-08-03POSIX requires 'c-c' must conform collate and be in collation orderAndrey A. Chernov
2003-08-03This patch address two problems.Andrey A. Chernov
2002-07-05Use err instead of errx when malloc fails. "malloc" is not a helpfulTim J. Robbins
2002-06-15Improve parsing of character and equivalence classes:Tim J. Robbins
2002-06-14Don't treat the trailing ']' of an equivalence class expression as aTim J. Robbins
2002-06-14Implement support for equivalence classes ([=e=]) when the mapping isTim J. Robbins
2002-03-22remove __PWarner Losh
2001-12-11WARNS=2 fixes, use __FBSDID(), kill register keyword.Mark Murray
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-08-18Use err(3) instead of local redefinition. Cosmetic in usage().Philippe Charnier
1996-03-19Cast char's to (u_char) before passing them to isctype() functions.Joerg Wunsch
1996-03-17Fix a couple of sign-extension bugs.Joerg Wunsch
1995-11-28Updated to BSD4.4lite2. Fixes PR836. `echo abcd | tr a-d A-BC-D' nowBruce Evans
1995-10-28Fix broken charclass handlingAndrey A. Chernov
1995-10-21Remove declamations which <ctype.h> already does for us.Poul-Henning Kamp
1995-10-21Added #include <ctype.h>Poul-Henning Kamp
1994-10-28Fix print class mistypeAndrey A. Chernov
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes