From: Jim Meyering Date: Mon, 29 Apr 2002 07:01:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cc6af1242cabf1094fa1ead90437dc30e0ff2bd;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 4bc985fc8a..d3763d38be 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2002-04-28 Paul Eggert + + * sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid + depending on and WTERMSIG. Default to 64 instead + of 127, since 64 is the largest conceivable number for ancient + nonstandard hosts. + * sig2str.c: Do not include ; no longer needed. + 2002-04-28 Jim Meyering * sig2str.c (WTERMSIG): Remove definition (unused). diff --git a/m4/ChangeLog b/m4/ChangeLog index ea96a2fc75..bb452eb76e 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2002-04-28 Paul Eggert + + * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed. + 2002-04-29 Jim Meyering * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.