log lib/mbsstr.c @ 17363:5a51fb7777a9

age author description
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 19:23:52 +0000 Bruno Haible Ensure O(n) worst-case complexity of mbsstr.
Mon, 05 Feb 2007 01:36:34 +0000 Bruno Haible New module 'mbsstr'. Remove module 'strstr'.
Mon, 05 Feb 2007 01:19:02 +0000 Bruno Haible Move to here from strstr.c.