summaryrefslogtreecommitdiff
path: root/modules/strcasestr
Commit message (Expand)AuthorAgeFilesLines
* Optimize memory allocation to use alloca when possible.Bruno Haible2007-02-121-0/+1
* Ensure O(n) worst-case complexity of strcasestr substitute.Bruno Haible2007-02-111-0/+2
* Addendum to last patch.Bruno Haible2007-02-051-2/+0
* Enforce the use of gnulib modules for unportable <string.h> functions.Bruno Haible2007-02-011-0/+1
* Declare strcasestr() in the <string.h> replacement, rather than inBruno Haible2007-01-271-2/+2
* gnulib-tool now synthesizes the EXTRA_DIST line.Bruno Haible2006-10-131-1/+0
* Distribute all lib/* source files through EXTRA_DIST.Bruno Haible2006-10-121-1/+1
* New module 'strcasestr'.Bruno Haible2005-08-171-0/+27