aboutsummaryrefslogtreecommitdiffstats
path: root/memcasemem.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add todoHEADmasterMattias Andrée13 hours1-0/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* memmem, memcasemem: use kmp algorithmMattias Andrée2025-12-281-4/+23
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add TODOsMattias Andrée2025-12-221-0/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warnings, replace some static inline with inline + extern inline, and fix glibc supportMattias Andrée2022-06-111-3/+4
|
* Add memcase{cmp,ends,starts,eq} and mem[r]casememMattias Andrée2018-10-211-0/+58
Signed-off-by: Mattias Andrée <maandree@kth.se>