summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-21 13:18:07 +0000
committerJim Meyering <jim@meyering.net>2002-11-21 13:18:07 +0000
commit944a426adeac3f543b3b37b1eb60fb298e347bb0 (patch)
tree4fd090e380ba4660b1e368ff68367e4893448809 /lib
parent44ad4f8ed4083734520f0069c501480fc147d07c (diff)
downloadcoreutils-944a426adeac3f543b3b37b1eb60fb298e347bb0.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 856a54758..b6e781f84 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,7 @@
2002-11-21 Jim Meyering <jim@meyering.net>
+ * 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 <errno.h> and declare errno if necessary.