diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-07-19 20:29:53 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-07-19 20:29:53 -0400 |
commit | 51846a515abd3f99662b67af71f5da770a64556e (patch) | |
tree | b3d79db68623a86cef3551e031cf22cc2c04e536 /NEWS | |
parent | 19df733e643ea2a0ea95385957163d0e3d5b2d1c (diff) | |
download | glibc-51846a515abd3f99662b67af71f5da770a64556e.tar glibc-51846a515abd3f99662b67af71f5da770a64556e.tar.gz glibc-51846a515abd3f99662b67af71f5da770a64556e.tar.bz2 glibc-51846a515abd3f99662b67af71f5da770a64556e.zip |
Correct feature announcement
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ Version 2.15 * Improved strcpy, strncpy, stpcpy, stpncpy for SSE2 and SSSE3 on x86-64. Contributed by HJ Lu. -* Improved strcat and strncat on x86-64. +* Optimized strcat and strncat on x86-64. Contributed by Liubov Dmitrieva. Version 2.14 |