fix license quoting in files.yaml
[gnulib.git] / lib / strcasestr.c
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-01-01 Eric Blakemaint: update copyright
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2008-01-15 Eric BlakeConvert strcasestr module to use Two-Way algorithm.
2007-12-31 Bruno HaibleUnify 5 copies of the KMP code.
2007-12-31 Bruno HaibleProtect against integer overflow in malloca() calls.
2007-12-26 Bruno HaibleAdd more comments about Knuth-Morris-Pratt algorithm.
2007-06-09 Bruno HaibleUpdate after allocsa -> malloca renaming.
2007-02-12 Bruno HaibleOptimize memory allocation to use alloca when possible.
2007-02-11 Bruno HaibleEnsure O(n) worst-case complexity of strcasestr substitute.
2007-02-05 Bruno HaibleNew module 'mbscasestr'. Reduced goal of 'strcasestr'.
2007-01-27 Bruno HaibleDeclare strcasestr() in the <string.h> replacement...
2006-09-14 Bruno HaibleInclude <config.h> unconditionally.
2005-08-31 Bruno HaibleInclude a header, to define NULL.
2005-08-19 Bruno HaibleFix return value.
2005-08-17 Bruno HaibleNew module 'strcasestr'.