summaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
2011-10-29Add strchrnul performance testUlrich Drepper
2011-10-25Fix strchr testAndreas Schwab
2011-10-23Fix strnlen changeUlrich Drepper
2011-10-23Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva
2011-10-23Fix WSUlrich Drepper
2011-10-23Add wcschr test casesLiubov Dmitrieva
2011-10-23Add wcslen test casesLiubov Dmitrieva
2011-10-23More WS fixesUlrich Drepper
2011-10-23Fix signedness in wcscmp comparisonLiubov Dmitrieva
2011-10-19Optimize x86-64 rawmemchr and add testUlrich Drepper
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva
2011-10-13Add memrchr testsAndreas Schwab
2011-10-12Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva
2011-10-07delete 4 lines with unused "define" macros in test-memcmpLiubov Dmitrieva
2011-09-09string/strncat.c: fix compilation for some architecturesDenis Zaitceff
2011-09-08Move wide char tests to wcsmbs directoryUlrich Drepper
2011-09-08New comprehensive test for wmemcmpLiubov Dmitrieva
2011-08-14More warning patrol.Roland McGrath
2011-08-04Provide better output in string testsUlrich Drepper
2011-08-04Cleanup wcscmp test additionUlrich Drepper
2011-08-04New comprehensive test for wcscmpLiubov Dmitrieva
2011-07-21Add more tests for strcat and strncat.Ulrich Drepper
2011-07-19Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva
2011-07-19Fix alloca accounting in strxfmAndreas Schwab
2011-07-06Add string/test-strncat.cUlrich Drepper
2011-05-21Fix last changeUlrich Drepper
2011-05-21Always fill output buffer in XPG strerror functionUlrich Drepper
2011-05-21Nicer output for negative error numbers in strerror_rUlrich Drepper
2011-04-07Revert "Fix strncmp page test to limit length to size of object"Andreas Schwab
2011-04-05Fix strncmp page test to limit length to size of objectAndreas Schwab
2011-03-21Fix whitespace issue.Ulrich Drepper
2011-03-21Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu
2010-12-25Change XPG-compliant strerror_r function to return error code.Ulrich Drepper
2010-12-09Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek
2010-11-10Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu
2010-10-26Add missing file.Ulrich 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-10-06Fix strstr and memmem algorithm.Eric Blake
2010-10-03Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper
2010-08-14Add optimized strncasecmp versions for x86-64.Ulrich Drepper
2010-07-30Implement optimized strcaecmp for x86-64.Ulrich Drepper
2010-07-30Fix tolower operation in strcasestr.Ulrich Drepper
2010-07-26Add optimized x86-64 implementation of strnlen.Ulrich Drepper
2010-07-23Add performance tests for strstr and strcasestr.Ulrich Drepper
2010-06-30Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu
2010-04-15Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.SH.J. Lu
2010-03-24Test case for last x86 memcmp problemH.J. Lu
2010-01-14Relax onditions in strings.h.Ulrich Drepper
2010-01-10Cleanup strings.h.Ulrich Drepper