diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-14 05:58:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-14 05:58:16 +0000 |
commit | 84aa52d7e9f9a70d6f011579ab1206d6d0bbe1af (patch) | |
tree | a3a729de0b4235d80a718e0cef72ac1d5012bb4d /NEWS | |
parent | 9d26efa90c6dcbcd6b3e586c9927b6058ef4d529 (diff) | |
download | glibc-84aa52d7e9f9a70d6f011579ab1206d6d0bbe1af.zip glibc-84aa52d7e9f9a70d6f011579ab1206d6d0bbe1af.tar.gz glibc-84aa52d7e9f9a70d6f011579ab1206d6d0bbe1af.tar.bz2 |
* sysdeps/x86-64/strrchr.S: New file.
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-10 +GNU C Library NEWS -- history of user-visible changes. 2009-4-13 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, strchrnul, memchr, and rawmemchr for x86-64. +* Faster strlen, strchr, strchrnul, strrchr, memchr, and rawmemchr for x86-64. Implemented by Ulrich Drepper. * Extended printf hook support. It is possible to use user-defined types |