summaryrefslogtreecommitdiff
path: root/string/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add performance tests for strstr and strcasestr.Ulrich Drepper2010-07-231-3/+4
* * string/strverscmp.c (__strverscmp): Fix last cleanups.cvs/fedora-glibc-20090407T0657Ulrich Drepper2009-04-071-1/+1
* [BZ #9913]Ulrich Drepper2009-03-141-2/+2
* * string/Makefile (strop-tests): Add memmem.Ulrich Drepper2008-05-251-1/+1
* * string/Makefile (distribute): Add str-two-way.h.cvs/fedora-glibc-20080515T0735Ulrich Drepper2008-05-151-1/+2
* [BZ #6442]Ulrich Drepper2008-05-151-2/+2
* * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value beforecvs/fedora-glibc-20070202T0923Ulrich Drepper2007-02-011-1/+1
* * posix/execvp.c: Include alloca.h.Ulrich Drepper2007-01-031-1/+2
* * string/Makefile (tests): Add tst-strxfrm2.Ulrich Drepper2006-11-091-1/+1
* * string/Makefile (tests): Add bug-envz1.Ulrich Drepper2006-06-041-1/+2