Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
..
i386 aaa9eb5101 memcpy asm for i386 and x86_64 %!s(int64=12) %!d(string=hai) anos
x86_64 aaa9eb5101 memcpy asm for i386 and x86_64 %!s(int64=12) %!d(string=hai) anos
bcmp.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
bcopy.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
bzero.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
index.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
memccpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
memchr.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
memcmp.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
memcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
memmove.c 594318fd3d remove dependency of memmove on memcpy direction %!s(int64=12) %!d(string=hai) anos
mempcpy.c 970ef6a124 optimize mempcpy to minimize need for data saved across the call %!s(int64=12) %!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 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
rindex.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
stpcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
stpncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
strcasecmp.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers %!s(int64=14) %!d(string=hai) anos
strcasestr.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!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 16675df793 fix misaligned read on early string termination in strchr %!s(int64=14) %!d(string=hai) anos
strchrnul.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
strcmp.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!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 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers %!s(int64=14) %!d(string=hai) anos
strdup.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
strerror_r.c f313a16224 make strerror_r behave nicer on failure %!s(int64=13) %!d(string=hai) anos
strlcat.c ca1aa5bae9 more header cleanup and conformance fixes - string.h %!s(int64=14) %!d(string=hai) anos
strlcpy.c cb8dff2149 fix misplaced *'s in string functions (harmless) %!s(int64=14) %!d(string=hai) anos
strlen.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
strncasecmp.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers %!s(int64=14) %!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 2a195dd31c fix missing prototype for strsignal %!s(int64=14) %!d(string=hai) anos
strspn.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers %!s(int64=14) %!d(string=hai) anos
strstr.c f997e224fc remove unused but buggy code from strstr.c %!s(int64=12) %!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 a6540174be add dummied strverscmp (obnoxious GNU function) %!s(int64=13) %!d(string=hai) anos
swab.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!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 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!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 a012aa879f fix broken wmemchr (unbounded search) %!s(int64=14) %!d(string=hai) anos
wmemcmp.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
wmemcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
wmemmove.c bac03cdde1 remove dependency of wmemmove on wmemcpy direction %!s(int64=12) %!d(string=hai) anos
wmemset.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos