diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-07-26 08:50:27 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-07-26 08:50:27 -0700 |
commit | 8d50becc0421e86fc15f9a3453cf1772fc11f565 (patch) | |
tree | 4e5d0857df11effa44de5ef37954e2fd69272cb2 | |
parent | 24fb0f88ed29d21b6034559e9c55545f22556bc0 (diff) | |
download | glibc-8d50becc0421e86fc15f9a3453cf1772fc11f565.tar.gz glibc-8d50becc0421e86fc15f9a3453cf1772fc11f565.tar.xz glibc-8d50becc0421e86fc15f9a3453cf1772fc11f565.zip |
NEWS update
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS index aafc4b0556..72abc332fd 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2010-6-19 +GNU C Library NEWS -- history of user-visible changes. 2010-7-26 Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. @@ -12,6 +12,9 @@ Version 2.13 11640, 11701 * POWER7 optimizations: memset, memcmp, strncmp + +* New optimized string functions for x86-64: strnlen + Implemented by Ulrich Drepper. Version 2.12 |