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

index 90564b1d93fa9bc553f1e434255be098e07c8b05..d7552dfd464a3341dbaf89033a4aa29d2ad5a5dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +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.
+       * posix/fnmatch.c (internal_fnmatch): 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.
+       * posix/fnmatch.c (internal_fnmatch): When matching [A-Z] and
+       folding case, lower-case A too.
 
 2000-01-23  Paul Eggert  <eggert@twinsun.com>