*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 6 Nov 2002 09:23:33 +0000 (09:23 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 6 Nov 2002 09:23:33 +0000 (09:23 +0000)
ChangeLog

index aa09552..5cb8ea1 100644 (file)
--- 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.