summaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
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
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-11-10Avoid memset warning in one case.Caolan McNamara
2009-07-20SSE4.2 strstr/strcasestr for x86-64.H.J. Lu
2009-07-02SSSE3 strcpy/stpcpy for x86-64H.J. Lu
2009-06-22Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu
2009-06-16Fix x86-64 memchr for large lengths.Jakub Jelinek
2009-05-16Remove redundant .gitignore files.Andreas Schwab
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering
2009-05-09* string/stratcliff.c (do_test): Test for zero lengthUlrich Drepper
2009-04-07* string/stratcliff.c (do_test): Add memchr tests..Ulrich Drepper
2009-04-07* string/strverscmp.c (__strverscmp): Fix last cleanups.cvs/fedora-glibc-20090407T0657Ulrich Drepper
2009-03-15[BZ #5807]Ulrich Drepper
2009-03-14[BZ #9893]Ulrich Drepper
2009-03-14[BZ #9913]Ulrich Drepper
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper
2009-01-30* string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,Ulrich Drepper
2009-01-29 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper
2008-05-25* string/Makefile (strop-tests): Add memmem.Ulrich Drepper
2008-05-21* string/endian.h: Define new fixed-size hto* and *toh macros onlyUlrich Drepper
2008-05-16* string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.cvs/fedora-glibc-20080516T2152Ulrich Drepper
2008-05-15* string/Makefile (distribute): Add str-two-way.h.cvs/fedora-glibc-20080515T0735Ulrich Drepper
2008-05-15[BZ #6442]Ulrich Drepper
2008-05-11* string/tester.c (test_memcmp): Add a few more tests.Ulrich Drepper
2008-03-31[BZ #6007]Ulrich Drepper
2008-01-15[BZ #5614]Ulrich Drepper