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