overhaul optimized x86_64 memset asm
[musl] / src / string / memmem.c
2014-06-19 Rich Felkerfix incorrect comparison loop condition in memmem
2014-04-18 Rich Felkerfix false negatives with periodic needles in strstr...
2014-04-10 Timo Teräsfix search past the end of haystack in memmem
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2012-10-16 Rich Felkeradd memmem function (gnu extension)