Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-11-27 | S390: Fix handling of needles crossing a page in strstr z15 ifunc-variant. [B... | Stefan Liebler | 1 | -6/+35 |
2019-10-30 | Change most internal uses of time to __clock_gettime. | Adhemerval Zanella | 1 | -2/+2 |
2019-10-02 | string/endian.h: Restore the __USE_MISC conditionals | Alistair Francis | 1 | -5/+7 |
2019-10-02 | Disable warnings in string/tester.c at top level. | Joseph Myers | 1 | -114/+14 |
2019-10-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis | 3 | -34/+57 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 130 | -130/+130 |
2019-08-30 | Use generic memset/memcpy/memmove in benchtests | Wilco Dijkstra | 2 | -6/+10 |
2019-08-23 | Fix spellings of contributor names in comments and doc | Paul Eggert | 1 | -1/+1 |
2019-08-21 | Don't use the argument to time. | Zack Weinberg | 1 | -1/+1 |
2019-08-13 | Declare memccpy, strdup, strndup for C2X. | Joseph Myers | 1 | -3/+3 |
2019-06-19 | Fix gcc 9 build errors for make xcheck. [BZ #24556] | Stefan Liebler | 2 | -2/+4 |
2019-06-12 | Improve performance of memmem | Wilco Dijkstra | 1 | -42/+85 |
2019-06-12 | Improve performance of strstr | Wilco Dijkstra | 2 | -51/+123 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 5 | -19/+19 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 2 | -6/+6 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 2 | -6/+6 |
2019-01-07 | Only build libm with -fno-math-errno (bug 24024) | Aurelien Jarno | 2 | -0/+67 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 129 | -129/+129 |
2018-09-19 | Fix strstr bug with huge needles (bug 23637) | Wilco Dijkstra | 3 | -4/+36 |
2018-08-28 | Speedup first memmem match | Rajalakshmi Srinivasaraghavan | 1 | -0/+4 |
2018-08-03 | Simplify and speedup strstr/strcasestr first match | Wilco Dijkstra | 2 | -45/+35 |
2018-07-26 | Fix string/tst-xbzero-opt if build with gcc head. | Stefan Liebler | 1 | -0/+15 |
2018-07-24 | Add <bits/indirect-return.h> | H.J. Lu | 1 | -1/+9 |
2018-07-16 | Improve strstr performance | Wilco Dijkstra | 6 | -33/+35 |