aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strstr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-17rearrange filesMattias Andrée1-37/+0
2015-11-17split strstr.c and strchr.cMattias Andrée1-233/+0
2015-11-13improve performance on strstr and wcsstr if the needle is one character wideMattias Andrée1-0/+2
2015-10-17fix errorsMattias Andrée1-26/+26
2015-10-10add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée1-0/+84
2015-10-10m docMattias Andrée1-2/+2
2015-09-02fix more errorsMattias Andrée1-3/+9
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-1/+0
2015-09-01add strstr functionsMattias Andrée1-0/+179