Denys Vlasenko 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 lat temu
..
Makefile 7285da14ed unify duplicated code cause i get tired of updating this stuff 18 lat temu
memchr.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 lat temu
memcpy.c bd7510cc6b string/i386/strncpy: faster i386 version (same code size), testing code 15 lat temu
memmove.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 lat temu
memset.c 170fc95312 libc/string/i386/memset.c: memset 1 byte at a time is a bit gross 15 lat temu
rawmemchr.c 7dd4382306 libc/string/i386/rawmemchr.c: i386 version, adapted from strlen() 15 lat temu
strcat.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
strchr.c a0da3cfbbf strchr: a bit faster version for i386 (same code size) 15 lat temu
strchrnul.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 lat temu
strcmp.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
strcpy.c 41c15785a9 since gcc -Os hates us and does not inline string ops, 15 lat temu
string.h f5e2aeee57 libc/string/i386/string.h: fix -O0 build failure 15 lat temu
strlen.c 7dd4382306 libc/string/i386/rawmemchr.c: i386 version, adapted from strlen() 15 lat temu
strncat.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 lat temu
strncmp.c 6c106c8564 strncat: shorter version for i386, add small embedded test 15 lat temu
strncpy.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 lat temu
strnlen.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 lat temu
strrchr.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu