From: Jim Meyering Date: Thu, 21 Nov 2002 13:18:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.4~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=944a426adeac3f543b3b37b1eb60fb298e347bb0;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 856a547587..b6e781f84b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,7 @@ 2002-11-21 Jim Meyering + * sig2str.c (str2signum): Use unsigned, not size_t, for type of index. + * quotearg.c: Use `"'s when including quotearg.h and xalloc.h, not the `<...>' notation. Include and declare errno if necessary.