summaryrefslogtreecommitdiff
path: root/lib/strcasestr.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-9/+9
* Convert strcasestr module to use Two-Way algorithm.Eric Blake2008-01-141-96/+48
* Unify 5 copies of the KMP code.Bruno Haible2007-12-311-122/+4
* Protect against integer overflow in malloca() calls.Bruno Haible2007-12-311-1/+1
* Add more comments about Knuth-Morris-Pratt algorithm.Bruno Haible2007-12-261-3/+36
* Update after allocsa -> malloca renaming.Bruno Haible2007-06-091-3/+3
* 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