changeset 3834:45892ee0174c

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Mon, 29 Apr 2002 07:01:34 +0000
parents 59670b6703b3
children 53af3dbd40fa
files lib/ChangeLog m4/ChangeLog
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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).
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-28  Paul Eggert  <eggert@twinsun.com>
+
+	* m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
+
 2002-04-29  Jim Meyering  <meyering@lucent.com>
 
 	* jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.