summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-20 14:48:29 +0200
committerJim Meyering <meyering@redhat.com>2007-10-21 14:01:27 +0200
commitb1ab7101aab74733267aee82c714573ae887dd91 (patch)
tree9361310dc5d7d3a454d811c1713fcf16b35b96d9 /ChangeLog
parent60a5ad4b94535bdf4287d9e6892b8fe597484d00 (diff)
downloadcoreutils-b1ab7101aab74733267aee82c714573ae887dd91.tar.xz
Detect printf(3) failure due to ENOMEM.
* src/printf.c: Include "xprintf.h" (print_direc): Use xprintf, rather than printf. * bootstrap.conf (gnulib_modules): Add xprintf. * po/POTFILES.in: Add lib/xprintf.c. Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab0562967..fdbabe826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-10-20 Jim Meyering <meyering@redhat.com>
+ Detect printf(3) failure due to ENOMEM.
+ * src/printf.c: Include "xprintf.h"
+ (print_direc): Use xprintf, rather than printf.
+ * bootstrap.conf (gnulib_modules): Add xprintf.
+ * po/POTFILES.in: Add lib/xprintf.c.
+
Put always-failing programs first in PATH, so tests cannot mistakenly
run installed versions.
* Makefile.maint (my-distcheck): Set up a bogus bin/ dir, to be used