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