Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-17 | WP fixes | Ulrich Drepper | 1 | -3/+5 | |
2011-12-17 | Optimized wcschr and wcscpy for x86-64 and x86-32 | Ulrich Drepper | 1 | -9/+8 | |
2011-12-17 | WP cleanup | Ulrich Drepper | 2 | -11/+11 | |
2011-12-17 | Fix WP | Ulrich Drepper | 1 | -5/+7 | |
2011-12-17 | Add tests for wcsrchr and wcscpy | Ulrich Drepper | 2 | -88/+150 | |
2011-11-30 | Fix access after end of search string in regex matcher | Andreas Schwab | 2 | -4/+4 | |
2011-10-29 | Add strchrnul performance test | Ulrich Drepper | 3 | -8/+23 | |
2011-10-25 | Fix strchr test | Andreas Schwab | 1 | -11/+15 | |
2011-10-23 | Fix strnlen change | Ulrich Drepper | 1 | -6/+4 | |
2011-10-23 | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva | 1 | -2/+9 | |
2011-10-23 | Fix WS | Ulrich Drepper | 1 | -7/+7 | |
2011-10-23 | Add wcschr test cases | Liubov Dmitrieva | 1 | -53/+78 | |
2011-10-23 | Add wcslen test cases | Liubov Dmitrieva | 1 | -39/+46 | |
2011-10-23 | More WS fixes | Ulrich Drepper | 1 | -4/+4 | |
2011-10-23 | Fix signedness in wcscmp comparison | Liubov Dmitrieva | 1 | -14/+75 | |
2011-10-19 | Optimize x86-64 rawmemchr and add test | Ulrich Drepper | 2 | -1/+190 | |
2011-10-15 | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | 1 | -15/+32 | |
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. |