Rich Felker c718f9fc1b fix read past end of haystack buffer for short needles in memmem hace 9 años
..
arm e617b9eea9 move arm-specific translation units out of arch/arm/src, to src/*/arm hace 9 años
i386 8ed66ecbcb remove the last of possible-textrels from i386 asm hace 10 años
x86_64 b35c4c475b remove potentially PIC-incompatible relocations from x86_64 and x32 asm hace 10 años
bcmp.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
bcopy.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
bzero.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
index.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
memccpy.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
memchr.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
memcmp.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
memcpy.c 90edf1cc15 optimized C memcpy hace 11 años
memmem.c c718f9fc1b fix read past end of haystack buffer for short needles in memmem hace 9 años
memmove.c 1701e4f3d4 reenable word-at-at-time copying in memmove hace 12 años
mempcpy.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
memrchr.c 6597f9ac13 implement memrchr (nonstandard) and optimize strrchr in terms of it hace 14 años
memset.c a543369e3b optimized C memset hace 11 años
rindex.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
stpcpy.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
stpncpy.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
strcasecmp.c 7424ac58b1 consolidate str[n]casecmp_l into str[n]casecmp source files hace 10 años
strcasestr.c e864ddc368 replace stub with working strcasestr hace 12 años
strcat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
strchr.c 68dbd05039 optimize strchrnul/strcspn not to scan string twice on no-match hace 12 años
strchrnul.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
strcmp.c b300d5b7bd strcmp: Remove unnecessary check for *r hace 11 años
strcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
strcspn.c 68dbd05039 optimize strchrnul/strcspn not to scan string twice on no-match hace 12 años
strdup.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
strerror_r.c 14f0272ea1 Add ABI compatability aliases. hace 12 años
strlcat.c ca1aa5bae9 more header cleanup and conformance fixes - string.h hace 14 años
strlcpy.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
strlen.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
strncasecmp.c 7424ac58b1 consolidate str[n]casecmp_l into str[n]casecmp source files hace 10 años
strncat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
strncmp.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers hace 14 años
strncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
strndup.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
strnlen.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
strpbrk.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
strrchr.c aefd0f69bd fix failure of strrchr(str, 0) hace 12 años
strsep.c 1fee6186fe fix prototype for strsep hace 14 años
strsignal.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations hace 10 años
strspn.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers hace 14 años
strstr.c 476cd1d965 fix false negatives with periodic needles in strstr, wcsstr, and memmem hace 11 años
strtok.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
strtok_r.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
strverscmp.c a59341420f reimplement strverscmp to fix corner cases hace 9 años
swab.c dccbf4c809 fix handling of odd lengths in swab function hace 10 años
wcpcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
wcpncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
wcscasecmp.c e0614f7cd4 add all missing wchar functions except floating point parsers hace 13 años
wcscasecmp_l.c e0614f7cd4 add all missing wchar functions except floating point parsers hace 13 años
wcscat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
wcschr.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
wcscmp.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
wcscpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
wcscspn.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
wcsdup.c e0614f7cd4 add all missing wchar functions except floating point parsers hace 13 años
wcslen.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
wcsncasecmp.c e0614f7cd4 add all missing wchar functions except floating point parsers hace 13 años
wcsncasecmp_l.c e0614f7cd4 add all missing wchar functions except floating point parsers hace 13 años
wcsncat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
wcsncmp.c 054ba18599 fix overrun (n essentially ignored) in wcsncmp hace 12 años
wcsncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
wcsnlen.c e0614f7cd4 add all missing wchar functions except floating point parsers hace 13 años
wcspbrk.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
wcsrchr.c 73d2fde119 fix wrong type for wcsrchr argument 2 hace 13 años
wcsspn.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
wcsstr.c 476cd1d965 fix false negatives with periodic needles in strstr, wcsstr, and memmem hace 11 años
wcstok.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
wcswcs.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
wmemchr.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
wmemcmp.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
wmemcpy.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
wmemmove.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años
wmemset.c 571744447c include cleanups: remove unused headers and add feature test macros hace 11 años