aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
2021-10-27String: Add __memcmpeq as build targetNoah Goldstein
2021-10-26String: Add tests for __memcmpeqNoah Goldstein
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein
2021-10-20Correct access attribute on memfrob (bug 28475)Joseph Myers
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-26Fix error message in memmove test to display correct src pointerSunil K Pandey
2021-08-20Update string/test-memmove.c to cover 16KB copyH.J. Lu
2021-07-28tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar
2021-06-24String: Add three more overflow tests cases to test-strnlen.cNoah Goldstein
2021-06-23String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein
2021-06-03Improve test coverage of strnlen functionSunil K Pandey
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-06-02Improve test coverage of strlen functionSunil K Pandey
2021-05-18x86: Expand bench-memcmp.c and test-memcmp.cNoah Goldstein
2021-04-19Reindent string/test-memmove.cH.J. Lu
2021-04-19x86: Expand test-memset.c and bench-memset.cNoah Goldstein
2021-04-16x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.cnoah
2021-03-27test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu
2021-03-27test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu
2021-02-19string: Work around GCC PR 98512 in rawmemchrFlorian Weimer
2021-02-08strchr: Add additional benchmarks and testsnoah
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31string: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin
2020-11-12Don't use nested function in test-ffsSiddhesh Poyarekar
2020-11-12Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar
2020-11-05Remove __warn_memset_zero_len [BZ #25399]Siddhesh Poyarekar
2020-10-26Amend grammar and add a descriptionJonny Grant
2020-09-24strcmp: Add a testcase for page boundaryH.J. Lu
2020-09-24strncmp: Add a testcase for page boundary [BZ #25933]H.J. Lu
2020-09-07Disable -Wstringop-overread for some string testsJoseph Myers
2020-09-07string: Fix GCC 11 `-Werror=stringop-overread' errorMaciej W. Rozycki
2020-08-26string: test strncasecmp and strncpy near page boundariesRaphael Moreira Zinsly
2020-07-13string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installedAdhemerval Zanella
2020-07-08string: Move tst-strsignal tst-strerror to tests-containerAdhemerval Zanella
2020-07-08string: Fix prototype mismatch in sigabbrev_np, __sigdescr_npFlorian Weimer
2020-07-07tst-strsignal: fix checking for RT signals supportSamuel Thibault
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella
2020-07-07string: Add strerror_l on test-strerror-errnoAdhemerval Zanella
2020-07-07string: Add strerror, strerror_r, and strerror_l testAdhemerval Zanella
2020-07-07string: Add strsignal testAdhemerval Zanella
2020-07-07string: Simplify strerror_rAdhemerval Zanella
2020-07-07string: Use tls-internal on strerror_lAdhemerval Zanella
2020-07-07string: Implement strerror in terms of strerror_lAdhemerval Zanella
2020-07-07string: Remove old TLS usage on strsignalAdhemerval Zanella
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella