aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/strstr.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-03strstr: avoid warningsCorinna Vinschen1-5/+5
2019-08-14memmem.c and strstr.c: do not require -std=c99Giacomo Tesio1-4/+8
2018-10-18Improve performance of strstrWilco Dijkstra1-96/+127
2018-09-05Improve strstr performance of short needlesWilco Dijkstra1-10/+65
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-2/+1
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-2/+2
2018-01-17ansification: remove _ANDYaakov Selkowitz1-1/+1
2017-12-01string: remove TRAD_SYNOPSISYaakov Selkowitz1-7/+1
2008-01-12Make strstr and strcasestr O(n), not O(n^2); add memmem.Eric Blake1-3/+51
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor1-0/+73