Age | Commit message (Expand) | Author | Files | Lines |
2022-02-05 | string: Sort headers, routines, tests and tests-translation | H.J. Lu | 1 | -44/+166 |
2022-02-03 | string: Improve coverage in test-strcmp.c and test-strncmp.c | Noah Goldstein | 2 | -21/+306 |
2022-02-03 | string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp]. | Noah Goldstein | 2 | -69/+0 |
2022-01-12 | debug: Synchronize feature guards in fortified functions [BZ #28746] | Siddhesh Poyarekar | 1 | -3/+5 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 143 | -143/+143 |
2021-12-07 | String: test-memcpy used unaligned types for buffers [BZ 28572] | John David Anglin | 1 | -2/+3 |
2021-12-03 | x86-64: Use notl in EVEX strcmp [BZ #28646] | Noah Goldstein | 1 | -0/+28 |
2021-11-10 | String: Split memcpy tests so that parallel build is faster | Noah Goldstein | 4 | -298/+367 |
2021-11-07 | test-memcpy.c: Double TIMEOUT to (8 * 60) | H.J. Lu | 2 | -1/+4 |
2021-11-06 | string: Make tests birdirectional test-memcpy.c | Noah Goldstein | 2 | -28/+214 |
2021-10-27 | String: Add __memcmpeq as build target | Noah Goldstein | 2 | -1/+25 |
2021-10-26 | String: Add tests for __memcmpeq | Noah Goldstein | 3 | -14/+45 |
2021-10-26 | String: Add hidden defs for __memcmpeq() to enable internal usage | Noah Goldstein | 1 | -0/+1 |
2021-10-26 | String: Add support for __memcmpeq() ABI on all targets | Noah Goldstein | 4 | -0/+38 |
2021-10-20 | Correct access attribute on memfrob (bug 28475) | Joseph Myers | 1 | -1/+1 |
2021-10-20 | Don't add access size hints to fortifiable functions | Siddhesh Poyarekar | 2 | -3/+4 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 61 | -71/+0 |
2021-08-26 | Fix error message in memmove test to display correct src pointer | Sunil K Pandey | 1 | -1/+1 |
2021-08-20 | Update string/test-memmove.c to cover 16KB copy | H.J. Lu | 1 | -0/+48 |
2021-07-28 | tests: use xmalloc to allocate implementation array | Siddhesh Poyarekar | 1 | -2/+3 |
2021-06-24 | String: Add three more overflow tests cases to test-strnlen.c | Noah Goldstein | 1 | -0/+4 |
2021-06-23 | String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974] | Noah Goldstein | 3 | -3/+130 |
2021-06-03 | Improve test coverage of strnlen function | Sunil K Pandey | 1 | -1/+10 |
2021-06-03 | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer | 1 | -1/+0 |
2021-06-02 | Improve test coverage of strlen function | Sunil K Pandey | 1 | -1/+14 |
2021-05-18 | x86: Expand bench-memcmp.c and test-memcmp.c | Noah Goldstein | 1 | -6/+34 |
2021-04-19 | Reindent string/test-memmove.c | H.J. Lu | 1 | -15/+15 |
2021-04-19 | x86: Expand test-memset.c and bench-memset.c | Noah Goldstein | 1 | -5/+15 |
2021-04-16 | x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c | noah | 2 | -53/+76 |
2021-03-27 | test-strnlen.c: Check that strnlen won't go beyond the maximum length | H.J. Lu | 1 | -0/+30 |
2021-03-27 | test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655] | H.J. Lu | 1 | -1/+3 |
2021-02-19 | string: Work around GCC PR 98512 in rawmemchr | Florian Weimer | 1 | -11/+15 |
2021-02-08 | strchr: Add additional benchmarks and tests | noah | 1 | -1/+25 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 139 | -139/+139 |
2020-12-31 | string: Enable __FORTIFY_LEVEL=3 | Siddhesh Poyarekar | 2 | -13/+22 |
2020-12-11 | treewide: fix incorrect spelling of indices in comments | Dmitry V. Levin | 1 | -1/+1 |
2020-11-12 | Don't use nested function in test-ffs | Siddhesh Poyarekar | 1 | -22/+14 |
2020-11-12 | Use __builtin___stpncpy_chk when available | Siddhesh Poyarekar | 1 | -1/+8 |
2020-11-05 | Remove __warn_memset_zero_len [BZ #25399] | Siddhesh Poyarekar | 1 | -15/+0 |
2020-10-26 | Amend grammar and add a description | Jonny Grant | 1 | -3/+4 |
2020-09-24 | strcmp: Add a testcase for page boundary | H.J. Lu | 1 | -0/+33 |
2020-09-24 | strncmp: Add a testcase for page boundary [BZ #25933] | H.J. Lu | 1 | -0/+33 |
2020-09-07 | Disable -Wstringop-overread for some string tests | Joseph Myers | 2 | -0/+11 |
2020-09-07 | string: Fix GCC 11 `-Werror=stringop-overread' error | Maciej W. Rozycki | 1 | -0/+4 |
2020-08-26 | string: test strncasecmp and strncpy near page boundaries | Raphael Moreira Zinsly | 2 | -0/+78 |
2020-07-13 | string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installed | Adhemerval Zanella | 3 | -1/+14 |
2020-07-08 | string: Move tst-strsignal tst-strerror to tests-container | Adhemerval Zanella | 1 | -1/+3 |
2020-07-08 | string: Fix prototype mismatch in sigabbrev_np, __sigdescr_np | Florian Weimer | 2 | -2/+2 |
2020-07-07 | tst-strsignal: fix checking for RT signals support | Samuel Thibault | 1 | -4/+8 |
2020-07-07 | string: Add strerrorname_np and strerrordesc_np | Adhemerval Zanella | 5 | -1/+61 |