summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-06 09:23:33 +0000
committerJim Meyering <jim@meyering.net>2002-11-06 09:23:33 +0000
commit2929e95fb7fdc150a7fdf96e6145c9a833402408 (patch)
tree63b70b8c0ac518a721a16dc6c835965993da8381 /ChangeLog
parenteff5b46e0cbf606da47e60ecc0272d87c43946ac (diff)
downloadcoreutils-2929e95fb7fdc150a7fdf96e6145c9a833402408.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa095528c..5cb8ea18a 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.