]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(posix_pedantic): Remove; no longer needed since
authorJim Meyering <jim@meyering.net>
Wed, 2 Jun 2004 08:50:24 +0000 (08:50 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 2 Jun 2004 08:50:24 +0000 (08:50 +0000)
commita396e8810684ebab061aa8d422205de7b2138e93
treecee069c60dbd99b89a7b50ab840959ee3b291cd8
parent7a9884545c3c609bb4fcb65cac56fb80a2074319
(posix_pedantic): Remove; no longer needed since
we need to test this in just one place now.
(usage): Mention -C.
(unquote): Note that \055, \n, etc are escaped.
Do not worry about POSIXLY_CORRECT when warning about ambiguous
escape sequences.
\ at end of string stands for itself.
Do not diagnose invalid backslash escapes: POSIX says the behavior
is unspecified in this case, so we don't need to diagnose it.
(main): Add support for -C (currently an alias for -c).
Do not diagnose 'tr [:upper:] [:upper:], as POSIX does not require
a diagnostic here.
src/tr.c