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