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