From: Jim Meyering Date: Thu, 21 Nov 2002 13:25:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.4~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a1ce790d8cc9a5e6c5ed7ce2f2be058f937dc99;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index b6e781f84b..799cb9ed33 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,7 @@ 2002-11-21 Jim Meyering + * strcspn.c: Update from gnulib. + * sig2str.c (str2signum): Use unsigned, not size_t, for type of index. * quotearg.c: Use `"'s when including quotearg.h and xalloc.h,