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