aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-04 21:32:15 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-04 21:32:15 +0000
commit7239b3a4cfa50ecd088850d13202aeff5cf96e5f (patch)
tree4474786a0cbddbb64ae072aedc5cb1b3553223fc /ChangeLog
parentab9afc21930563eb1aa648eff269ed0234a0bbc4 (diff)
downloadglibc-7239b3a4cfa50ecd088850d13202aeff5cf96e5f.tar
glibc-7239b3a4cfa50ecd088850d13202aeff5cf96e5f.tar.gz
glibc-7239b3a4cfa50ecd088850d13202aeff5cf96e5f.tar.bz2
glibc-7239b3a4cfa50ecd088850d13202aeff5cf96e5f.zip
Update.
* posix/fnmatch_loop.c: Improve performance for single-byte character sets by not using btowc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd4f79401b..1dc63d3ba0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-07-04 Ulrich Drepper <drepper@redhat.com>
+ * posix/fnmatch_loop.c: Improve performance for single-byte
+ character sets by not using btowc.
+
* posix/tst-fnmatch.input: Add tests for locale dependent
behaviour.
* posix/tst-fnmatch.c (main): Also set LC_CTYPE category.