summaryrefslogtreecommitdiff
path: root/tests/test-memmem.c
Commit message (Expand)AuthorAgeFilesLines
* Increase the maximum allowed time for the test.Bruno Haible2008-01-121-1/+1
* Rewrite memmem to guarantee linear complexity without malloc.Eric Blake2008-01-081-0/+33
* Fix memmem test for mingw.Eric Blake2008-01-051-1/+6
* Shorten duration of memmem test.Eric Blake2008-01-041-1/+5
* Use standard idioms.Bruno Haible2007-12-261-2/+3
* Fix memmem to avoid O(n^2) worst-case complexity.Eric Blake2007-12-201-29/+118
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+4
* Unconditionally include <config.h> in unit tests.Eric Blake2007-05-281-3/+1
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-2/+1
* *** empty log message ***Paul Eggert2005-05-141-2/+2
* New module 'memmem', from Simon Josefsson.Bruno Haible2004-10-041-0/+62