aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Remove use of INTDEF/INTUSE in intlAndreas Schwab2-4/+4
2012-05-09Fix strspn warning with -WconversionAndreas Jaeger1-2/+2
2012-04-29Fix attributes for fortify functions.Marek Polacek2-13/+13
2012-04-18Remove all traces of reg_char.David S. Miller11-20/+12
2012-04-06Add byteswap-16.h for __bswap_16H.J. Lu1-2/+2
2012-04-03Add __bswap_64 definition for non GCC compilers.Andreas Jaeger2-11/+18
2012-04-02Testsuite #include fixes.Thomas Schwinge3-3/+8
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu1-1/+1
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-3/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert115-345/+230
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers4-26/+8
2012-01-07Remove pre-ISO C supportUlrich Drepper6-322/+313
2012-01-07Fix problem with reuse of test-strcpy for wide char testingUlrich Drepper1-2/+5
2011-12-17WP fixesUlrich Drepper1-3/+5
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper1-9/+8
2011-12-17WP cleanupUlrich Drepper2-11/+11
2011-12-17Fix WPUlrich Drepper1-5/+7
2011-12-17Add tests for wcsrchr and wcscpyUlrich Drepper2-88/+150
2011-11-30Fix access after end of search string in regex matcherAndreas Schwab2-4/+4
2011-10-29Add strchrnul performance testUlrich Drepper3-8/+23
2011-10-25Fix strchr testAndreas Schwab1-11/+15
2011-10-23Fix strnlen changeUlrich Drepper1-6/+4
2011-10-23Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva1-2/+9
2011-10-23Fix WSUlrich Drepper1-7/+7
2011-10-23Add wcschr test casesLiubov Dmitrieva1-53/+78
2011-10-23Add wcslen test casesLiubov Dmitrieva1-39/+46
2011-10-23More WS fixesUlrich Drepper1-4/+4
2011-10-23Fix signedness in wcscmp comparisonLiubov Dmitrieva1-14/+75
2011-10-19Optimize x86-64 rawmemchr and add testUlrich Drepper2-1/+190
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva1-15/+32
2011-10-13Add memrchr testsAndreas Schwab1-2/+33
2011-10-12Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva1-2/+9
2011-10-07delete 4 lines with unused "define" macros in test-memcmpLiubov Dmitrieva1-4/+0
2011-09-09string/strncat.c: fix compilation for some architecturesDenis Zaitceff1-0/+1
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