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