log lib/mbscasestr.c @ 40231:9b3c79fdfe0b

age author description
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Thu, 14 Sep 2017 00:35:56 +0200 Bruno Haible all: Replace many more http URLs by https URLs. Update stale URLs.
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Thu, 24 Sep 2015 13:22:23 -0700 Paul Eggert maint: add coding cookies to non-ASCII sources
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Fri, 21 Jan 2011 13:40:28 +0100 Pádraig Brady Prepare for faster uN_strstr functions.
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.
Mon, 22 Dec 2008 12:11:44 +0100 Bruno Haible Remove HAVE_MBRTOWC conditionals. Use mbrtowc unconditionally.
Tue, 08 Jan 2008 23:54:30 +0100 Bruno Haible Document the knuth_morris_pratt calling convention better.
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.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
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 21:33:27 +0000 Bruno Haible Ensure O(n) worst-case complexity of mbscasestr.
Mon, 05 Feb 2007 02:42:27 +0000 Bruno Haible New module 'mbscasestr'. Reduced goal of 'strcasestr'.
Mon, 05 Feb 2007 02:20:09 +0000 Bruno Haible Copied from strcasestr.c.