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