diff options
author | Jim Meyering <jim@meyering.net> | 2002-11-06 09:23:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-11-06 09:23:33 +0000 |
commit | 2929e95fb7fdc150a7fdf96e6145c9a833402408 (patch) | |
tree | 63b70b8c0ac518a721a16dc6c835965993da8381 /ChangeLog | |
parent | eff5b46e0cbf606da47e60ecc0272d87c43946ac (diff) | |
download | coreutils-2929e95fb7fdc150a7fdf96e6145c9a833402408.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |