summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-04 07:41:34 +0000
committerJim Meyering <jim@meyering.net>2002-09-04 07:41:34 +0000
commit8b4aebd0312f9e724a91c76553a9b0f7f1a53833 (patch)
treed8a6b21156ec931d49b6938c1ebe4d19cedd57c5 /lib
parent6c0a2cd04164aae9bb7dd967a0d54c032d2a81de (diff)
downloadcoreutils-8b4aebd0312f9e724a91c76553a9b0f7f1a53833.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4d7ddaa6e..c904e1532 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-04 Jim Meyering <meyering@lucent.com>
+
+ * 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 <meyering@lucent.com>
* mktime.c: Update from GNU libc.