From: Jim Meyering <jim@meyering.net>
Date: Fri, 14 Jul 2000 15:55:13 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Tag: FILEUTILS-4_0x~27
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=c3625dcaefeb090726ee464d314057c461136d3b;p=gnulib.git

*** empty log message ***
---

diff --git a/lib/ChangeLog b/lib/ChangeLog
index 6f4ea4be87..61bb36fb9d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2000-07-10  Paul Eggert  <eggert@twinsun.com>
+
+	From a suggestion by Bruno Haible.
+	* quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
+	Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
+	to decide whether to define the BeOS workaround macro;
+	this adjusts to the change to AC_MBSTATE_T.
+
 2000-07-13  Paul Eggert  <eggert@twinsun.com>
 
 	* quotearg.h (enum quoting style): New enum clocale_quoting_style.
diff --git a/m4/ChangeLog b/m4/ChangeLog
index e5bdd69444..13c7eb3db8 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,15 @@
+2000-07-14  Jim Meyering  <meyering@lucent.com>
+
+
+2000-07-10  Paul Eggert  <eggert@twinsun.com>
+
+	From a suggestion by Bruno Haible.
+	* mbstate_t.m4 (AC_MBSTATE_T):
+	Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
+	Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
+	and mbstate_t, to a single-part test that simply defines mbstate_t.
+	* prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
+
 2000-07-10  Jim Meyering  <meyering@lucent.com>
 
 	* strerror_r.m4: Mirror the correction made in autoconf.