Alexander Monakov 51bdcdc424 fix OOB reads in Xbyte_memmem 8 anos atrás
..
arm e6def54435 fix arm run-time abi string functions 8 anos atrás
i386 8ed66ecbcb remove the last of possible-textrels from i386 asm 10 anos atrás
x86_64 b35c4c475b remove potentially PIC-incompatible relocations from x86_64 and x32 asm 10 anos atrás
bcmp.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
bcopy.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
bzero.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
index.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
memccpy.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
memchr.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
memcmp.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
memcpy.c 90edf1cc15 optimized C memcpy 11 anos atrás
memmem.c 51bdcdc424 fix OOB reads in Xbyte_memmem 7 anos atrás
memmove.c 1701e4f3d4 reenable word-at-at-time copying in memmove 12 anos atrás
mempcpy.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
memrchr.c 6597f9ac13 implement memrchr (nonstandard) and optimize strrchr in terms of it 14 anos atrás
memset.c 9d4c902c42 fix undefined behavior in memset due to missing sequence points 7 anos atrás
rindex.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
stpcpy.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
stpncpy.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
strcasecmp.c 7424ac58b1 consolidate str[n]casecmp_l into str[n]casecmp source files 11 anos atrás
strcasestr.c e864ddc368 replace stub with working strcasestr 12 anos atrás
strcat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
strchr.c 68dbd05039 optimize strchrnul/strcspn not to scan string twice on no-match 12 anos atrás
strchrnul.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
strcmp.c b300d5b7bd strcmp: Remove unnecessary check for *r 11 anos atrás
strcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
strcspn.c 68dbd05039 optimize strchrnul/strcspn not to scan string twice on no-match 12 anos atrás
strdup.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
strerror_r.c 14f0272ea1 Add ABI compatability aliases. 12 anos atrás
strlcat.c ca1aa5bae9 more header cleanup and conformance fixes - string.h 14 anos atrás
strlcpy.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
strlen.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
strncasecmp.c 7424ac58b1 consolidate str[n]casecmp_l into str[n]casecmp source files 11 anos atrás
strncat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
strncmp.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 14 anos atrás
strncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
strndup.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
strnlen.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
strpbrk.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
strrchr.c aefd0f69bd fix failure of strrchr(str, 0) 13 anos atrás
strsep.c 1fee6186fe fix prototype for strsep 14 anos atrás
strsignal.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations 11 anos atrás
strspn.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 14 anos atrás
strstr.c 476cd1d965 fix false negatives with periodic needles in strstr, wcsstr, and memmem 11 anos atrás
strtok.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
strtok_r.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
strverscmp.c a59341420f reimplement strverscmp to fix corner cases 10 anos atrás
swab.c dccbf4c809 fix handling of odd lengths in swab function 10 anos atrás
wcpcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
wcpncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
wcscasecmp.c e0614f7cd4 add all missing wchar functions except floating point parsers 13 anos atrás
wcscasecmp_l.c e0614f7cd4 add all missing wchar functions except floating point parsers 13 anos atrás
wcscat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
wcschr.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
wcscmp.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
wcscpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
wcscspn.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
wcsdup.c e0614f7cd4 add all missing wchar functions except floating point parsers 13 anos atrás
wcslen.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
wcsncasecmp.c e0614f7cd4 add all missing wchar functions except floating point parsers 13 anos atrás
wcsncasecmp_l.c e0614f7cd4 add all missing wchar functions except floating point parsers 13 anos atrás
wcsncat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
wcsncmp.c 054ba18599 fix overrun (n essentially ignored) in wcsncmp 13 anos atrás
wcsncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
wcsnlen.c e0614f7cd4 add all missing wchar functions except floating point parsers 13 anos atrás
wcspbrk.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
wcsrchr.c 73d2fde119 fix wrong type for wcsrchr argument 2 14 anos atrás
wcsspn.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
wcsstr.c 476cd1d965 fix false negatives with periodic needles in strstr, wcsstr, and memmem 11 anos atrás
wcstok.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
wcswcs.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
wmemchr.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
wmemcmp.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
wmemcpy.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
wmemmove.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
wmemset.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás