From: Ulrich Drepper Date: Wed, 26 Jan 2000 02:24:09 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eacba3afdde7356516a5a83a0bca77fc63d5564f;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index b27ddc2b339..90564b1d93f 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.