]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix porting problem to Reliant Unix.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Aug 2004 17:53:50 +0000 (17:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Aug 2004 17:53:50 +0000 (17:53 +0000)
lib/ChangeLog
m4/ChangeLog

index 76c6ef891c587adfed7dbc9525478a927d04ff4d..479854597c7b3810729ac6977e5ae5f350afe2c3 100644 (file)
@@ -1,3 +1,9 @@
+2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
+       wmemchr or wmemcpy.  Problem reported by Robert Dahlem
+       for Reliant Unix 5.43.
+
 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Makefile.am (libfetish_a_SOURCES): Add getpass.h.
index dcdb411d3a4e40b8fe789fe8281abcbb83aaa306..2710e6c15c2acd6184cc6c7db2a15de7b621ff05 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
+
 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        * sha1.m4: Renamed from sha.m4.