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 년 전