Fix memmem to avoid O(n^2) worst-case complexity.
[gnulib.git] / modules / memmem
2007-12-20 Eric BlakeFix memmem to avoid O(n^2) worst-case complexity.
2007-09-12 Eric BlakeTrack CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
2007-07-16 Bruno HaibleUse the synonymous term LGPLv2.
2007-02-01 Bruno HaibleEnforce the use of gnulib modules for unportable <strin...
2007-01-26 Paul Eggert* doc/gnulib-tool.texi (Initial import): Update to...
2006-10-13 Bruno Haiblegnulib-tool now synthesizes the EXTRA_DIST line.
2006-10-12 Bruno HaibleDistribute all lib/* source files through EXTRA_DIST.
2004-10-04 Bruno HaibleNew module 'memmem', from Simon Josefsson.