From: Ulrich Drepper Date: Wed, 26 Jan 2000 02:25:09 +0000 (+0000) Subject: Fix last entries. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84301c1d260a17844cfd3c896efc14e5c958f2f7;p=thirdparty%2Fglibc.git Fix last entries. --- diff --git a/ChangeLog b/ChangeLog index 90564b1d93f..d7552dfd464 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +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. + * 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 - * 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