summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-121-3/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01143-143/+143
* String: test-memcpy used unaligned types for buffers [BZ 28572]John David Anglin2021-12-071-2/+3
* x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2021-12-031-0/+28
* String: Split memcpy tests so that parallel build is fasterNoah Goldstein2021-11-104-298/+367
* test-memcpy.c: Double TIMEOUT to (8 * 60)H.J. Lu2021-11-072-1/+4
* string: Make tests birdirectional test-memcpy.cNoah Goldstein2021-11-062-28/+214
* String: Add __memcmpeq as build targetNoah Goldstein2021-10-272-1/+25
* String: Add tests for __memcmpeqNoah Goldstein2021-10-263-14/+45
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-261-0/+1
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-264-0/+38
* Correct access attribute on memfrob (bug 28475)Joseph Myers2021-10-201-1/+1
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-202-3/+4
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0361-71/+0
* Fix error message in memmove test to display correct src pointerSunil K Pandey2021-08-261-1/+1
* Update string/test-memmove.c to cover 16KB copyH.J. Lu2021-08-201-0/+48
* tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar2021-07-281-2/+3
* String: Add three more overflow tests cases to test-strnlen.cNoah Goldstein2021-06-241-0/+4
* String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein2021-06-233-3/+130
* Improve test coverage of strnlen functionSunil K Pandey2021-06-031-1/+10
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-1/+0
* Improve test coverage of strlen functionSunil K Pandey2021-06-021-1/+14
* x86: Expand bench-memcmp.c and test-memcmp.cNoah Goldstein2021-05-181-6/+34
* Reindent string/test-memmove.cH.J. Lu2021-04-191-15/+15
* x86: Expand test-memset.c and bench-memset.cNoah Goldstein2021-04-191-5/+15
* x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.cnoah2021-04-162-53/+76
* test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu2021-03-271-0/+30
* test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu2021-03-271-1/+3
* string: Work around GCC PR 98512 in rawmemchrFlorian Weimer2021-02-191-11/+15
* strchr: Add additional benchmarks and testsnoah2021-02-081-1/+25
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02139-139/+139
* string: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-312-13/+22
* treewide: fix incorrect spelling of indices in commentsDmitry V. Levin2020-12-111-1/+1
* Don't use nested function in test-ffsSiddhesh Poyarekar2020-11-121-22/+14
* Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar2020-11-121-1/+8
* Remove __warn_memset_zero_len [BZ #25399]Siddhesh Poyarekar2020-11-051-15/+0
* Amend grammar and add a descriptionJonny Grant2020-10-261-3/+4
* strcmp: Add a testcase for page boundaryH.J. Lu2020-09-241-0/+33
* strncmp: Add a testcase for page boundary [BZ #25933]H.J. Lu2020-09-241-0/+33
* Disable -Wstringop-overread for some string testsJoseph Myers2020-09-072-0/+11
* string: Fix GCC 11 `-Werror=stringop-overread' errorMaciej W. Rozycki2020-09-071-0/+4
* string: test strncasecmp and strncpy near page boundariesRaphael Moreira Zinsly2020-08-262-0/+78
* string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installedAdhemerval Zanella2020-07-133-1/+14
* string: Move tst-strsignal tst-strerror to tests-containerAdhemerval Zanella2020-07-081-1/+3
* string: Fix prototype mismatch in sigabbrev_np, __sigdescr_npFlorian Weimer2020-07-082-2/+2
* tst-strsignal: fix checking for RT signals supportSamuel Thibault2020-07-071-4/+8
* string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella2020-07-075-1/+61
* string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella2020-07-077-9/+134
* string: Add strerror_l on test-strerror-errnoAdhemerval Zanella2020-07-071-0/+5
* string: Add strerror, strerror_r, and strerror_l testAdhemerval Zanella2020-07-072-1/+78