summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-24 14:45:23 +0000
committerJim Meyering <jim@meyering.net>2004-03-24 14:45:23 +0000
commitf358d24e329cfda1a8d5264699202a6685e66edb (patch)
tree8ea3f8fa19b668ab0ac5b093000ccebcbea569e2 /lib
parent393592573cd69c18e12928b7f9c627657901cc3c (diff)
downloadcoreutils-f358d24e329cfda1a8d5264699202a6685e66edb.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 71b3aa12e..057362d6c 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-23 Paul Eggert <eggert@twinsun.com>
+
+ * readtokens0.c (readtokens0): Return true on success rather
+ than on failure. All callers changed. This also happens to fix a
+ portability bug on pre-C99 hosts, where (bool) INTEGER sometimes
+ returns false even when INTEGER is nonzero.
+
2004-03-23 Jim Meyering <jim@meyering.net>
* Makefile.am (libfetish_a_SOURCES): Add getopt_int.h.