From: Jim Meyering Date: Mon, 3 Sep 2001 18:46:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ea18cc152dfa128d51bf2391966efab4524393d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 9a0c998f49..e511bf8b47 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2001-09-03 Paul Eggert + + * exclude.c (fnmatch_no_wildcards): Fix confusion between + usage of FNM_CASEFOLD and FNM_LEADING_DIR. The bug was + spotted by Jim Meyering. + 2001-09-03 Jim Meyering * xreadlink.c (xreadlink): Preserve errno around `free' during failure.