log lib/strcasestr.c @ 17464:290d581e2e24

age author description
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Thu, 10 Jan 2008 22:22:51 -0700 Eric Blake Convert strcasestr module to use Two-Way algorithm.
Mon, 31 Dec 2007 11:57:16 +0100 Bruno Haible Unify 5 copies of the KMP code.
Mon, 31 Dec 2007 11:53:40 +0100 Bruno Haible Protect against integer overflow in malloca() calls.
Wed, 26 Dec 2007 16:10:15 +0100 Bruno Haible Add more comments about Knuth-Morris-Pratt algorithm.
Sat, 09 Jun 2007 11:11:14 +0000 Bruno Haible Update after allocsa -> malloca renaming.
Mon, 12 Feb 2007 02:58:17 +0000 Bruno Haible Optimize memory allocation to use alloca when possible.
Sun, 11 Feb 2007 15:54:58 +0000 Bruno Haible Ensure O(n) worst-case complexity of strcasestr substitute.
Mon, 05 Feb 2007 02:42:27 +0000 Bruno Haible New module 'mbscasestr'. Reduced goal of 'strcasestr'.
Sat, 27 Jan 2007 13:17:15 +0000 Bruno Haible Declare strcasestr() in the <string.h> replacement, rather than in
Thu, 14 Sep 2006 14:18:36 +0000 Bruno Haible Include <config.h> unconditionally.
Wed, 31 Aug 2005 11:51:18 +0000 Bruno Haible Include a header, to define NULL.
Fri, 19 Aug 2005 11:00:51 +0000 Bruno Haible Fix return value.
Wed, 17 Aug 2005 14:09:19 +0000 Bruno Haible New module 'strcasestr'.