aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)AuthorFilesLines
2021-12-07String: test-memcpy used unaligned types for buffers [BZ 28572]John David Anglin1-2/+3
2021-12-03x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein1-0/+28
2021-11-10String: Split memcpy tests so that parallel build is fasterNoah Goldstein4-298/+367
2021-11-07test-memcpy.c: Double TIMEOUT to (8 * 60)H.J. Lu2-1/+4
2021-11-06string: Make tests birdirectional test-memcpy.cNoah Goldstein2-28/+214
2021-10-27String: Add __memcmpeq as build targetNoah Goldstein2-1/+25
2021-10-26String: Add tests for __memcmpeqNoah Goldstein3-14/+45
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein1-0/+1
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein4-0/+38
2021-10-20Correct access attribute on memfrob (bug 28475)Joseph Myers1-1/+1
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2-3/+4
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar61-71/+0
2021-08-26Fix error message in memmove test to display correct src pointerSunil K Pandey1-1/+1
2021-08-20Update string/test-memmove.c to cover 16KB copyH.J. Lu1-0/+48
2021-07-28tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar1-2/+3
2021-06-24String: Add three more overflow tests cases to test-strnlen.cNoah Goldstein1-0/+4
2021-06-23String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein3-3/+130
2021-06-03Improve test coverage of strnlen functionSunil K Pandey1-1/+10
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-1/+0
2021-06-02Improve test coverage of strlen functionSunil K Pandey1-1/+14
2021-05-18x86: Expand bench-memcmp.c and test-memcmp.cNoah Goldstein1-6/+34
2021-04-19Reindent string/test-memmove.cH.J. Lu1-15/+15
2021-04-19x86: Expand test-memset.c and bench-memset.cNoah Goldstein1-5/+15
2021-04-16x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.cnoah2-53/+76
2021-03-27test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu1-0/+30
2021-03-27test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu1-1/+3
2021-02-19string: Work around GCC PR 98512 in rawmemchrFlorian Weimer1-11/+15
2021-02-08strchr: Add additional benchmarks and testsnoah1-1/+25
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert139-139/+139
2020-12-31string: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2-13/+22
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin1-1/+1
2020-11-12Don't use nested function in test-ffsSiddhesh Poyarekar1-22/+14
2020-11-12Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar1-1/+8
2020-11-05Remove __warn_memset_zero_len [BZ #25399]Siddhesh Poyarekar1-15/+0
2020-10-26Amend grammar and add a descriptionJonny Grant1-3/+4
2020-09-24strcmp: Add a testcase for page boundaryH.J. Lu1-0/+33
2020-09-24strncmp: Add a testcase for page boundary [BZ #25933]H.J. Lu1-0/+33
2020-09-07Disable -Wstringop-overread for some string testsJoseph Myers2-0/+11
2020-09-07string: Fix GCC 11 `-Werror=stringop-overread' errorMaciej W. Rozycki1-0/+4
2020-08-26string: test strncasecmp and strncpy near page boundariesRaphael Moreira Zinsly2-0/+78
2020-07-13string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installedAdhemerval Zanella3-1/+14
2020-07-08string: Move tst-strsignal tst-strerror to tests-containerAdhemerval Zanella1-1/+3
2020-07-08string: Fix prototype mismatch in sigabbrev_np, __sigdescr_npFlorian Weimer2-2/+2
2020-07-07tst-strsignal: fix checking for RT signals supportSamuel Thibault1-4/+8
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella5-1/+61
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella7-9/+134
2020-07-07string: Add strerror_l on test-strerror-errnoAdhemerval Zanella1-0/+5
2020-07-07string: Add strerror, strerror_r, and strerror_l testAdhemerval Zanella2-1/+78
2020-07-07string: Add strsignal testAdhemerval Zanella2-2/+61
2020-07-07string: Simplify strerror_rAdhemerval Zanella1-39/+2