summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-06 09:21:59 +0000
committerJim Meyering <jim@meyering.net>2002-11-06 09:21:59 +0000
commitfc34d6284cbcb0325ddba79c569b4a09fb16a6e7 (patch)
treec70d71c2fb1ec91c8c031a4d8600473279b29294 /ChangeLog
parentb68401890dfc1985c85caaa7e8d7e477f6d92cc7 (diff)
downloadcoreutils-fc34d6284cbcb0325ddba79c569b4a09fb16a6e7.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c201c15c7..aa095528c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
2002-11-06 Jim Meyering <jim@meyering.net>
- * src/printf.c (print_esc): Hexadecimal \xhh escapes may have
+ * Version 4.5.4.
+
+ * 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.
2002-10-07 Paul Eggert <eggert@twinsun.com>
@@ -80,8 +83,6 @@
2002-10-19 Jim Meyering <jim@meyering.net>
- * Version 4.5.4.
-
* src/pinky.c (print_heading): Align TTY and Name headings.
Reported by Karl Eichwalder.