about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-03-30 04:19:16 +0000
committerUlrich Drepper <drepper@redhat.com>2005-03-30 04:19:16 +0000
commit3fb1a4d5b58832f295a5f4c79ef4d1831da56182 (patch)
tree8d0187fcffb112813ca8c6f089657ff247ffe950
parent7a409a1a7c960c0ee7e3f22a59dade4d397a5ddc (diff)
downloadglibc-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--ChangeLog5
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