From: Jim Meyering Date: Wed, 4 Sep 2002 07:41:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.2~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b4aebd0312f9e724a91c76553a9b0f7f1a53833;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 4d7ddaa6e1..c904e1532d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2002-09-04 Jim Meyering + + * sig2str.c (str2signum, sig2str): Declare loop index variables to be + of type size_t so that they match type of upper bound, thus avoiding + warning about `comparison between signed and unsigned'. + 2002-08-31 Jim Meyering * mktime.c: Update from GNU libc.