| Commit message (Expand) | Author | Age | Files | Lines |
* | Always fill output buffer in XPG strerror function | Ulrich Drepper | 2011-05-21 | 1 | -8/+9 |
* | Nicer output for negative error numbers in strerror_r | Ulrich Drepper | 2011-05-21 | 1 | -3/+11 |
* | Revert "Fix strncmp page test to limit length to size of object" | Andreas Schwab | 2011-04-07 | 1 | -4/+3 |
* | Fix strncmp page test to limit length to size of object | Andreas Schwab | 2011-04-05 | 1 | -3/+4 |
* | Fix whitespace issue. | Ulrich Drepper | 2011-03-21 | 1 | -8/+8 |
* | Handle page boundaries in x86 SSE4.2 strncmp. | H.J. Lu | 2011-03-21 | 1 | -0/+41 |
* | Change XPG-compliant strerror_r function to return error code. | Ulrich Drepper | 2010-12-25 | 1 | -9/+4 |
* | Fix -D_FORTIFY_SOURCE memmove and bcop | Jakub Jelinek | 2010-12-09 | 1 | -5/+3 |
* | Fix one exit path in x86-64 SSE4.2 str{,n}casecmp. | H.J. Lu | 2010-11-10 | 1 | -4/+35 |
* | Add missing file. | Ulrich Drepper | 2010-10-26 | 1 | -0/+14 |
* | Fix concurrency problem between dl_open and dl_iterate_phdr | Andreas Krebbel | 2010-10-26 | 1 | -1/+1 |
* | Add test case for strstr problem. | Ulrich Drepper | 2010-10-06 | 1 | -1/+3 |
* | Fix strstr and memmem algorithm. | Eric Blake | 2010-10-06 | 2 | -1/+27 |
* | Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmp | Ulrich Drepper | 2010-10-03 | 1 | -37/+107 |
* | Add optimized strncasecmp versions for x86-64. | Ulrich Drepper | 2010-08-14 | 2 | -1/+319 |
* | Implement optimized strcaecmp for x86-64. | Ulrich Drepper | 2010-07-30 | 2 | -1/+277 |
* | Fix tolower operation in strcasestr. | Ulrich Drepper | 2010-07-30 | 1 | -1/+1 |
* | Add optimized x86-64 implementation of strnlen. | Ulrich Drepper | 2010-07-26 | 4 | -21/+229 |
* | Add performance tests for strstr and strcasestr. | Ulrich Drepper | 2010-07-23 | 5 | -6/+399 |
* | Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7 | H.J. Lu | 2010-06-30 | 1 | -1/+4 |
* | Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.S | H.J. Lu | 2010-04-15 | 1 | -4/+35 |
* | Test case for last x86 memcmp problem | H.J. Lu | 2010-03-24 | 1 | -4/+261 |
* | Relax onditions in strings.h. | Ulrich Drepper | 2010-01-14 | 1 | -2/+2 |
* | Cleanup strings.h. | Ulrich Drepper | 2010-01-10 | 1 | -14/+19 |
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 3 | -8/+9 |
* | Avoid memset warning in one case. | Caolan McNamara | 2009-11-10 | 1 | -2/+3 |
* | SSE4.2 strstr/strcasestr for x86-64. | H.J. Lu | 2009-07-20 | 2 | -4/+15 |
* | SSSE3 strcpy/stpcpy for x86-64 | H.J. Lu | 2009-07-02 | 2 | -11/+13 |
* | Add SSE4.2 support for strcmp and strncmp on x86-64. | H.J. Lu | 2009-06-22 | 1 | -5/+7 |
* | Fix x86-64 memchr for large lengths. | Jakub Jelinek | 2009-06-16 | 1 | -2/+7 |
* | Remove redundant .gitignore files. | Andreas Schwab | 2009-05-16 | 1 | -6/+0 |
* | rename each .cvsignore file to .gitignore | Jim Meyering | 2009-05-15 | 1 | -0/+0 |
* | * string/stratcliff.c (do_test): Test for zero length | Ulrich Drepper | 2009-05-09 | 1 | -9/+27 |
* | * string/stratcliff.c (do_test): Add memchr tests.. | Ulrich Drepper | 2009-04-07 | 1 | -1/+33 |
* | * string/strverscmp.c (__strverscmp): Fix last cleanups. cvs/fedora-glibc-20090407T0657 | Ulrich Drepper | 2009-04-07 | 4 | -4/+8 |
* | [BZ #5807] | Ulrich Drepper | 2009-03-15 | 1 | -49/+3 |
* | [BZ #9893] | Ulrich Drepper | 2009-03-14 | 1 | -0/+62 |
* | [BZ #9913] | Ulrich Drepper | 2009-03-14 | 2 | -34/+31 |
* | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 2009-02-26 | 2 | -9/+28 |
* | * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index, | Ulrich Drepper | 2009-01-30 | 2 | -18/+192 |
* | Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2009-01-29 | 1 | -1/+92 |
* | * string/Makefile (strop-tests): Add memmem. | Ulrich Drepper | 2008-05-25 | 3 | -5/+194 |
* | * string/endian.h: Define new fixed-size hto* and *toh macros only | Ulrich Drepper | 2008-05-21 | 1 | -32/+34 |
* | * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp. cvs/fedora-glibc-20080516T2152 | Ulrich Drepper | 2008-05-16 | 1 | -1/+1 |
* | * string/Makefile (distribute): Add str-two-way.h. cvs/fedora-glibc-20080515T0735 | Ulrich Drepper | 2008-05-15 | 5 | -206/+579 |
* | [BZ #6442] | Ulrich Drepper | 2008-05-15 | 3 | -3/+151 |
* | * string/tester.c (test_memcmp): Add a few more tests. | Ulrich Drepper | 2008-05-11 | 1 | -8/+26 |
* | [BZ #6007] | Ulrich Drepper | 2008-03-31 | 1 | -12/+12 |
* | [BZ #5614] | Ulrich Drepper | 2008-01-15 | 2 | -8/+11 |
* | [BZ #5113] | Ulrich Drepper | 2007-10-05 | 1 | -2/+2 |