index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
tr
/
str.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
1
-1
/
+1
*
Build tr(1) with WARNS=6.
ed
2011-10-14
1
-10
/
+5
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
1
-4
/
+0
*
tr: Fix '[=]=]' equivalence class.
jilles
2010-09-29
1
-1
/
+1
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
1
-0
/
+2
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
1
-2
/
+0
*
o Remove duplicate includes.
maxim
2007-01-20
1
-1
/
+0
*
tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn't
jkh
2004-11-14
1
-1
/
+1
*
Add support for multibyte characters. The challenge here was to use
tjr
2004-07-09
1
-86
/
+77
*
Back out [:upper:] and [:lower:] classes sorting, it is not required
ache
2003-08-05
1
-6
/
+3
*
No functional changes, just code reorganization from prev. commit, it
ache
2003-08-04
1
-11
/
+17
*
POSIX require complex processing of 'c-c' ranges: if one of the endpoints
ache
2003-08-04
1
-21
/
+36
*
1) Fix -C - it was broken since introduced, wrong array sorted
ache
2003-08-03
1
-1
/
+2
*
POSIX requires 'c-c' must conform collate and be in collation order
ache
2003-08-03
1
-12
/
+17
*
This patch address two problems.
ache
2003-08-03
1
-2
/
+12
*
Use err instead of errx when malloc fails. "malloc" is not a helpful
tjr
2002-07-05
1
-1
/
+1
*
Improve parsing of character and equivalence classes:
tjr
2002-06-15
1
-4
/
+9
*
Don't treat the trailing ']' of an equivalence class expression as a
tjr
2002-06-14
1
-1
/
+2
*
Implement support for equivalence classes ([=e=]) when the mapping is
tjr
2002-06-14
1
-4
/
+25
*
remove __P
imp
2002-03-22
1
-9
/
+9
*
WARNS=2 fixes, use __FBSDID(), kill register keyword.
markm
2001-12-11
1
-26
/
+28
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Use err(3) instead of local redefinition. Cosmetic in usage().
charnier
1997-08-18
1
-9
/
+13
*
Cast char's to (u_char) before passing them to isctype() functions.
joerg
1996-03-19
1
-2
/
+2
*
Fix a couple of sign-extension bugs.
joerg
1996-03-17
1
-2
/
+2
*
Updated to BSD4.4lite2. Fixes PR836. `echo abcd | tr a-d A-BC-D' now
bde
1995-11-28
1
-3
/
+3
*
Fix broken charclass handling
ache
1995-10-28
1
-3
/
+12
*
Remove declamations which <ctype.h> already does for us.
phk
1995-10-21
1
-13
/
+0
*
Added #include <ctype.h>
phk
1995-10-21
1
-0
/
+1
*
Fix print class mistype
ache
1994-10-28
1
-1
/
+1
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+342