aboutsummaryrefslogtreecommitdiff
path: root/string/str-two-way.h
AgeCommit message (Collapse)AuthorFilesLines
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-02-12Fix typo, improve comment, remove superfluous #undefs, add missing #undef.Tom de Vries1-5/+7
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-15Fix BZ #14716: memmem crashMaxim Kuvyrkov1-2/+2
2012-10-08Fix BZ #14602: strstr and strcasestr return wrong result.Maxim Kuvyrkov1-12/+25
2012-08-21Micro-optimize critical path of strstr, strcase and memmem.Maxim Kuvyrkov1-1/+10
2012-08-21Use pointers for traversing arrays in strstr, strcasestr and memmem.Maxim Kuvyrkov1-17/+48
2012-08-21Detect EOL on-the-fly in strstr, strcasestr and memmem.Maxim Kuvyrkov1-8/+42
2012-08-21Optimize first-character loop of strstr, strcasestr and memmem.Maxim Kuvyrkov1-1/+14
2012-08-15Remove local redefinition of MAX macro.Roland McGrath1-5/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2010-10-06Fix strstr and memmem algorithm.Eric Blake1-1/+1
2010-07-23Add performance tests for strstr and strcasestr.Ulrich Drepper1-2/+1
2008-05-15* string/Makefile (distribute): Add str-two-way.h.cvs/fedora-glibc-20080515T0735Ulrich Drepper1-0/+430
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