summaryrefslogtreecommitdiff
path: root/lib/c-strcasestr.c
Commit message (Expand)AuthorAgeFilesLines
* Update after allocsa -> malloca renaming.Bruno Haible2007-06-091-4/+4
* Optimize memory allocation to use alloca when possible.Bruno Haible2007-02-121-2/+3
* Ensure O(n) worst-case complexity of c_strcasestr.Bruno Haible2007-02-111-0/+143
* Include <config.h> unconditionally.Bruno Haible2006-09-141-4/+2
* New module 'c-strcasestr'.Bruno Haible2005-10-111-0/+78