Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-13 | Add memrchr tests | Andreas Schwab | 1 | -2/+33 | |
2011-10-12 | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | 1 | -2/+9 | |
2011-10-07 | delete 4 lines with unused "define" macros in test-memcmp | Liubov Dmitrieva | 1 | -4/+0 | |
2011-09-09 | string/strncat.c: fix compilation for some architectures | Denis Zaitceff | 1 | -0/+1 | |
2011-09-08 | Move wide char tests to wcsmbs directory | Ulrich Drepper | 3 | -7/+3 | |
2011-09-08 | New comprehensive test for wmemcmp | Liubov Dmitrieva | 3 | -42/+64 | |
2011-08-14 | More warning patrol. | Roland McGrath | 1 | -5/+2 | |
2011-08-04 | Provide better output in string tests | Ulrich Drepper | 1 | -2/+4 | |
If IMPL is called with a macro for the first parameter the macro does not get expanded before the string is stored in the impl_t data structure. | |||||
2011-08-04 | Cleanup wcscmp test addition | Ulrich Drepper | 1 | -206/+149 | |
2011-08-04 | New comprehensive test for wcscmp | Liubov Dmitrieva | 3 | -24/+160 | |
2011-07-21 | Add more tests for strcat and strncat. | Ulrich Drepper | 1 | -3/+90 | |
2011-07-19 | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | 1 | -2/+4 | |
2011-07-19 | Fix alloca accounting in strxfm | Andreas Schwab | 1 | -2/+3 | |
2011-07-06 | Add string/test-strncat.c | Ulrich Drepper | 2 | -1/+300 | |
2011-05-21 | Fix last change | Ulrich Drepper | 1 | -17/+12 | |
And optimize a bit. | |||||
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 | |
This reverts commit e513f34605747f43eed259519b6fb847591861d2. | |||||
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 | |
While at it, beef up the test suite for strnlen and add performance tests for it, too. | |||||
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 | |
This patch includes optimized 64bit memcpy/memmove for Atom, Core 2 and Core i7. It improves memcpy by up to 3X on Atom, up to 4X on Core 2 and up to 1X on Core i7. It also improves memmove by up to 3X on Atom, up to 4X on Core 2 and up to 2X on Core i7. | |||||
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 | |
Cleanup the strings.h header for XPG7 and update the tests. | |||||
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | 3 | -8/+9 | |
The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come. | |||||
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 | |
This patch implements SSE4.2 strstr/strcasestr, using Knuth-Morris-Pratt string searching algorithm. | |||||
2009-07-02 | SSSE3 strcpy/stpcpy for x86-64 | H.J. Lu | 2 | -11/+13 | |
This patch adds SSSE3 strcpy/stpcpy. I got up to 4X speed up on Core 2 and Core i7. I disabled it on Atom since SSSE3 version is slower for shorter (<64byte) data. | |||||
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 | |
STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy at the end of the page. | |||||
2009-04-07 | * string/stratcliff.c (do_test): Add memchr tests.. | Ulrich Drepper | 1 | -1/+33 | |
* sysdeps/x86_64/memchr.S: Fix handling of end of buffer after first read quad word. | |||||
2009-04-07 | * string/strverscmp.c (__strverscmp): Fix last cleanups.cvs/fedora-glibc-20090407T0657 | Ulrich Drepper | 4 | -4/+8 | |
* string/tst-svc.input: Add new test case. * string/tst-svc.expect: Adjust. * string/Makefile: Don't ignore tst-svc error. |