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