From: Jim Meyering Date: Fri, 6 Jun 2003 20:13:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2861487e3185a94cff4c83ad6792b8f88d69a8af;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index c4a9ebb4dc..b263a88c1a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,11 @@ 2003-06-06 Jim Meyering + Update from gnulib. + * memcoll.c: Include "memcoll.h", which gets us size_t and checks + our interface, instead of including + (memcoll): Fall back on a simple algorithm using + memcmp if strcoll doesn't work. + * memcasecmp.h: Include . From gnulib. * memcasecmp.c: Don't include . From gnulib.