summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-04-08 16:24:32 +0000
committerJakub Jelinek <jakub@redhat.com>2009-04-08 16:24:32 +0000
commit1ad9ccd18a9d2ca18c12143a2a0d6dfe78a382a5 (patch)
tree7f2dbd23c5188c292ee058fcd04ecbb0b1f130da /NEWS
parentd2aa96e13c2f7a3066d53e4711aff63e313c4c0b (diff)
Updated to fedora-glibc-20090408T1602cvs/fedora-glibc-2_9_90-14
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e969b61b58..c50a66bb43 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes. 2009-4-6
+GNU C Library NEWS -- history of user-visible changes. 2009-4-7
Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc.
See the end for copying conditions.
@@ -37,7 +37,7 @@ Version 2.10
* New locales: nan_TW@latin, ks_IN
-* Faster strlen, strchr, and memchr on x86-64.
+* Faster strlen, strchr, strchrnul, and memchr for x86-64.
Implemented by Ulrich Drepper.