changeset 3836:3add19ae3d2c

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Tue, 30 Apr 2002 09:18:24 +0000
parents 53af3dbd40fa
children f203d62a3470
files lib/ChangeLog m4/ChangeLog
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-29  Paul Eggert  <eggert@twinsun.com>
+
+	* hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
+
 2002-04-28  Paul Eggert  <eggert@twinsun.com>
 
 	* sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,6 +1,12 @@
+2002-04-29  Paul Eggert  <eggert@twinsun.com>
+
+	* prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
+	Do not check for alloca.h (no longer used) or stdbool.h (was never
+	used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
+
 2002-04-28  Paul Eggert  <eggert@twinsun.com>
 
-	* m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
+	* prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
 
 2002-04-29  Jim Meyering  <meyering@lucent.com>