aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)AuthorFilesLines
2011-09-08Move wide char tests to wcsmbs directoryUlrich Drepper3-7/+3
2011-09-08New comprehensive test for wmemcmpLiubov Dmitrieva3-42/+64
2011-08-14More warning patrol.Roland McGrath1-5/+2
2011-08-04Provide better output in string testsUlrich Drepper1-2/+4
2011-08-04Cleanup wcscmp test additionUlrich Drepper1-206/+149
2011-08-04New comprehensive test for wcscmpLiubov Dmitrieva3-24/+160
2011-07-21Add more tests for strcat and strncat.Ulrich Drepper1-3/+90
2011-07-19Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva1-2/+4
2011-07-19Fix alloca accounting in strxfmAndreas Schwab1-2/+3
2011-07-06Add string/test-strncat.cUlrich Drepper2-1/+300
2011-05-21Fix last changeUlrich Drepper1-17/+12
2011-05-21Always fill output buffer in XPG strerror functionUlrich Drepper1-8/+9
2011-05-21Nicer output for negative error numbers in strerror_rUlrich Drepper1-3/+11
2011-04-07Revert "Fix strncmp page test to limit length to size of object"Andreas Schwab1-4/+3
2011-04-05Fix strncmp page test to limit length to size of objectAndreas Schwab1-3/+4
2011-03-21Fix whitespace issue.Ulrich Drepper1-8/+8
2011-03-21Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu1-0/+41
2010-12-25Change XPG-compliant strerror_r function to return error code.Ulrich Drepper1-9/+4
2010-12-09Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek1-5/+3
2010-11-10Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu1-4/+35
2010-10-26Add missing file.Ulrich Drepper1-0/+14
2010-10-26Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel1-1/+1
2010-10-06Add test case for strstr problem.Ulrich Drepper1-1/+3
2010-10-06Fix strstr and memmem algorithm.Eric Blake2-1/+27
2010-10-03Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper1-37/+107
2010-08-14Add optimized strncasecmp versions for x86-64.Ulrich Drepper2-1/+319
2010-07-30Implement optimized strcaecmp for x86-64.Ulrich Drepper2-1/+277
2010-07-30Fix tolower operation in strcasestr.Ulrich Drepper1-1/+1
2010-07-26Add optimized x86-64 implementation of strnlen.Ulrich Drepper4-21/+229
2010-07-23Add performance tests for strstr and strcasestr.Ulrich Drepper5-6/+399
2010-06-30Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu1-1/+4
2010-04-15Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.SH.J. Lu1-4/+35
2010-03-24Test case for last x86 memcmp problemH.J. Lu1-4/+261
2010-01-14Relax onditions in strings.h.Ulrich Drepper1-2/+2
2010-01-10Cleanup strings.h.Ulrich Drepper1-14/+19
2010-01-09Add support for XPG7 testing.Ulrich Drepper3-8/+9
2009-11-10Avoid memset warning in one case.Caolan McNamara1-2/+3
2009-07-20SSE4.2 strstr/strcasestr for x86-64.H.J. Lu2-4/+15
2009-07-02SSSE3 strcpy/stpcpy for x86-64H.J. Lu2-11/+13
2009-06-22Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu1-5/+7
2009-06-16Fix x86-64 memchr for large lengths.Jakub Jelinek1-2/+7
2009-05-16Remove redundant .gitignore files.Andreas Schwab1-6/+0
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering1-0/+0
2009-05-09* string/stratcliff.c (do_test): Test for zero lengthUlrich Drepper1-9/+27
2009-04-07* string/stratcliff.c (do_test): Add memchr tests..Ulrich Drepper1-1/+33
2009-04-07* string/strverscmp.c (__strverscmp): Fix last cleanups.cvs/fedora-glibc-20090407T0657Ulrich Drepper4-4/+8
2009-03-15[BZ #5807]Ulrich Drepper1-49/+3
2009-03-14[BZ #9893]Ulrich Drepper1-0/+62
2009-03-14[BZ #9913]Ulrich Drepper2-34/+31
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2-9/+28