diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-03-30 04:19:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-03-30 04:19:16 +0000 |
commit | 3fb1a4d5b58832f295a5f4c79ef4d1831da56182 (patch) | |
tree | 8d0187fcffb112813ca8c6f089657ff247ffe950 | |
parent | 7a409a1a7c960c0ee7e3f22a59dade4d397a5ddc (diff) | |
download | glibc-3fb1a4d5b58832f295a5f4c79ef4d1831da56182.tar.gz glibc-3fb1a4d5b58832f295a5f4c79ef4d1831da56182.tar.xz glibc-3fb1a4d5b58832f295a5f4c79ef4d1831da56182.zip |
* posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
avoid calling mbsrtowcs twice.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cc508e969c..7fd3066c7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-29 Jakub Jelinek <jakub@redhat.com> + + * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to + avoid calling mbsrtowcs twice. + 2005-03-29 Roland McGrath <roland@redhat.com> * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New |