*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 30 Apr 2002 09:18:24 +0000 (09:18 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 30 Apr 2002 09:18:24 +0000 (09:18 +0000)
lib/ChangeLog
m4/ChangeLog

index d3763d3..f841cbe 100644 (file)
@@ -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
index bb452eb..2eb8523 100644 (file)
@@ -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>