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