Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-08 | Fix BZ #14602: strstr and strcasestr return wrong result. | Maxim Kuvyrkov | |
2012-08-21 | Micro-optimize critical path of strstr, strcase and memmem. | Maxim Kuvyrkov | |
2012-08-21 | Use pointers for traversing arrays in strstr, strcasestr and memmem. | Maxim Kuvyrkov | |
2012-08-21 | Detect EOL on-the-fly in strstr, strcasestr and memmem. | Maxim Kuvyrkov | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2010-07-23 | Add performance tests for strstr and strcasestr. | Ulrich Drepper | |
2009-07-20 | SSE4.2 strstr/strcasestr for x86-64. | H.J. Lu | |
This patch implements SSE4.2 strstr/strcasestr, using Knuth-Morris-Pratt string searching algorithm. | |||
2008-05-16 | * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.cvs/fedora-glibc-20080516T2152 | Ulrich Drepper | |
2008-05-15 | * string/Makefile (distribute): Add str-two-way.h.cvs/fedora-glibc-20080515T0735 | Ulrich Drepper | |
2008-03-29 Eric Blake <ebb9@byu.net> Rewrite string searches to O(n) rather than O(n^2). * string/str-two-way.h: New file. For linear fixed-allocation string searching. * string/memmem.c: New implementation. * string/strstr.c: New implementation. * string/strcasestr.c: New implementation. * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init | |||
2005-12-14 | Moved to csu/errno-loc.c. | Ulrich Drepper | |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | |