diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-07 23:22:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-07 23:22:10 +0000 |
commit | cd57745bd826356caa533cc2df0cab2aadc883f1 (patch) | |
tree | 7ed3d53b7a3c7c825307775c4ac1f8f59cc60d11 /NEWS | |
parent | 3db6c9a8ed817d8c9d53b9bd63e235f4aa6f593a (diff) | |
download | glibc-cd57745bd826356caa533cc2df0cab2aadc883f1.tar glibc-cd57745bd826356caa533cc2df0cab2aadc883f1.tar.gz glibc-cd57745bd826356caa533cc2df0cab2aadc883f1.tar.bz2 glibc-cd57745bd826356caa533cc2df0cab2aadc883f1.zip |
* sysdeps/x86_64/strchrnul.S: New file.cvs/fedora-glibc-20090408T1602
depending libcrypt on -lfreebl3.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |