summaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-02-13Call memcpy in generic mempcpyOndrej Bilka
2013-02-12Fix typo, improve comment, remove superfluous #undefs, add missing #undef.Tom de Vries
2013-02-11Remove dead CFLAGS lines from string/MakefileTom de Vries
2013-02-08Remove dead variable in generic strcpy.Roland McGrath
2013-02-08Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code.Joseph Myers
2013-02-07Remove lots of inline keywords.Roland McGrath
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-10Remove __GNUC__ conditions for "long long" from string.h and wchar.h.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-12-27BZ#14317: Optimze __xpg_strerror_r2012-12-27 Bruno Haible
2012-11-06Use memcpy in memmove when possibleMaxim Kuvyrkov
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-10-19Add string IFUNC testsH.J. Lu
2012-10-19Add a testcase for BZ #14716H.J. Lu
2012-10-15Fix BZ #14716: memmem crashMaxim Kuvyrkov
2012-10-12Avoid PLT references from __get_clockfreq on powerpcAndreas Schwab
2012-10-11Framework to test IFUNC implementations on targetH.J. Lu
2012-10-11Use IFUNC memmove/memset in x86-64 bcopy/bzeroH.J. Lu
2012-10-08Fix BZ #14602: strstr and strcasestr return wrong result.Maxim Kuvyrkov
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