From: Jim Meyering Date: Wed, 24 Mar 2004 14:45:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1953 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f358d24e329cfda1a8d5264699202a6685e66edb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 71b3aa12e0..057362d6cb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-03-23 Paul Eggert + + * 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 * Makefile.am (libfetish_a_SOURCES): Add getopt_int.h.