Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-05-16 | fix strcasestr failing to find zero-length needle | Rich Felker | -0/+1 | |
the loop condition ending on end-of-haystack ends before a zero-length needle can be matched, so just explicitly check it before the loop. | ||||
2013-02-21 | replace stub with working strcasestr | Rich Felker | -2/+4 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+7 | |