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 476cd1d965 fix false negatives with periodic needles in strstr, wcsstr, and memmem 12 years ago
..
armel add arm-optimized memcpy implementation from bionic libc 13 years ago
armhf add arm-optimized memcpy implementation from bionic libc 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 include cleanups: remove unused headers and add feature test macros 13 years ago
bcopy.c include cleanups: remove unused headers and add feature test macros 13 years ago
bzero.c include cleanups: remove unused headers and add feature test macros 13 years ago
index.c include cleanups: remove unused headers and add feature test macros 13 years ago
memccpy.c include cleanups: remove unused headers and add feature test macros 13 years ago
memchr.c include cleanups: remove unused headers and add feature test macros 13 years ago
memcmp.c initial check-in, version 0.5.0 15 years ago
memcpy.c optimized C memcpy 13 years ago
memmem.c fix false negatives with periodic needles in strstr, wcsstr, and memmem 12 years ago
memmove.c reenable word-at-at-time copying in memmove 14 years ago
mempcpy.c include cleanups: remove unused headers and add feature test macros 13 years ago
memrchr.c implement memrchr (nonstandard) and optimize strrchr in terms of it 15 years ago
memset.c optimized C memset 13 years ago
rindex.c include cleanups: remove unused headers and add feature test macros 13 years ago
stpcpy.c include cleanups: remove unused headers and add feature test macros 13 years ago
stpncpy.c include cleanups: remove unused headers and add feature test macros 13 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 include cleanups: remove unused headers and add feature test macros 13 years ago
strcmp.c strcmp: Remove unnecessary check for *r 13 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 include cleanups: remove unused headers and add feature test macros 13 years ago
strlen.c include cleanups: remove unused headers and add feature test macros 13 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 fix false negatives with periodic needles in strstr, wcsstr, and memmem 12 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 include cleanups: remove unused headers and add feature test macros 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 fix false negatives with periodic needles in strstr, wcsstr, and memmem 12 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 include cleanups: remove unused headers and add feature test macros 13 years ago
wmemcmp.c include cleanups: remove unused headers and add feature test macros 13 years ago
wmemcpy.c include cleanups: remove unused headers and add feature test macros 13 years ago
wmemmove.c include cleanups: remove unused headers and add feature test macros 13 years ago
wmemset.c include cleanups: remove unused headers and add feature test macros 13 years ago