Andre McCurdy 91e662d1d9 add thumb2 support to arm assembler memcpy vor 5 Jahren
..
arm 91e662d1d9 add thumb2 support to arm assembler memcpy vor 5 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
explicit_bzero.c b0d2b3a1e5 optimize explicit_bzero for size vor 6 Jahren
index.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
memccpy.c d9bdfd1644 fix memccpy to not access buffer past given size vor 6 Jahren
memchr.c 4d0a82170a fix aliasing-based undefined behavior in string functions vor 6 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 122d67f846 optimize two-way strstr and memmem bad character shift vor 6 Jahren
memmove.c 4d0a82170a fix aliasing-based undefined behavior in string functions vor 6 Jahren
mempcpy.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
memrchr.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
memset.c 9d4c902c42 fix undefined behavior in memset due to missing sequence points vor 7 Jahren
rindex.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
stpcpy.c 4d0a82170a fix aliasing-based undefined behavior in string functions vor 6 Jahren
stpncpy.c 4d0a82170a fix aliasing-based undefined behavior in string functions vor 6 Jahren
strcasecmp.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 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 13d1afa46f overhaul internally-public declarations using wrapper headers vor 6 Jahren
strchrnul.c 4d0a82170a fix aliasing-based undefined behavior in string functions vor 6 Jahren
strcmp.c b300d5b7bd strcmp: Remove unnecessary check for *r vor 11 Jahren
strcpy.c 13d1afa46f overhaul internally-public declarations using wrapper headers vor 6 Jahren
strcspn.c 13d1afa46f overhaul internally-public declarations using wrapper headers vor 6 Jahren
strdup.c 3fe595de83 remove or make static various unused __-prefixed symbols vor 6 Jahren
strerror_r.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
strlcat.c ca1aa5bae9 more header cleanup and conformance fixes - string.h vor 14 Jahren
strlcpy.c 4d0a82170a fix aliasing-based undefined behavior in string functions vor 6 Jahren
strlen.c 4d0a82170a fix aliasing-based undefined behavior in string functions vor 6 Jahren
strncasecmp.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 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 13d1afa46f overhaul internally-public declarations using wrapper headers vor 6 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 13d1afa46f overhaul internally-public declarations using wrapper headers vor 6 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 122d67f846 optimize two-way strstr and memmem bad character shift vor 6 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 10 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 5ce3737931 reduce spurious inclusion of libc.h vor 6 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 13 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 14 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 8cd738bbee optimize nop case of wmemmove vor 6 Jahren
wmemset.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren