changeset 3919:20b4363c82b9

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Wed, 26 Jun 2002 06:16:13 +0000
parents 07f87a1e70bd
children 678b6b899b7c
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-06-11  Paul Eggert  <eggert@twinsun.com>
+
+	* fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
+	New macro.  Use it uniformly instead of
+	(defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
+	It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
+	reported by Vin Shelton.
+
 2002-06-22  Jim Meyering  <meyering@lucent.com>
 
 	* fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-11  Paul Eggert  <eggert@twinsun.com>
+
+	* fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
+
 2002-06-22  Jim Meyering  <meyering@lucent.com>
 
 	* c-stack.m4: New file, from diffutils-2.8.2.