about summary refs log tree commit diff
path: root/string/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove redundant C locale settings.Joseph Myers2014-06-071-3/+0
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-5/+0
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-1/+4
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-0/+2
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-1/+2
* Split up rules for tests that compare output with baselines.Joseph Myers2014-02-141-5/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove duplicate ifunc tests.Ondřej Bílka2013-11-261-5/+0
* Check for integer overflow in cache size computation in strcollSiddhesh Poyarekar2013-09-231-0/+2
* Add memrchr testcaseAdhemerval Zanella2013-09-051-1/+1
* Fix missing declaration of LC_CTYPE nonascii-case elementAndreas Schwab2013-08-271-0/+4
* Remove bounded-pointers build system support.Joseph Myers2013-02-151-4/+0
* Remove dead CFLAGS lines from string/MakefileTom de Vries2013-02-111-2/+0
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Define and use $(run-built-tests).Joseph Myers2012-10-241-1/+1
* Add string IFUNC testsH.J. Lu2012-10-191-0/+2