mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Add some news items.
This commit is contained in:
parent
0fda545d5f
commit
9d36a6c410
23
NEWS
23
NEWS
@ -1,4 +1,4 @@
|
|||||||
GNU C Library NEWS -- history of user-visible changes. 2009-7-21
|
GNU C Library NEWS -- history of user-visible changes. 2009-8-8
|
||||||
Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc.
|
Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc.
|
||||||
See the end for copying conditions.
|
See the end for copying conditions.
|
||||||
|
|
||||||
@ -17,12 +17,20 @@ Version 2.11
|
|||||||
Implemented by H.J. Lu.
|
Implemented by H.J. Lu.
|
||||||
|
|
||||||
* New optimized string functions for x86-64: strstr, strcasestr, memcmp,
|
* New optimized string functions for x86-64: strstr, strcasestr, memcmp,
|
||||||
strcspn, strpbrk, strspn, strcpy, stpcpy, strncpy, strcmp, strncmp.
|
strcspn, strpbrk, strspn, strcpy, stpcpy, strncpy, strcmp (SSE2, SSE4.2),
|
||||||
|
strncmp (SSE2, SSE4.2).
|
||||||
Contributed by H.J. Lu.
|
Contributed by H.J. Lu.
|
||||||
|
|
||||||
strlen, rawmemchr.
|
strlen, rawmemchr, strcmp (SSSE3), strncmp (SSSE3).
|
||||||
Implemented by Ulrich Drepper.
|
Implemented by Ulrich Drepper.
|
||||||
|
|
||||||
|
* New optimized string functions for x86: strlen, strcspn, strspn, strpbrk,
|
||||||
|
strstr, strcasestr.
|
||||||
|
Contributed by H.J. Lu.
|
||||||
|
|
||||||
|
* Support for fma instruction in AVX on x86-64.
|
||||||
|
Implemented by H.J. Lu and Ulrich Drepper.
|
||||||
|
|
||||||
* AVX support in x86-64 auditing support in ld.so.
|
* AVX support in x86-64 auditing support in ld.so.
|
||||||
Implemented by H.J. Lu.
|
Implemented by H.J. Lu.
|
||||||
|
|
||||||
@ -37,6 +45,15 @@ Version 2.11
|
|||||||
necessity is every process again.
|
necessity is every process again.
|
||||||
Implemented by Ulrich Drepper.
|
Implemented by Ulrich Drepper.
|
||||||
|
|
||||||
|
* More checking functions: longjmp checks for use of uninitialized stack
|
||||||
|
frames. Implemented by Ulrich Drepper.
|
||||||
|
|
||||||
|
* New resolver flag RES_USE_DNSSEC to enable use of verified lookup.
|
||||||
|
Implemented by Adam Tkac.
|
||||||
|
|
||||||
|
* Optimized iconv conversions for S390x.
|
||||||
|
Implemented by Andreas Krebbel.
|
||||||
|
|
||||||
|
|
||||||
Version 2.10
|
Version 2.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user