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