summaryrefslogtreecommitdiff
path: root/lib/strcasestr.c
Commit message (Expand)AuthorAgeFilesLines
* Optimize memory allocation to use alloca when possible.Bruno Haible2007-02-121-2/+4
* Ensure O(n) worst-case complexity of strcasestr substitute.Bruno Haible2007-02-111-0/+142
* New module 'mbscasestr'. Reduced goal of 'strcasestr'.Bruno Haible2007-02-051-98/+25
* Declare strcasestr() in the <string.h> replacement, rather than inBruno Haible2007-01-271-3/+3
* Include <config.h> unconditionally.Bruno Haible2006-09-141-4/+2
* Include a header, to define NULL.Bruno Haible2005-08-311-0/+1
* Fix return value.Bruno Haible2005-08-191-1/+1
* New module 'strcasestr'.Bruno Haible2005-08-171-0/+146