Andre McCurdy 91e662d1d9 add thumb2 support to arm assembler memcpy před 5 roky
..
arm 91e662d1d9 add thumb2 support to arm assembler memcpy před 5 roky
i386 8ed66ecbcb remove the last of possible-textrels from i386 asm před 10 roky
x86_64 b35c4c475b remove potentially PIC-incompatible relocations from x86_64 and x32 asm před 10 roky
bcmp.c 571744447c include cleanups: remove unused headers and add feature test macros před 11 roky
bcopy.c 571744447c include cleanups: remove unused headers and add feature test macros před 11 roky
bzero.c 571744447c include cleanups: remove unused headers and add feature test macros před 11 roky
explicit_bzero.c b0d2b3a1e5 optimize explicit_bzero for size před 6 roky
index.c 571744447c include cleanups: remove unused headers and add feature test macros před 11 roky
memccpy.c d9bdfd1644 fix memccpy to not access buffer past given size před 6 roky
memchr.c 4d0a82170a fix aliasing-based undefined behavior in string functions před 6 roky
memcmp.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
memcpy.c 90edf1cc15 optimized C memcpy před 11 roky
memmem.c 122d67f846 optimize two-way strstr and memmem bad character shift před 6 roky
memmove.c 4d0a82170a fix aliasing-based undefined behavior in string functions před 6 roky
mempcpy.c 571744447c include cleanups: remove unused headers and add feature test macros před 11 roky
memrchr.c 5ce3737931 reduce spurious inclusion of libc.h před 6 roky
memset.c 9d4c902c42 fix undefined behavior in memset due to missing sequence points před 7 roky
rindex.c 571744447c include cleanups: remove unused headers and add feature test macros před 11 roky
stpcpy.c 4d0a82170a fix aliasing-based undefined behavior in string functions před 6 roky
stpncpy.c 4d0a82170a fix aliasing-based undefined behavior in string functions před 6 roky
strcasecmp.c 5ce3737931 reduce spurious inclusion of libc.h před 6 roky
strcasestr.c e864ddc368 replace stub with working strcasestr před 12 roky
strcat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
strchr.c 13d1afa46f overhaul internally-public declarations using wrapper headers před 6 roky
strchrnul.c 4d0a82170a fix aliasing-based undefined behavior in string functions před 6 roky
strcmp.c b300d5b7bd strcmp: Remove unnecessary check for *r před 11 roky
strcpy.c 13d1afa46f overhaul internally-public declarations using wrapper headers před 6 roky
strcspn.c 13d1afa46f overhaul internally-public declarations using wrapper headers před 6 roky
strdup.c 3fe595de83 remove or make static various unused __-prefixed symbols před 6 roky
strerror_r.c 5ce3737931 reduce spurious inclusion of libc.h před 6 roky
strlcat.c ca1aa5bae9 more header cleanup and conformance fixes - string.h před 14 roky
strlcpy.c 4d0a82170a fix aliasing-based undefined behavior in string functions před 6 roky
strlen.c 4d0a82170a fix aliasing-based undefined behavior in string functions před 6 roky
strncasecmp.c 5ce3737931 reduce spurious inclusion of libc.h před 6 roky
strncat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
strncmp.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers před 14 roky
strncpy.c 13d1afa46f overhaul internally-public declarations using wrapper headers před 6 roky
strndup.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
strnlen.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
strpbrk.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
strrchr.c 13d1afa46f overhaul internally-public declarations using wrapper headers před 6 roky
strsep.c 1fee6186fe fix prototype for strsep před 14 roky
strsignal.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations před 10 roky
strspn.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers před 14 roky
strstr.c 122d67f846 optimize two-way strstr and memmem bad character shift před 6 roky
strtok.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
strtok_r.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
strverscmp.c a59341420f reimplement strverscmp to fix corner cases před 9 roky
swab.c dccbf4c809 fix handling of odd lengths in swab function před 10 roky
wcpcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcpncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcscasecmp.c e0614f7cd4 add all missing wchar functions except floating point parsers před 13 roky
wcscasecmp_l.c e0614f7cd4 add all missing wchar functions except floating point parsers před 13 roky
wcscat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcschr.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wcscmp.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wcscpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcscspn.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wcsdup.c 5ce3737931 reduce spurious inclusion of libc.h před 6 roky
wcslen.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wcsncasecmp.c e0614f7cd4 add all missing wchar functions except floating point parsers před 13 roky
wcsncasecmp_l.c e0614f7cd4 add all missing wchar functions except floating point parsers před 13 roky
wcsncat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcsncmp.c 054ba18599 fix overrun (n essentially ignored) in wcsncmp před 13 roky
wcsncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcsnlen.c e0614f7cd4 add all missing wchar functions except floating point parsers před 13 roky
wcspbrk.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wcsrchr.c 73d2fde119 fix wrong type for wcsrchr argument 2 před 14 roky
wcsspn.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wcsstr.c 476cd1d965 fix false negatives with periodic needles in strstr, wcsstr, and memmem před 11 roky
wcstok.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcswcs.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wmemchr.c 571744447c include cleanups: remove unused headers and add feature test macros před 11 roky
wmemcmp.c 571744447c include cleanups: remove unused headers and add feature test macros před 11 roky
wmemcpy.c 571744447c include cleanups: remove unused headers and add feature test macros před 11 roky
wmemmove.c 8cd738bbee optimize nop case of wmemmove před 6 roky
wmemset.c 571744447c include cleanups: remove unused headers and add feature test macros před 11 roky