diff --git a/ChangeLog b/ChangeLog index b27ddc2b33..90564b1d93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-01-24 Paul Eggert + + * posix/fnmatch_loop.c (FCT): Use locale's collating sequence when + deciding whether a character falls within a character range. + +2000-01-24 Paul Eggert + + * posix/fnmatch_loop.c (FCT): When matching [A-Z] and folding case, + lower-case A too. + 2000-01-23 Paul Eggert * posix/regex.c (GET_UNSIGNED_NUMBER): Allow only ASCII digits.