Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
..
i386 aaa9eb5101 memcpy asm for i386 and x86_64 před 13 roky
x86_64 aaa9eb5101 memcpy asm for i386 and x86_64 před 13 roky
bcmp.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
bcopy.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
bzero.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
index.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
memccpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
memchr.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
memcmp.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
memcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
memmove.c 594318fd3d remove dependency of memmove on memcpy direction před 12 roky
mempcpy.c 970ef6a124 optimize mempcpy to minimize need for data saved across the call před 13 roky
memrchr.c 6597f9ac13 implement memrchr (nonstandard) and optimize strrchr in terms of it před 14 roky
memset.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
rindex.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
stpcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
stpncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
strcasecmp.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers před 14 roky
strcasestr.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
strcat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
strchr.c 16675df793 fix misaligned read on early string termination in strchr před 14 roky
strchrnul.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
strcmp.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
strcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
strcspn.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers před 14 roky
strdup.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
strerror_r.c f313a16224 make strerror_r behave nicer on failure před 13 roky
strlcat.c ca1aa5bae9 more header cleanup and conformance fixes - string.h před 14 roky
strlcpy.c cb8dff2149 fix misplaced *'s in string functions (harmless) před 14 roky
strlen.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
strncasecmp.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers před 14 roky
strncat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
strncmp.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers před 14 roky
strncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
strndup.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
strnlen.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
strpbrk.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
strrchr.c aefd0f69bd fix failure of strrchr(str, 0) před 13 roky
strsep.c 1fee6186fe fix prototype for strsep před 14 roky
strsignal.c 2a195dd31c fix missing prototype for strsignal před 14 roky
strspn.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers před 14 roky
strstr.c f997e224fc remove unused but buggy code from strstr.c před 13 roky
strtok.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
strtok_r.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
strverscmp.c a6540174be add dummied strverscmp (obnoxious GNU function) před 13 roky
swab.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcpcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcpncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcscasecmp.c e0614f7cd4 add all missing wchar functions except floating point parsers před 13 roky
wcscasecmp_l.c e0614f7cd4 add all missing wchar functions except floating point parsers před 13 roky
wcscat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcschr.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wcscmp.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wcscpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcscspn.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wcsdup.c e0614f7cd4 add all missing wchar functions except floating point parsers před 13 roky
wcslen.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wcsncasecmp.c e0614f7cd4 add all missing wchar functions except floating point parsers před 13 roky
wcsncasecmp_l.c e0614f7cd4 add all missing wchar functions except floating point parsers před 13 roky
wcsncat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcsncmp.c 054ba18599 fix overrun (n essentially ignored) in wcsncmp před 13 roky
wcsncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcsnlen.c e0614f7cd4 add all missing wchar functions except floating point parsers před 13 roky
wcspbrk.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wcsrchr.c 73d2fde119 fix wrong type for wcsrchr argument 2 před 14 roky
wcsspn.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wcsstr.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcstok.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wcswcs.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wmemchr.c a012aa879f fix broken wmemchr (unbounded search) před 14 roky
wmemcmp.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wmemcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wmemmove.c bac03cdde1 remove dependency of wmemmove on wmemcpy direction před 12 roky
wmemset.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky