2022-02-17 |
H.J. Lu | string: Add a testcase for wcsncmp with SIZE_MAX [BZ... |
tree | commitdiff |
2022-02-16 |
Noah Goldstein | x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ ... |
tree | commitdiff |
2022-02-15 |
Noah Goldstein | String: Strength memset tests in test-memset.c |
tree | commitdiff |
2022-02-11 |
Noah Goldstein | String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize' |
tree | commitdiff |
2022-02-06 |
H.J. Lu | string: Sort headers, routines, tests and tests-translation |
tree | commitdiff |
2022-02-03 |
Noah Goldstein | string: Improve coverage in test-strcmp.c and test... |
tree | commitdiff |
2022-02-03 |
Noah Goldstein | string/test-str*cmp: remove stupid_[strcmp, strncmp... |
tree | commitdiff |
2022-01-12 |
Siddhesh Poyarekar | debug: Synchronize feature guards in fortified function... |
tree | commitdiff |
2022-01-01 |
Paul Eggert | Update copyright dates with scripts/update-copyrights |
tree | commitdiff |
2021-12-08 |
John David Anglin | String: test-memcpy used unaligned types for buffers... |
tree | commitdiff |
2021-12-04 |
Noah Goldstein | x86-64: Use notl in EVEX strcmp [BZ #28646] |
tree | commitdiff |
2021-11-11 |
Noah Goldstein | String: Split memcpy tests so that parallel build is... |
tree | commitdiff |
2021-11-07 |
H.J. Lu | test-memcpy.c: Double TIMEOUT to (8 * 60) |
tree | commitdiff |
2021-11-06 |
Noah Goldstein | string: Make tests birdirectional test-memcpy.c |
tree | commitdiff |
2021-10-27 |
Noah Goldstein | String: Add __memcmpeq as build target |
tree | commitdiff |
2021-10-26 |
Noah Goldstein | String: Add tests for __memcmpeq |
tree | commitdiff |
2021-10-26 |
Noah Goldstein | String: Add hidden defs for __memcmpeq() to enable... |
tree | commitdiff |
2021-10-26 |
Noah Goldstein | String: Add support for __memcmpeq() ABI on all targets |
tree | commitdiff |
2021-10-20 |
Joseph Myers | Correct access attribute on memfrob (bug 28475) |
tree | commitdiff |
2021-10-20 |
Siddhesh Poyarekar | Don't add access size hints to fortifiable functions |
tree | commitdiff |
2021-09-03 |
Siddhesh Poyarekar | Remove "Contributed by" lines |
tree | commitdiff |
2021-08-26 |
Sunil K Pandey | Fix error message in memmove test to display correct... |
tree | commitdiff |
2021-08-20 |
H.J. Lu | Update string/test-memmove.c to cover 16KB copy |
tree | commitdiff |
2021-07-28 |
Siddhesh Poyarekar | tests: use xmalloc to allocate implementation array |
tree | commitdiff |
2021-06-24 |
Noah Goldstein | String: Add three more overflow tests cases to test... |
tree | commitdiff |
2021-06-23 |
Noah Goldstein | String: Add overflow tests for strnlen, memchr, and... |
tree | commitdiff |
2021-06-03 |
Sunil K Pandey | Improve test coverage of strnlen function |
tree | commitdiff |
2021-06-03 |
Florian Weimer | dlfcn: Cleanups after -ldl is no longer required |
tree | commitdiff |
2021-06-02 |
Sunil K Pandey | Improve test coverage of strlen function |
tree | commitdiff |
2021-05-19 |
Noah Goldstein | x86: Expand bench-memcmp.c and test-memcmp.c |
tree | commitdiff |
2021-04-20 |
H.J. Lu | Reindent string/test-memmove.c |
tree | commitdiff |
2021-04-19 |
Noah Goldstein | x86: Expand test-memset.c and bench-memset.c |
tree | commitdiff |
2021-04-16 |
noah | x86: Expanding test-memmove.c, test-memcpy.c, bench... |
tree | commitdiff |
2021-03-27 |
H.J. Lu | test-strnlen.c: Check that strnlen won't go beyond... |
tree | commitdiff |
2021-03-27 |
H.J. Lu | test-strnlen.c: Initialize wchar_t string with wmemset... |
tree | commitdiff |
2021-02-19 |
Florian Weimer | string: Work around GCC PR 98512 in rawmemchr |
tree | commitdiff |
2021-02-08 |
noah | strchr: Add additional benchmarks and tests |
tree | commitdiff |
2021-01-02 |
Paul Eggert | Update copyright dates with scripts/update-copyrights |
tree | commitdiff |
2020-12-31 |
Siddhesh Poyarekar | string: Enable __FORTIFY_LEVEL=3 |
tree | commitdiff |
2020-12-11 |
Dmitry V. Levin | treewide: fix incorrect spelling of indices in comments |
tree | commitdiff |
2020-11-12 |
Siddhesh Poyarekar | Don't use nested function in test-ffs |
tree | commitdiff |
2020-11-12 |
Siddhesh Poyarekar | Use __builtin___stpncpy_chk when available |
tree | commitdiff |
2020-11-05 |
Siddhesh Poyarekar | Remove __warn_memset_zero_len [BZ #25399] |
tree | commitdiff |
2020-10-26 |
Jonny Grant | Amend grammar and add a description |
tree | commitdiff |
2020-09-24 |
H.J. Lu | strcmp: Add a testcase for page boundary |
tree | commitdiff |
2020-09-24 |
H.J. Lu | strncmp: Add a testcase for page boundary [BZ #25933] |
tree | commitdiff |
2020-09-07 |
Joseph Myers | Disable -Wstringop-overread for some string tests |
tree | commitdiff |
2020-09-07 |
Maciej W. Rozycki | string: Fix GCC 11 `-Werror=stringop-overread' error |
tree | commitdiff |
2020-08-26 |
Raphael Moreira... | string: test strncasecmp and strncpy near page boundaries |
tree | commitdiff |
2020-07-13 |
Adhemerval Zanella | string: Make tst-strerror/tst-strsignal unsupported... |
tree | commitdiff |
2020-07-08 |
Adhemerval Zanella | string: Move tst-strsignal tst-strerror to tests-container |
tree | commitdiff |
2020-07-08 |
Florian Weimer | string: Fix prototype mismatch in sigabbrev_np, __sigde... |
tree | commitdiff |
2020-07-07 |
Samuel Thibault | tst-strsignal: fix checking for RT signals support |
tree | commitdiff |
2020-07-07 |
Adhemerval Zanella | string: Add strerrorname_np and strerrordesc_np |
tree | commitdiff |
2020-07-07 |
Adhemerval Zanella | string: Add sigabbrev_np and sigdescr_np |
tree | commitdiff |
2020-07-07 |
Adhemerval Zanella | string: Add strerror_l on test-strerror-errno |
tree | commitdiff |
2020-07-07 |
Adhemerval Zanella | string: Add strerror, strerror_r, and strerror_l test |
tree | commitdiff |
2020-07-07 |
Adhemerval Zanella | string: Add strsignal test |
tree | commitdiff |
2020-07-07 |
Adhemerval Zanella | string: Simplify strerror_r |
tree | commitdiff |
2020-07-07 |
Adhemerval Zanella | string: Use tls-internal on strerror_l |
tree | commitdiff |
2020-07-07 |
Adhemerval Zanella | string: Implement strerror in terms of strerror_l |
tree | commitdiff |
2020-07-07 |
Adhemerval Zanella | string: Remove old TLS usage on strsignal |
tree | commitdiff |
2020-07-07 |
Adhemerval Zanella | signal: Move sys_errlist to a compat symbol |
tree | commitdiff |
2020-07-07 |
Adhemerval Zanella | signal: Move sys_siglist to a compat symbol |
tree | commitdiff |
2020-05-14 |
Florian Weimer | string: Fix string/tst-memmove-overflow to compile... |
tree | commitdiff |
2020-05-13 |
Florian Weimer | arm: XFAIL string/tst-memmove-overflow due to bug 25620 |
tree | commitdiff |
2020-05-12 |
Florian Weimer | string: Add string/tst-memmove-overflow, a test case... |
tree | commitdiff |
2020-05-04 |
Martin Sebor | improve out-of-bounds checking with GCC 10 attribute... |
tree | commitdiff |
2020-01-01 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2019-12-05 |
Kamlesh Kumar | <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO... |
tree | commitdiff |
2019-11-27 |
Stefan Liebler | S390: Fix handling of needles crossing a page in strstr... |
tree | commitdiff |
2019-10-30 |
Adhemerval Zanella | Change most internal uses of time to __clock_gettime. |
tree | commitdiff |
2019-10-02 |
Alistair Francis | string/endian.h: Restore the __USE_MISC conditionals |
tree | commitdiff |
2019-10-02 |
Joseph Myers | Disable warnings in string/tester.c at top level. |
tree | commitdiff |
2019-10-01 |
Alistair Francis | Split up endian.h to minimize exposure of BYTE_ORDER. |
tree | commitdiff |
2019-09-07 |
Paul Eggert | Prefer https to http for gnu.org and fsf.org URLs |
tree | commitdiff |
2019-08-30 |
Wilco Dijkstra | Use generic memset/memcpy/memmove in benchtests |
tree | commitdiff |
2019-08-23 |
Paul Eggert | Fix spellings of contributor names in comments and doc |
tree | commitdiff |
2019-08-21 |
Zack Weinberg | Don't use the argument to time. |
tree | commitdiff |
2019-08-13 |
Joseph Myers | Declare memccpy, strdup, strndup for C2X. |
tree | commitdiff |
2019-06-19 |
Stefan Liebler | Fix gcc 9 build errors for make xcheck. [BZ #24556] |
tree | commitdiff |
2019-06-12 |
Wilco Dijkstra | Improve performance of memmem |
tree | commitdiff |
2019-06-12 |
Wilco Dijkstra | Improve performance of strstr |
tree | commitdiff |
2019-02-27 |
Joseph Myers | Add some spaces before '('. |
tree | commitdiff |
2019-02-25 |
Joseph Myers | Break more lines before not after operators. |
tree | commitdiff |
2019-02-22 |
Joseph Myers | Break some lines before not after operators. |
tree | commitdiff |
2019-01-07 |
Aurelien Jarno | Only build libm with -fno-math-errno (bug 24024) |
tree | commitdiff |
2019-01-01 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2018-09-19 |
Wilco Dijkstra | Fix strstr bug with huge needles (bug 23637) |
tree | commitdiff |
2018-08-28 |
Rajalakshmi Sriniv... | Speedup first memmem match |
tree | commitdiff |
2018-08-03 |
Wilco Dijkstra | Simplify and speedup strstr/strcasestr first match |
tree | commitdiff |
2018-07-26 |
Stefan Liebler | Fix string/tst-xbzero-opt if build with gcc head. |
tree | commitdiff |
2018-07-24 |
H.J. Lu | Add <bits/indirect-return.h> |
tree | commitdiff |
2018-07-16 |
Wilco Dijkstra | Improve strstr performance |
tree | commitdiff |
2018-06-30 |
Carlos O'Donell | libc: Extend __libc_freeres framework (Bug 23329). |
tree | commitdiff |
2018-06-26 |
Florian Weimer | Run thread shutdown functions in an explicit order |
tree | commitdiff |
2018-06-20 |
Joseph Myers | Fix tst-cmp.c build with GCC mainline. |
tree | commitdiff |
2018-06-20 |
Joseph Myers | Fix bug-strspn1.c, bug-strpbrk1.c build with GCC mainline. |
tree | commitdiff |
2018-06-14 |
Joseph Myers | Ignore -Wrestrict for one strncat test. |
tree | commitdiff |
2018-05-23 |
H.J. Lu | Add a test case for [BZ #23196] |
tree | commitdiff |
next |