1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-11 19:41:13 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2004-03-24 14:45:23 +00:00
parent 393592573c
commit f358d24e32
+7
View File
@@ -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.