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