From: Jim Meyering Date: Wed, 6 Nov 2002 09:23:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-4_5_4~314 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2929e95fb7fdc150a7fdf96e6145c9a833402408;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index aa09552..5cb8ea1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 4.5.4. + * tests/misc/printf: Be careful to test the code in this package, + not the shell built-in function. + * src/printf.c (print_esc): A hexadecimal escape sequence has at most two hex. digits, not three. Reported by Padraig Brady. * tests/misc/printf-hex: New file/test, for the above fix.