Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix incorrect comparison loop condition in memmem | Rich Felker | 2014-06-19 | 1 | -2/+2 |
* | fix false negatives with periodic needles in strstr, wcsstr, and memmem | Rich Felker | 2014-04-18 | 1 | -1/+1 |
* | fix search past the end of haystack in memmem | Timo Teräs | 2014-04-09 | 1 | -0/+1 |
* | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2013-12-12 | 1 | -1/+0 |
* | add memmem function (gnu extension) | Rich Felker | 2012-10-15 | 1 | -0/+148 |