summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-02-08 00:08:38 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-02-08 00:08:38 +0000
commitb455780a19a348df2dc265eb0910387fcb52b41b (patch)
tree8e53ed421d906e53d086f1f6d62bcd252760dbc8 /lib/ChangeLog
parentf90c6bf22eb4cf3fca3d38901c4e1baf948d2e3d (diff)
downloadcoreutils-b455780a19a348df2dc265eb0910387fcb52b41b.tar.xz
(close_stdout): Don't assume 'bool' converts nonzero
ints to 0 or 1, as this isn't true for the stdbool.h substitute.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index ee1f75283..4775458c0 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,4 +1,9 @@
-2006-02-02 Jim Meyering <jim@meyering.net>
+2006-02-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ * closeout.c (close_stdout): Don't assume 'bool' converts nonzero
+ ints to 0 or 1, as this isn't true for the stdbool.h substitute.
+
+006-02-02 Jim Meyering <jim@meyering.net>
Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
failure on deficient systems, and simplify gnulib lgpl dependencies.