summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-29 07:02:21 +0000
committerJim Meyering <jim@meyering.net>2002-04-29 07:02:21 +0000
commitf3959d84d3f4e173cf5052ed5a5fff1d79609761 (patch)
tree838d04bd6ef818622d48898c1c38824167620ad3 /lib/ChangeLog
parent86459445f9610052f7f37763785812ffad89fbe6 (diff)
downloadcoreutils-f3959d84d3f4e173cf5052ed5a5fff1d79609761.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4bc985fc8..d3763d38b 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-28 Paul Eggert <eggert@twinsun.com>
+
+ * sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
+ depending on <sys/wait.h> and WTERMSIG. Default to 64 instead
+ of 127, since 64 is the largest conceivable number for ancient
+ nonstandard hosts.
+ * sig2str.c: Do not include <sys/wait.h>; no longer needed.
+
2002-04-28 Jim Meyering <meyering@lucent.com>
* sig2str.c (WTERMSIG): Remove definition (unused).