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