summaryrefslogtreecommitdiff
path: root/string/Makefile
AgeCommit message (Expand)Author
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-26Remove duplicate ifunc tests.Ondřej Bílka
2013-09-23Check for integer overflow in cache size computation in strcollSiddhesh Poyarekar
2013-09-05Add memrchr testcaseAdhemerval Zanella
2013-08-27Fix missing declaration of LC_CTYPE nonascii-case elementAndreas Schwab
2013-02-15Remove bounded-pointers build system support.Joseph Myers
2013-02-11Remove dead CFLAGS lines from string/MakefileTom de Vries
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-10-19Add string IFUNC testsH.J. Lu
2012-10-11Use IFUNC memmove/memset in x86-64 bcopy/bzeroH.J. Lu
2012-10-05Test strcasestr/strchr/strstr under all implementationsH.J. Lu
2012-08-21Detect EOL on-the-fly in strstr, strcasestr and memmem.Maxim Kuvyrkov
2012-06-14Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.SH.J. Lu
2012-04-06Add byteswap-16.h for __bswap_16H.J. Lu
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-29Add strchrnul performance testUlrich Drepper
2011-10-19Optimize x86-64 rawmemchr and add testUlrich Drepper
2011-09-08Move wide char tests to wcsmbs directoryUlrich Drepper
2011-09-08New comprehensive test for wmemcmpLiubov Dmitrieva
2011-08-04New comprehensive test for wcscmpLiubov Dmitrieva
2011-07-06Add string/test-strncat.cUlrich Drepper
2010-10-26Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel
2010-10-06Add test case for strstr problem.Ulrich Drepper
2010-08-14Add optimized strncasecmp versions for x86-64.Ulrich Drepper
2010-07-30Implement optimized strcaecmp for x86-64.Ulrich Drepper
2010-07-26Add optimized x86-64 implementation of strnlen.Ulrich Drepper
2010-07-23Add performance tests for strstr and strcasestr.Ulrich Drepper
2009-04-07* string/strverscmp.c (__strverscmp): Fix last cleanups.cvs/fedora-glibc-20090407T0657Ulrich Drepper
2009-03-14[BZ #9913]Ulrich Drepper
2008-05-25* string/Makefile (strop-tests): Add memmem.Ulrich Drepper
2008-05-15* string/Makefile (distribute): Add str-two-way.h.cvs/fedora-glibc-20080515T0735Ulrich Drepper
2008-05-15[BZ #6442]Ulrich Drepper
2007-02-01* sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value beforecvs/fedora-glibc-20070202T0923Ulrich Drepper
2007-01-03* posix/execvp.c: Include alloca.h.Ulrich Drepper
2006-11-09* string/Makefile (tests): Add tst-strxfrm2.Ulrich Drepper
2006-06-04* string/Makefile (tests): Add bug-envz1.Ulrich Drepper
2006-04-04[BZ #2508]Roland McGrath
2006-01-10[BZ #2126]Ulrich Drepper
2005-04-12* stdlib/random_r.c (__initstate_r): Don't use non-existing state.Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-10-182004-10-15 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper
2004-03-22Update.Ulrich Drepper
2003-09-10Update.Ulrich Drepper
2002-11-07* string/test-string.h: New file.Roland McGrath
2002-09-23unnecessary with stratcliffRoland McGrath
2002-09-23* string/bug-stpncpy-offend.c: New file.Roland McGrath