summaryrefslogtreecommitdiff
path: root/tests/test-memmem.c
Commit message (Expand)AuthorAgeFilesLines
* Add test case from a past musl libc bug.Bruno Haible2023-03-271-0/+8
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Fix "warning: array initialized from parenthesized string constant".Bruno Haible2020-09-051-7/+7
* tests: pacify gcc -fanalyzer on zerosize_ptrPaul Eggert2020-07-011-9/+13
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Fix undefined behaviour.Bruno Haible2019-03-091-2/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Add test case from a recent glibc bug.Bruno Haible2018-09-121-0/+22
* Apply Jim Meyering's fix from 2015-01-11 to more tests.Bruno Haible2018-09-121-0/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* tests: Avoid compiler warning about uses of null_ptr.Bruno Haible2017-03-041-6/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* tests: make it easier to bypass alarm time in debuggerEric Blake2013-03-111-1/+2
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* strstr: expand test coverageEric Blake2011-02-251-0/+90
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* memmem, strstr, strcasestr: fix bug with long periodic needleEric Blake2010-10-051-0/+19
* Avoid some more warnings from "gcc -Wwrite-strings".Bruno Haible2010-06-111-2/+2
* maint: normalize copyright noticesJim Meyering2010-01-271-1/+1
* Fix last commit.Simon Josefsson2010-01-271-1/+1
* Fix copyright statement.Simon Josefsson2010-01-271-1/+1
* Refactor common macros used in tests.Bruno Haible2009-12-241-13/+1
* tests: add signature checksEric Blake2009-12-241-0/+3
* New module 'arg-nonnull'. Declare which arguments expect non-NULL values.Bruno Haible2009-12-111-1/+7
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-36/+36
* Make some tests ISO C 99 compliant.Bruno Haible2009-05-141-3/+5
* Add missing include.Eric Blake2008-06-101-0/+1
* Work around environments that (stupidly) ignore SIGALRM.Bruno Haible2008-06-101-0/+1
* Flush the standard error stream before aborting.Bruno Haible2008-04-111-0/+1
* Remove useless "if" tests before free. Deprecate "free" module.Jim Meyering2008-03-021-8/+4
* 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