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