summaryrefslogtreecommitdiff
path: root/modules/strcasestr
Commit message (Expand)AuthorAgeFilesLines
* Rely on new stdbool behaviorPaul Eggert2022-09-101-0/+1
* Fix gnulib-tool error when some modules occur in tests/.Bruno Haible2020-12-131-0/+1
* Bruno Haible has stepped down as maintainer.Paul Eggert2014-07-051-2/+1
* strcasestr*: Move AC_LIBOBJ invocations to module description.Bruno Haible2011-06-161-0/+4
* Oops, move dependency to 'memchr'.Bruno Haible2008-11-021-1/+0
* Mark 'memchr' obsolete.Bruno Haible2008-11-021-0/+1
* Convert strcasestr module to use Two-Way algorithm.Eric Blake2008-01-141-9/+2
* Unify 5 copies of the KMP code.Bruno Haible2007-12-311-0/+1
* Use the synonymous term LGPLv2.Bruno Haible2007-07-161-1/+1
* Update after allocsa -> malloca renaming.Bruno Haible2007-06-091-1/+1
* 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