summaryrefslogtreecommitdiff
path: root/src/string/memmem.c
AgeCommit message (Expand)AuthorLines
2014-06-19fix incorrect comparison loop condition in memmemRich Felker-2/+2
2014-04-18fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker-1/+1
2014-04-09fix search past the end of haystack in memmemTimo Teräs-0/+1
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-1/+0
2012-10-15add memmem function (gnu extension)Rich Felker-0/+148