about summary refs log tree commit diff
path: root/string/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Prepare for radical source tree reorganization. zack/build-layout-experimentZack Weinberg2017-06-081-109/+0
* 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
* Use IFUNC memmove/memset in x86-64 bcopy/bzeroH.J. Lu2012-10-111-1/+1
* Test strcasestr/strchr/strstr under all implementationsH.J. Lu2012-10-051-1/+1
* Detect EOL on-the-fly in strstr, strcasestr and memmem.Maxim Kuvyrkov2012-08-211-1/+2
* Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.SH.J. Lu2012-06-141-1/+1
* Add byteswap-16.h for __bswap_16H.J. Lu2012-04-061-2/+2
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-3/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Add strchrnul performance testUlrich Drepper2011-10-291-1/+1
* Optimize x86-64 rawmemchr and add testUlrich Drepper2011-10-191-1/+1
* Move wide char tests to wcsmbs directoryUlrich Drepper2011-09-081-3/+3
* New comprehensive test for wmemcmpLiubov Dmitrieva2011-09-081-1/+1
* New comprehensive test for wcscmpLiubov Dmitrieva2011-08-041-1/+1
* Add string/test-strncat.cUlrich Drepper2011-07-061-1/+2
* Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel2010-10-261-1/+1
* Add test case for strstr problem.Ulrich Drepper2010-10-061-1/+3
* Add optimized strncasecmp versions for x86-64.Ulrich Drepper2010-08-141-1/+1
* Implement optimized strcaecmp for x86-64.Ulrich Drepper2010-07-301-1/+1
* Add optimized x86-64 implementation of strnlen.Ulrich Drepper2010-07-261-1/+1