Increase the maximum allowed time for the test.
[gnulib.git] / tests / test-memmem.c
2008-01-12 Bruno HaibleIncrease the maximum allowed time for the test.
2008-01-08 Eric BlakeRewrite memmem to guarantee linear complexity without...
2008-01-05 Eric BlakeFix memmem test for mingw.
2008-01-04 Eric BlakeShorten duration of memmem test.
2007-12-26 Bruno HaibleUse standard idioms.
2007-12-20 Eric BlakeFix memmem to avoid O(n^2) worst-case complexity.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-05-28 Eric BlakeUnconditionally include <config.h> in unit tests.
2007-01-26 Paul Eggert* doc/gnulib-tool.texi (Initial import): Update to...
2005-05-14 Paul Eggert*** empty log message ***
2004-10-04 Bruno HaibleNew module 'memmem', from Simon Josefsson.