Alexander Monakov 51bdcdc424 fix OOB reads in Xbyte_memmem %!s(int64=7) %!d(string=hai) anos
..
arm e6def54435 fix arm run-time abi string functions %!s(int64=7) %!d(string=hai) anos
i386 8ed66ecbcb remove the last of possible-textrels from i386 asm %!s(int64=10) %!d(string=hai) anos
x86_64 b35c4c475b remove potentially PIC-incompatible relocations from x86_64 and x32 asm %!s(int64=10) %!d(string=hai) anos
bcmp.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
bcopy.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
bzero.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
index.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
memccpy.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
memchr.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
memcmp.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
memcpy.c 90edf1cc15 optimized C memcpy %!s(int64=11) %!d(string=hai) anos
memmem.c 51bdcdc424 fix OOB reads in Xbyte_memmem %!s(int64=7) %!d(string=hai) anos
memmove.c 1701e4f3d4 reenable word-at-at-time copying in memmove %!s(int64=12) %!d(string=hai) anos
mempcpy.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
memrchr.c 6597f9ac13 implement memrchr (nonstandard) and optimize strrchr in terms of it %!s(int64=14) %!d(string=hai) anos
memset.c 9d4c902c42 fix undefined behavior in memset due to missing sequence points %!s(int64=7) %!d(string=hai) anos
rindex.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
stpcpy.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
stpncpy.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
strcasecmp.c 7424ac58b1 consolidate str[n]casecmp_l into str[n]casecmp source files %!s(int64=10) %!d(string=hai) anos
strcasestr.c e864ddc368 replace stub with working strcasestr %!s(int64=12) %!d(string=hai) anos
strcat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
strchr.c 68dbd05039 optimize strchrnul/strcspn not to scan string twice on no-match %!s(int64=12) %!d(string=hai) anos
strchrnul.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
strcmp.c b300d5b7bd strcmp: Remove unnecessary check for *r %!s(int64=11) %!d(string=hai) anos
strcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
strcspn.c 68dbd05039 optimize strchrnul/strcspn not to scan string twice on no-match %!s(int64=12) %!d(string=hai) anos
strdup.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
strerror_r.c 14f0272ea1 Add ABI compatability aliases. %!s(int64=12) %!d(string=hai) anos
strlcat.c ca1aa5bae9 more header cleanup and conformance fixes - string.h %!s(int64=14) %!d(string=hai) anos
strlcpy.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
strlen.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
strncasecmp.c 7424ac58b1 consolidate str[n]casecmp_l into str[n]casecmp source files %!s(int64=10) %!d(string=hai) anos
strncat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
strncmp.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers %!s(int64=14) %!d(string=hai) anos
strncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
strndup.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
strnlen.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
strpbrk.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
strrchr.c aefd0f69bd fix failure of strrchr(str, 0) %!s(int64=13) %!d(string=hai) anos
strsep.c 1fee6186fe fix prototype for strsep %!s(int64=14) %!d(string=hai) anos
strsignal.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations %!s(int64=10) %!d(string=hai) anos
strspn.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers %!s(int64=14) %!d(string=hai) anos
strstr.c 476cd1d965 fix false negatives with periodic needles in strstr, wcsstr, and memmem %!s(int64=11) %!d(string=hai) anos
strtok.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
strtok_r.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
strverscmp.c a59341420f reimplement strverscmp to fix corner cases %!s(int64=10) %!d(string=hai) anos
swab.c dccbf4c809 fix handling of odd lengths in swab function %!s(int64=10) %!d(string=hai) anos
wcpcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
wcpncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
wcscasecmp.c e0614f7cd4 add all missing wchar functions except floating point parsers %!s(int64=13) %!d(string=hai) anos
wcscasecmp_l.c e0614f7cd4 add all missing wchar functions except floating point parsers %!s(int64=13) %!d(string=hai) anos
wcscat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
wcschr.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
wcscmp.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
wcscpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
wcscspn.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
wcsdup.c e0614f7cd4 add all missing wchar functions except floating point parsers %!s(int64=13) %!d(string=hai) anos
wcslen.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
wcsncasecmp.c e0614f7cd4 add all missing wchar functions except floating point parsers %!s(int64=13) %!d(string=hai) anos
wcsncasecmp_l.c e0614f7cd4 add all missing wchar functions except floating point parsers %!s(int64=13) %!d(string=hai) anos
wcsncat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
wcsncmp.c 054ba18599 fix overrun (n essentially ignored) in wcsncmp %!s(int64=13) %!d(string=hai) anos
wcsncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
wcsnlen.c e0614f7cd4 add all missing wchar functions except floating point parsers %!s(int64=13) %!d(string=hai) anos
wcspbrk.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
wcsrchr.c 73d2fde119 fix wrong type for wcsrchr argument 2 %!s(int64=14) %!d(string=hai) anos
wcsspn.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
wcsstr.c 476cd1d965 fix false negatives with periodic needles in strstr, wcsstr, and memmem %!s(int64=11) %!d(string=hai) anos
wcstok.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
wcswcs.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
wmemchr.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
wmemcmp.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
wmemcpy.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
wmemmove.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
wmemset.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos