Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-07-07 | string: Add sigabbrev_np and sigdescr_np | Adhemerval Zanella | 7 | -9/+134 |
2020-07-07 | string: Add strerror_l on test-strerror-errno | Adhemerval Zanella | 1 | -0/+5 |
2020-07-07 | string: Add strerror, strerror_r, and strerror_l test | Adhemerval Zanella | 2 | -1/+78 |
2020-07-07 | string: Add strsignal test | Adhemerval Zanella | 2 | -2/+61 |
2020-07-07 | string: Simplify strerror_r | Adhemerval Zanella | 1 | -39/+2 |
2020-07-07 | string: Use tls-internal on strerror_l | Adhemerval Zanella | 1 | -15/+6 |
2020-07-07 | string: Implement strerror in terms of strerror_l | Adhemerval Zanella | 2 | -25/+12 |
2020-07-07 | string: Remove old TLS usage on strsignal | Adhemerval Zanella | 1 | -91/+21 |
2020-07-07 | signal: Move sys_errlist to a compat symbol | Adhemerval Zanella | 3 | -16/+7 |
2020-07-07 | signal: Move sys_siglist to a compat symbol | Adhemerval Zanella | 1 | -1/+1 |
2020-05-14 | string: Fix string/tst-memmove-overflow to compile with GCC 7 | Florian Weimer | 1 | -2/+2 |
2020-05-13 | arm: XFAIL string/tst-memmove-overflow due to bug 25620 | Florian Weimer | 1 | -2/+21 |
2020-05-12 | string: Add string/tst-memmove-overflow, a test case for bug 25620 | Florian Weimer | 2 | -1/+156 |
2020-05-04 | improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] | Martin Sebor | 2 | -14/+24 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 131 | -131/+131 |
2019-12-05 | <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232] | Kamlesh Kumar | 1 | -1/+2 |