From: Paul Eggert Date: Wed, 11 Aug 2004 17:53:50 +0000 (+0000) Subject: Fix porting problem to Reliant Unix. X-Git-Tag: v5.3.0~797 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0518fd8571ed62ceddaf1c306e2032d3652f3218;p=thirdparty%2Fcoreutils.git Fix porting problem to Reliant Unix. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 76c6ef891c..479854597c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2004-08-11 Paul Eggert + + * 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 * Makefile.am (libfetish_a_SOURCES): Add getpass.h. diff --git a/m4/ChangeLog b/m4/ChangeLog index dcdb411d3a..2710e6c15c 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2004-08-11 Paul Eggert + + * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy. + 2004-08-09 Paul Eggert * sha1.m4: Renamed from sha.m4.