From: Jim Meyering Date: Sun, 21 Mar 2004 18:49:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1998 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f25499439bdddecb24d1e138c01b5eccded51623;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index d0de66eb16..90a96a870e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2004-03-05 Jim Meyering + + * readtokens.c: Include . + (readtoken): Use `size_t' rather than int/long. + All callers adjusted. + Use `bool' rather than `int' where appropriate. + Use memset rather than an explicit loop. + Use x2nrealloc rather than xrealloc. + Allow the use of `\0' as a delimiter. + (readtokens): Likewise. + * readtokens.h (readtoken, readtokens): Update prototypes. + 2004-02-29 Paul Eggert * getdate.h: Include stdbool.h, and timespec.h instead of