From: Jim Meyering Date: Tue, 31 Oct 2000 07:07:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7ae716ed952c55b0893351da8e83b6066cfec9;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 99b536717b..663fe325ec 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2000-10-30 Paul Eggert + + * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned. + (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs, + e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero. + 2000-10-29 Greg Louis * regex.h (__restrict_arr): Move definition out of #ifndef block.