]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 26 Jan 2000 02:24:09 +0000 (02:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 26 Jan 2000 02:24:09 +0000 (02:24 +0000)
ChangeLog

index b27ddc2b3399e2cbba9970670a92828fc2c817d2..90564b1d93fa9bc553f1e434255be098e07c8b05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-01-24  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <eggert@twinsun.com>
+
+       * posix/fnmatch_loop.c (FCT): When matching [A-Z] and folding case,
+       lower-case A too.
+
 2000-01-23  Paul Eggert  <eggert@twinsun.com>
 
        * posix/regex.c (GET_UNSIGNED_NUMBER): Allow only ASCII digits.