freebsd-dev/usr.bin/tr
Jordan K. Hubbard 03afb27c83 tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn't
check to see that a given digit is actually an octal digit.  This leads to
unusual consequences if passed in values like \9.

Reported by:	Joseph Davison (OpenDarwin project)
MFC after:	1 week
2004-11-14 05:15:25 +00:00
..
cmap.c Fix description of cmap_lookup_hard(). 2004-07-14 08:36:09 +00:00
cmap.h Add support for multibyte characters. The challenge here was to use 2004-07-09 02:08:07 +00:00
cset.c Splay the left and right subtrees on min - 1 and max + 1, respectively, 2004-07-14 08:33:14 +00:00
cset.h Remove unused member of struct csclass: csc_value. 2004-07-14 08:35:11 +00:00
extern.h Add support for multibyte characters. The challenge here was to use 2004-07-09 02:08:07 +00:00
Makefile Add support for multibyte characters. The challenge here was to use 2004-07-09 02:08:07 +00:00
str.c tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn't 2004-11-14 05:15:25 +00:00
tr.1 Tweak markup of quoted strings and characters: use Dq instead of enclosing 2004-07-23 06:06:58 +00:00
tr.c Report input errors instead of ignoring them. 2004-07-09 05:15:46 +00:00