summaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
2012-10-06Add a strstr test for page boundaryH.J. Lu
2012-10-05Add a testase for BZ #14602H.J. Lu
2012-10-05Test strcasestr/strchr/strstr under all implementationsH.J. Lu
2012-08-21Micro-optimize critical path of strstr, strcase and memmem.Maxim Kuvyrkov
2012-08-21Use pointers for traversing arrays in strstr, strcasestr and memmem.Maxim Kuvyrkov
2012-08-21Detect EOL on-the-fly in strstr, strcasestr and memmem.Maxim Kuvyrkov
2012-08-21Optimize first-character loop of strstr, strcasestr and memmem.Maxim Kuvyrkov
2012-08-15Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva
2012-08-15Remove local redefinition of MAX macro.Roland McGrath
2012-06-15Make endian.h usable for assemblerChung-Lin Tang
2012-06-15Add __wur to GNU version of strerror_r.Cyril Hrubis
2012-06-14Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.SH.J. Lu
2012-06-01Remove use of INTDEF/INTUSE in stdio-commonAndreas Schwab
2012-05-24Remove use of INTDEF/INTUSE in intlAndreas Schwab
2012-05-09Fix strspn warning with -WconversionAndreas Jaeger
2012-04-29Fix attributes for fortify functions.Marek Polacek
2012-04-18Remove all traces of reg_char.David S. Miller
2012-04-06Add byteswap-16.h for __bswap_16H.J. Lu
2012-04-03Add __bswap_64 definition for non GCC compilers.Andreas Jaeger
2012-04-02Testsuite #include fixes.Thomas Schwinge
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers
2012-01-07Remove pre-ISO C supportUlrich Drepper
2012-01-07Fix problem with reuse of test-strcpy for wide char testingUlrich Drepper
2011-12-17WP fixesUlrich Drepper
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper
2011-12-17WP cleanupUlrich Drepper
2011-12-17Fix WPUlrich Drepper
2011-12-17Add tests for wcsrchr and wcscpyUlrich Drepper
2011-11-30Fix access after end of search string in regex matcherAndreas Schwab
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