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