about summary refs log tree commit diff
path: root/string/Makefile
Commit message (Expand)AuthorAgeFilesLines
* string: Disable stack protector for memset in early static initializationAdhemerval Zanella2024-01-231-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* string: Add internal memswap implementationAdhemerval Zanella2023-10-311-0/+12
* Add strlcat/wcslcat testcase.Sunil K Pandey2023-10-171-0/+1
* Add strlcpy/wcslcpy testcaseSunil K Pandey2023-10-171-0/+1
* Exclude routines from fortificationFrédéric Bérat2023-07-051-0/+17
* string: strerror must not return NULL (bug 30555) fw/bug30555Florian Weimer2023-06-151-0/+1
* Implement strlcpy and strlcat [BZ #178]Florian Weimer2023-06-141-0/+4
* string: Add tests for strndup (BZ #30266)Joe Simmons-Talbott2023-04-211-0/+1
* string: Add tests for strdup (BZ #30266)Joe Simmons-Talbott2023-04-211-0/+1
* string: Disable stack protector in early static initializationAdhemerval Zanella2023-02-081-0/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+9
* string: Sort headers, routines, tests and tests-translationH.J. Lu2022-02-051-44/+166
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* String: Split memcpy tests so that parallel build is fasterNoah Goldstein2021-11-101-3/+3
* String: Add __memcmpeq as build targetNoah Goldstein2021-10-271-1/+1
* String: Add tests for __memcmpeqNoah Goldstein2021-10-261-2/+2
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installedAdhemerval Zanella2020-07-131-1/+8
* string: Move tst-strsignal tst-strerror to tests-containerAdhemerval Zanella2020-07-081-1/+3
* string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella2020-07-071-1/+2
* string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella2020-07-071-2/+3
* string: Add strerror, strerror_r, and strerror_l testAdhemerval Zanella2020-07-071-1/+2
* string: Add strsignal testAdhemerval Zanella2020-07-071-2/+4
* string: Add string/tst-memmove-overflow, a test case for bug 25620Florian Weimer2020-05-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-011-1/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno2019-01-071-0/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu...Joseph Myers2018-02-061-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* string: Replace = with += in CFLAGS-xxx.cH.J. Lu2017-12-111-9/+9
* Remove bits/string.h.Zack Weinberg2017-06-201-4/+5
* 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2017-06-121-2/+2
* string/tst-strcoll-overflow: Do not accept timeout as test resultFlorian Weimer2017-01-251-1/+3
* S390: Fix FAIL in test string/tst-xbzero-opt [BZ #21006]Stefan Liebler2017-01-171-0/+8
* Make endian-conversion macros always return correct types (bug 16458).Joseph Myers2017-01-111-2/+3
* Use fortify macros for b{zero,copy} along decl from strings.hAdhemerval Zanella2017-01-051-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Disable stack protector in early static initialization [BZ #7065]Nick Alcock2016-12-261-0/+4
* Do not require memset elimination in explicit_bzero testFlorian Weimer2016-12-201-0/+1
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-161-3/+4
* string: More tests for strcmp, strcasecmp, strncmp, strncasecmpFlorian Weimer2016-08-261-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix typo in bug-strcoll2 (Bug 18589)Carlos O'Donell2015-10-091-0/+2
* strcoll: Add bug-strcoll2 to testsuite (Bug 18589).Carlos O'Donell2015-10-081-2/+3
* Let 'make check subdirs=string' succeed even when it's invokedMartin Sebor2015-09-281-0/+10