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 преди 12 години
x86_64 aaa9eb5101 memcpy asm for i386 and x86_64 преди 12 години
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 преди 12 години
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 години