maint: update copyright
[gnulib.git] / lib / memmem.c
2014-01-01 Eric Blakemaint: update copyright
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
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-10 Bruno HaibleUse spaces for indentation, not tabs.
2008-01-10 Eric BlakeShare two-way algorithm.
2008-01-08 Eric BlakeRewrite memmem to guarantee linear complexity without...
2008-01-03 Bruno HaibleTreat untyped memory as an 'unsigned char' array.
2007-12-31 Bruno HaibleProtect against integer overflow in malloca() calls.
2007-12-29 Paul Eggert* lib/memmem.c (knuth_morris_pratt): Check for size_t...
2007-12-26 Bruno HaibleUse GNU style coding conventions.
2007-12-26 Bruno HaibleAdd more comments about Knuth-Morris-Pratt algorithm.
2007-12-20 Eric BlakeFix memmem to avoid O(n^2) worst-case complexity.
2007-02-05 Paul Eggert* lib/getsubopt.c [!_LIBC]: Include config.h and getsub...
2005-05-14 Paul Eggert*** empty log message ***
2004-10-04 Simon JosefssonSync with glibc.
2004-10-04 Bruno HaibleNew module 'memmem', from Simon Josefsson.