about summary refs log tree commit diff
path: root/src/string/memmem.c
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect comparison loop condition in memmemRich Felker2014-06-191-2/+2
* fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker2014-04-181-1/+1
* fix search past the end of haystack in memmemTimo Teräs2014-04-091-0/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* add memmem function (gnu extension)Rich Felker2012-10-151-0/+148