diff options
author | Maxim Kuvyrkov <maxim@codesourcery.com> | 2012-05-28 22:50:15 -0700 |
---|---|---|
committer | Maxim Kuvyrkov <maxim@codesourcery.com> | 2012-08-21 18:07:47 -0700 |
commit | 400726deef57d8da8d6c7cd5c8e7891eaabab041 (patch) | |
tree | 73509a99d4f1d1e11afd525300e496119865e431 /NEWS | |
parent | 20a71f2c8ab45b458416422af2eec2b7bc52f66b (diff) | |
download | glibc-400726deef57d8da8d6c7cd5c8e7891eaabab041.tar.gz glibc-400726deef57d8da8d6c7cd5c8e7891eaabab041.tar.xz glibc-400726deef57d8da8d6c7cd5c8e7891eaabab041.zip |
Detect EOL on-the-fly in strstr, strcasestr and memmem.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS index cd4f498d82..d37e5a5920 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,8 @@ Version 2.17 * The following bugs are resolved with this release: - 6778, 6808, 9685, 13717, 13939, 14042, 14090, 14166, 14150, 14151, 14154, - 14157, 14166, 14173, 14195, 14283, 14298, 14303, 14307, 14328, 14331, + 6778, 6808, 9685, 11607, 13717, 13939, 14042, 14090, 14166, 14150, 14151, + 14154, 14157, 14166, 14173, 14195, 14283, 14298, 14303, 14307, 14328, 14331, 14336, 14337, 14347, 14349 * Support for STT_GNU_IFUNC symbols added for s390 and s390x. @@ -25,6 +25,9 @@ Version 2.17 * SystemTap static probes have been added into the dynamic linker. Implemented by Gary Benson. +* Optimizations of string functions strstr, strcasestr and memmem. + Implemented by Maxim Kuvyrkov. + * The minimum Linux kernel version that this version of the GNU C Library can be used with is 2.6.16. |