diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-04-14 21:18:57 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2009-04-14 21:18:57 +0000 |
commit | ded8b949ca91eae8bfcc9d3337913dda620416b3 (patch) | |
tree | b5d9f4c36dcce925adb8b4b64ffbfb5d4e1debfe /NEWS | |
parent | 5cb5c2a33524f2332f107c4e78737086f57b0e0b (diff) | |
download | glibc-ded8b949ca91eae8bfcc9d3337913dda620416b3.zip glibc-ded8b949ca91eae8bfcc9d3337913dda620416b3.tar.gz glibc-ded8b949ca91eae8bfcc9d3337913dda620416b3.tar.bz2 |
Updated to fedora-glibc-20090414T2104cvs/fedora-glibc-2_9_90-16
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2009-4-8 +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,11 @@ Version 2.10 * New locales: nan_TW@latin, ks_IN -* Faster strlen, strchr, strchrnul, and memchr 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 + and extend existing format specifiers. Implemented by Ulrich Drepper. |