changeset 2949:234176ef2ee8

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Tue, 31 Oct 2000 07:07:26 +0000
parents a48403c1d85a
children 523ec79fa3b1
files lib/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog	Tue Oct 31 07:07:05 2000 +0000
+++ b/lib/ChangeLog	Tue Oct 31 07:07:26 2000 +0000
@@ -1,3 +1,9 @@
+2000-10-30  Paul Eggert  <eggert@twinsun.com>
+
+	* 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  <glouis@dynamicro.on.ca>
 
 	* regex.h (__restrict_arr): Move definition out of #ifndef block.