diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-11-14 18:44:00 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-11-14 18:44:00 -0500 |
commit | e188ebba21d9a2982289d703a406b722519513bb (patch) | |
tree | caceb9b0c79efe5e655a38ff70565934d0ec21a2 /NEWS | |
parent | 8e3f3f8fda11050f754a9d5a90408556baf52abc (diff) | |
download | glibc-e188ebba21d9a2982289d703a406b722519513bb.zip glibc-e188ebba21d9a2982289d703a406b722519513bb.tar.gz glibc-e188ebba21d9a2982289d703a406b722519513bb.tar.bz2 |
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-11-4 +GNU C Library NEWS -- history of user-visible changes. 2011-11-14 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -56,6 +56,9 @@ Version 2.15 Implemented by Ulrich Drepper. * New Linux interfaces: process_vm_readv, process_vm_writev + +* Optimized strcasecmp and strncasecmp for SSSE3 and SSE4.2 on x86-32. + Implemented by Ulrich Drepper. Version 2.14 |