Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-09-03 | strstr: avoid warnings | Corinna Vinschen | 1 | -5/+5 |
2019-08-14 | memmem.c and strstr.c: do not require -std=c99 | Giacomo Tesio | 1 | -4/+8 |
2018-10-18 | Improve performance of strstr | Wilco Dijkstra | 1 | -96/+127 |
2018-09-05 | Improve strstr performance of short needles | Wilco Dijkstra | 1 | -10/+65 |
2018-01-17 | ansification: remove _DEFUN | Yaakov Selkowitz | 1 | -2/+1 |
2018-01-17 | ansification: remove _CONST | Yaakov Selkowitz | 1 | -2/+2 |
2018-01-17 | ansification: remove _AND | Yaakov Selkowitz | 1 | -1/+1 |
2017-12-01 | string: remove TRAD_SYNOPSIS | Yaakov Selkowitz | 1 | -7/+1 |
2008-01-12 | Make strstr and strcasestr O(n), not O(n^2); add memmem. | Eric Blake | 1 | -3/+51 |
2000-02-17 | import newlib-2000-02-17 snapshot | Christopher Faylor | 1 | -0/+73 |