You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker 926272ddff optimized memset asm for i386 and x86_64 13 years ago
..
i386 optimized memset asm for i386 and x86_64 13 years ago
x86_64 optimized memset asm for i386 and x86_64 13 years ago
bcmp.c initial check-in, version 0.5.0 15 years ago
bcopy.c initial check-in, version 0.5.0 15 years ago
bzero.c initial check-in, version 0.5.0 15 years ago
index.c initial check-in, version 0.5.0 15 years ago
memccpy.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
memchr.c initial check-in, version 0.5.0 15 years ago
memcmp.c initial check-in, version 0.5.0 15 years ago
memcpy.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
memmem.c add memmem function (gnu extension) 14 years ago
memmove.c reenable word-at-at-time copying in memmove 14 years ago
mempcpy.c optimize mempcpy to minimize need for data saved across the call 14 years ago
memrchr.c implement memrchr (nonstandard) and optimize strrchr in terms of it 15 years ago
memset.c initial check-in, version 0.5.0 15 years ago
rindex.c initial check-in, version 0.5.0 15 years ago
stpcpy.c simplify logic in stpcpy; avoid copying first aligned byte twice 14 years ago
stpncpy.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
strcasecmp.c fix all implicit conversion between signed/unsigned pointers 15 years ago
strcasestr.c replace stub with working strcasestr 13 years ago
strcat.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
strchr.c optimize strchrnul/strcspn not to scan string twice on no-match 14 years ago
strchrnul.c optimize strchrnul/strcspn not to scan string twice on no-match 14 years ago
strcmp.c initial check-in, version 0.5.0 15 years ago
strcpy.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
strcspn.c optimize strchrnul/strcspn not to scan string twice on no-match 14 years ago
strdup.c initial check-in, version 0.5.0 15 years ago
strerror_r.c Add ABI compatability aliases. 13 years ago
strlcat.c more header cleanup and conformance fixes - string.h 15 years ago
strlcpy.c fix alignment logic in strlcpy 14 years ago
strlen.c slightly cleaner strlen, also seems to compile to better code 14 years ago
strncasecmp.c fix all implicit conversion between signed/unsigned pointers 15 years ago
strncat.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
strncmp.c fix all implicit conversion between signed/unsigned pointers 15 years ago
strncpy.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
strndup.c initial check-in, version 0.5.0 15 years ago
strnlen.c initial check-in, version 0.5.0 15 years ago
strpbrk.c initial check-in, version 0.5.0 15 years ago
strrchr.c fix failure of strrchr(str, 0) 14 years ago
strsep.c fix prototype for strsep 15 years ago
strsignal.c fix a couple misleading/wrong signal descriptions in strsignal 13 years ago
strspn.c fix all implicit conversion between signed/unsigned pointers 15 years ago
strstr.c remove unused but buggy code from strstr.c 14 years ago
strtok.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
strtok_r.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
strverscmp.c fix integer type issue in strverscmp 13 years ago
swab.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wcpcpy.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wcpncpy.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wcscasecmp.c add all missing wchar functions except floating point parsers 14 years ago
wcscasecmp_l.c add all missing wchar functions except floating point parsers 14 years ago
wcscat.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wcschr.c initial check-in, version 0.5.0 15 years ago
wcscmp.c initial check-in, version 0.5.0 15 years ago
wcscpy.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wcscspn.c initial check-in, version 0.5.0 15 years ago
wcsdup.c add all missing wchar functions except floating point parsers 14 years ago
wcslen.c initial check-in, version 0.5.0 15 years ago
wcsncasecmp.c add all missing wchar functions except floating point parsers 14 years ago
wcsncasecmp_l.c add all missing wchar functions except floating point parsers 14 years ago
wcsncat.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wcsncmp.c fix overrun (n essentially ignored) in wcsncmp 14 years ago
wcsncpy.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wcsnlen.c add all missing wchar functions except floating point parsers 14 years ago
wcspbrk.c initial check-in, version 0.5.0 15 years ago
wcsrchr.c fix wrong type for wcsrchr argument 2 15 years ago
wcsspn.c initial check-in, version 0.5.0 15 years ago
wcsstr.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wcstok.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wcswcs.c initial check-in, version 0.5.0 15 years ago
wmemchr.c fix broken wmemchr (unbounded search) 15 years ago
wmemcmp.c initial check-in, version 0.5.0 15 years ago
wmemcpy.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wmemmove.c fix wrong return value from wmemmove on forward copies 13 years ago
wmemset.c initial check-in, version 0.5.0 15 years ago