about summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-11-241-27/+41
* x86: Shrink code size of memchr-avx2.SNoah Goldstein2022-07-181-1/+56
* string.h: fix __fortified_attr_access macro call [BZ #29162]Sergei Trofimovich2022-05-231-1/+1
* x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein2022-05-051-5/+15
* x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2022-04-261-0/+28
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-03-111-3/+5
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2022-03-112-3/+4
* string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu2022-02-171-0/+13
* 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
* string: Add strsignal testAdhemerval Zanella2020-07-072-2/+61
* string: Simplify strerror_rAdhemerval Zanella2020-07-071-39/+2
* string: Use tls-internal on strerror_lAdhemerval Zanella2020-07-071-15/+6
* string: Implement strerror in terms of strerror_lAdhemerval Zanella2020-07-072-25/+12
* string: Remove old TLS usage on strsignalAdhemerval Zanella2020-07-071-91/+21
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-073-16/+7
* signal: Move sys_siglist to a compat symbolAdhemerval Zanella2020-07-071-1/+1
* string: Fix string/tst-memmove-overflow to compile with GCC 7Florian Weimer2020-05-141-2/+2