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.
 
 
 
 
 
 
Alexander Monakov b0d2b3a1e5 optimize explicit_bzero for size 8 years ago
..
arm fix arm run-time abi string functions 9 years ago
i386 remove the last of possible-textrels from i386 asm 11 years ago
x86_64 remove potentially PIC-incompatible relocations from x86_64 and x32 asm 11 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
explicit_bzero.c optimize explicit_bzero for size 8 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 OOB reads in Xbyte_memmem 9 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 fix undefined behavior in memset due to missing sequence points 9 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 consolidate str[n]casecmp_l into str[n]casecmp source files 12 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 consolidate str[n]casecmp_l into str[n]casecmp source files 12 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 add support for LC_TIME and LC_MESSAGES translations 12 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 reimplement strverscmp to fix corner cases 11 years ago
swab.c fix handling of odd lengths in swab function 12 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