log lib/memmem.c @ 10001:facc928673d7

age author description
Thu, 10 Jan 2008 12:06:35 -0700 Eric Blake Share two-way algorithm.
Sat, 05 Jan 2008 14:09:11 -0700 Eric Blake Rewrite memmem to guarantee linear complexity without malloc.
Fri, 04 Jan 2008 00:24:10 +0100 Bruno Haible Treat untyped memory as an 'unsigned char' array.
Mon, 31 Dec 2007 11:53:40 +0100 Bruno Haible Protect against integer overflow in malloca() calls.
Sat, 29 Dec 2007 01:17:08 -0800 Paul Eggert * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
Wed, 26 Dec 2007 16:13:28 +0100 Bruno Haible Use GNU style coding conventions.
Wed, 26 Dec 2007 16:10:15 +0100 Bruno Haible Add more comments about Knuth-Morris-Pratt algorithm.
Wed, 19 Dec 2007 16:09:03 -0700 Eric Blake Fix memmem to avoid O(n^2) worst-case complexity.
Mon, 05 Feb 2007 05:44:11 +0000 Paul Eggert * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Mon, 04 Oct 2004 13:33:49 +0000 Simon Josefsson Sync with glibc.
Mon, 04 Oct 2004 11:25:57 +0000 Bruno Haible New module 'memmem', from Simon Josefsson.