Age | Commit message (Expand) | Author | Files | Lines |
2024-01-23 | string: Disable stack protector for memset in early static initialization | Adhemerval Zanella | 1 | -0/+1 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2023-10-31 | string: Add internal memswap implementation | Adhemerval Zanella | 1 | -0/+12 |
2023-10-17 | Add strlcat/wcslcat testcase. | Sunil K Pandey | 1 | -0/+1 |
2023-10-17 | Add strlcpy/wcslcpy testcase | Sunil K Pandey | 1 | -0/+1 |
2023-07-05 | Exclude routines from fortification | Frédéric Bérat | 1 | -0/+17 |
2023-06-15 | string: strerror must not return NULL (bug 30555) | Florian Weimer | 1 | -0/+1 |
2023-06-14 | Implement strlcpy and strlcat [BZ #178] | Florian Weimer | 1 | -0/+4 |
2023-04-21 | string: Add tests for strndup (BZ #30266) | Joe Simmons-Talbott | 1 | -0/+1 |
2023-04-21 | string: Add tests for strdup (BZ #30266) | Joe Simmons-Talbott | 1 | -0/+1 |
2023-02-08 | string: Disable stack protector in early static initialization | Adhemerval Zanella | 1 | -0/+2 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella | 1 | -0/+9 |
2022-02-05 | string: Sort headers, routines, tests and tests-translation | H.J. Lu | 1 | -44/+166 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-11-10 | String: Split memcpy tests so that parallel build is faster | Noah Goldstein | 1 | -3/+3 |
2021-10-27 | String: Add __memcmpeq as build target | Noah Goldstein | 1 | -1/+1 |
2021-10-26 | String: Add tests for __memcmpeq | Noah Goldstein | 1 | -2/+2 |
2021-06-03 | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer | 1 | -1/+0 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-07-13 | string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installed | Adhemerval Zanella | 1 | -1/+8 |
2020-07-08 | string: Move tst-strsignal tst-strerror to tests-container | Adhemerval Zanella | 1 | -1/+3 |
2020-07-07 | string: Add strerrorname_np and strerrordesc_np | Adhemerval Zanella | 1 | -1/+2 |
2020-07-07 | string: Add sigabbrev_np and sigdescr_np | Adhemerval Zanella | 1 | -2/+3 |
2020-07-07 | string: Add strerror, strerror_r, and strerror_l test | Adhemerval Zanella | 1 | -1/+2 |
2020-07-07 | string: Add strsignal test | Adhemerval Zanella | 1 | -2/+4 |
2020-05-12 | string: Add string/tst-memmove-overflow, a test case for bug 25620 | Florian Weimer | 1 | -1/+1 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-10-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis | 1 | -1/+2 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-01-07 | Only build libm with -fno-math-errno (bug 24024) | Aurelien Jarno | 1 | -0/+6 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-02-06 | Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu... | Joseph Myers | 1 | -2/+4 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-12-11 | string: Replace = with += in CFLAGS-xxx.c | H.J. Lu | 1 | -9/+9 |
2017-06-20 | Remove bits/string.h. | Zack Weinberg | 1 | -4/+5 |
2017-06-12 | 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com> | Wilco Dijkstra | 1 | -2/+2 |
2017-01-25 | string/tst-strcoll-overflow: Do not accept timeout as test result | Florian Weimer | 1 | -1/+3 |
2017-01-17 | S390: Fix FAIL in test string/tst-xbzero-opt [BZ #21006] | Stefan Liebler | 1 | -0/+8 |
2017-01-11 | Make endian-conversion macros always return correct types (bug 16458). | Joseph Myers | 1 | -2/+3 |
2017-01-05 | Use fortify macros for b{zero,copy} along decl from strings.h | Adhemerval Zanella | 1 | -1/+2 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-26 | Disable stack protector in early static initialization [BZ #7065] | Nick Alcock | 1 | -0/+4 |
2016-12-20 | Do not require memset elimination in explicit_bzero test | Florian Weimer | 1 | -0/+1 |
2016-12-16 | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 1 | -3/+4 |
2016-08-26 | string: More tests for strcmp, strcasecmp, strncmp, strncasecmp | Florian Weimer | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-10-09 | Fix typo in bug-strcoll2 (Bug 18589) | Carlos O'Donell | 1 | -0/+2 |
2015-10-08 | strcoll: Add bug-strcoll2 to testsuite (Bug 18589). | Carlos O'Donell | 1 | -2/+3 |
2015-09-28 | Let 'make check subdirs=string' succeed even when it's invoked | Martin Sebor | 1 | -0/+10 |