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