]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(print_esc): Support \x, \u, \U even if POSIXLY_CORRECT,
authorJim Meyering <jim@meyering.net>
Tue, 15 Jun 2004 18:00:35 +0000 (18:00 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 15 Jun 2004 18:00:35 +0000 (18:00 +0000)
commit5afcf8697f2bbdaa4eb8abbebb1c0807427411d9
tree3b1654c0a0781e9c036fb30ab7d4398887af9a1b
parentdb2fa4fdcdc0a6ccb1087b62a48c2e0a6e91fdec
(print_esc): Support \x, \u, \U even if POSIXLY_CORRECT,
since POSIX says the behavior is unspecified here.
(main): Recognize --help, --version even if
POSIXLY_CORRECT.  POSIX does not specify any options, but it
does not prohibit options either, so "printf" is like "expr" here.
src/printf.c