* string/Makefile (distribute): Add str-two-way.h.cvs/fedora-glibc-20080515T0735
commit0caca71ac95d12c6f45bbbe39d9adb7ac7074146
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 May 2008 04:42:20 +0000 (15 04:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 May 2008 04:42:20 +0000 (15 04:42 +0000)
tree5cf5eff46b5e4c7a09cebaf262bfcf3a20a0f6a1
parentb194db79852e6bbd5d5ad72690679c8be06eef15
* string/Makefile (distribute): Add str-two-way.h.

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
ChangeLog
NEWS
posix/regcomp.c
posix/regex_internal.c
string/Makefile
string/memmem.c
string/str-two-way.h [new file with mode: 0644]
string/strcasestr.c
string/strstr.c