Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-30 | lib: rework uc_index() implementation | Jo-Philipp Wich | |
- Fix segfault on passing string haystack with non-string needle argument - Perform strict equality tests against array haystacks - Make string searches binary safe - Improve left index string search performance - Improve right index array search performance - Add missing test coverage for index() and rindex() Signed-off-by: Jo-Philipp Wich <jo@mein.io> |