Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix misleading comment in strstr | Rich Felker | 2020-12-09 | 1 | -1/+1 |
* | fix undefined behavior from signed overflow in strstr and memmem | Rich Felker | 2020-04-30 | 1 | -4/+4 |
* | optimize two-way strstr and memmem bad character shift | Rich Felker | 2018-11-08 | 1 | -1/+1 |
* | remove commented-out debug printf from strstr | Rich Felker | 2018-11-02 | 1 | -1/+0 |
* | fix spuriously slow check in twoway strstr/memmem cores | Rich Felker | 2018-11-02 | 1 | -1/+1 |
* | fix false negatives with periodic needles in strstr, wcsstr, and memmem | Rich Felker | 2014-04-18 | 1 | -1/+1 |
* | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2013-12-12 | 1 | -1/+0 |
* | remove unused but buggy code from strstr.c | Rich Felker | 2012-08-11 | 1 | -10/+0 |
* | fix all implicit conversion between signed/unsigned pointers | Rich Felker | 2011-03-25 | 1 | -5/+5 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+166 |