summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-21 16:47:02 +0000
committerJim Meyering <jim@meyering.net>2003-04-21 16:47:02 +0000
commitd8b7cd198313dea308b9be6ab1d4be1e496ee1db (patch)
tree7cd3d59b399c62a656cda06a821e920d33b48343
parentedfc78a91325b73ed497d237533ee70f6051f2e6 (diff)
downloadcoreutils-d8b7cd198313dea308b9be6ab1d4be1e496ee1db.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a247a064..0096e87ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,21 @@
* Version 5.0.1.
+ * tests/misc/printf: Add tests for the printf fixes below.
+
* Makefile.cfg (cvs_files): Add $(srcdir)/config/depcomp to the list.
+2003-04-20 Paul Eggert <eggert@twinsun.com>
+
+ Fix printf POSIX compatibility bug reported by Ben Harris in
+ <http://mail.gnu.org/archive/html/bug-coreutils/2003-04/msg00070.html>.
+ * doc/coreutils.texi (printf invocation): It's \NNN in the format,
+ \0NNN in the %b operand.
+ * src/printf.c (usage): Likewise.
+ (print_esc): New arg OCTAL0 to specify whether \0NNN or \NNN
+ is desired. All uses changed. Behave like Bash printf if %b
+ operand uses \NNN where the initial N is not 0.
+
2003-04-17 Jim Meyering <jim@meyering.net>
* src/stty.c: Remove uses of PROTOTYPE macro.