From: Ulrich Drepper Date: Wed, 30 Mar 2005 04:19:16 +0000 (+0000) Subject: * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to X-Git-Tag: cvs/fedora-glibc-20050401T1444~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fb1a4d5b58832f295a5f4c79ef4d1831da56182;p=thirdparty%2Fglibc.git * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to avoid calling mbsrtowcs twice. --- diff --git a/ChangeLog b/ChangeLog index cc508e969c3..7fd3066c7bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-29 Jakub Jelinek + + * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to + avoid calling mbsrtowcs twice. + 2005-03-29 Roland McGrath * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New