Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WP fixes | 2011-12-17 | 1 | -3/+5 | |
| | |||||
* | Optimized wcschr and wcscpy for x86-64 and x86-32 | 2011-12-17 | 1 | -9/+8 | |
| | |||||
* | WP cleanup | 2011-12-17 | 2 | -11/+11 | |
| | |||||
* | Fix WP | 2011-12-17 | 1 | -5/+7 | |
| | |||||
* | Add tests for wcsrchr and wcscpy | 2011-12-17 | 2 | -88/+150 | |
| | |||||
* | Fix access after end of search string in regex matcher | 2011-11-30 | 2 | -4/+4 | |
| | |||||
* | Add strchrnul performance test | 2011-10-29 | 3 | -8/+23 | |
| | |||||
* | Fix strchr test | 2011-10-25 | 1 | -11/+15 | |
| | |||||
* | Fix strnlen change | 2011-10-23 | 1 | -6/+4 | |
| | |||||
* | Add optimized wcslen and strnlen for x86-32 | 2011-10-23 | 1 | -2/+9 | |
| | |||||
* | Fix WS | 2011-10-23 | 1 | -7/+7 | |
| | |||||
* | Add wcschr test cases | 2011-10-23 | 1 | -53/+78 | |
| | |||||
* | Add wcslen test cases | 2011-10-23 | 1 | -39/+46 | |
| | |||||
* | More WS fixes | 2011-10-23 | 1 | -4/+4 | |
| | |||||
* | Fix signedness in wcscmp comparison | 2011-10-23 | 1 | -14/+75 | |
| | |||||
* | Optimize x86-64 rawmemchr and add test | 2011-10-19 | 2 | -1/+190 | |
| | |||||
* | Optimized memcmp and wmemcmp for x86-64 and x86-32 | 2011-10-15 | 1 | -15/+32 | |
| | |||||
* | Add memrchr tests | 2011-10-13 | 1 | -2/+33 | |
| | |||||
* | Optimized memchr, memrchr, rawmemchr for x86-32 | 2011-10-12 | 1 | -2/+9 | |
| | |||||
* | delete 4 lines with unused "define" macros in test-memcmp | 2011-10-07 | 1 | -4/+0 | |
| | |||||
* | string/strncat.c: fix compilation for some architectures | 2011-09-09 | 1 | -0/+1 | |
| | |||||
* | Move wide char tests to wcsmbs directory | 2011-09-08 | 3 | -7/+3 | |
| | |||||
* | New comprehensive test for wmemcmp | 2011-09-08 | 3 | -42/+64 | |
| | |||||
* | More warning patrol. | 2011-08-14 | 1 | -5/+2 | |
| | |||||
* | Provide better output in string tests | 2011-08-04 | 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. | ||||
* | Cleanup wcscmp test addition | 2011-08-04 | 1 | -206/+149 | |
| | |||||
* | New comprehensive test for wcscmp | 2011-08-04 | 3 | -24/+160 | |
| | |||||
* | Add more tests for strcat and strncat. | 2011-07-21 | 1 | -3/+90 | |
| | |||||
* | Improve 64 bit strcat functions with SSE2/SSSE3 | 2011-07-19 | 1 | -2/+4 | |
| | |||||
* | Fix alloca accounting in strxfm | 2011-07-19 | 1 | -2/+3 | |
| | |||||
* | Add string/test-strncat.c | 2011-07-06 | 2 | -1/+300 | |
| | |||||
* | Fix last change | 2011-05-21 | 1 | -17/+12 | |
| | | | | And optimize a bit. | ||||
* | Always fill output buffer in XPG strerror function | 2011-05-21 | 1 | -8/+9 | |
| | |||||
* | Nicer output for negative error numbers in strerror_r | 2011-05-21 | 1 | -3/+11 | |
| | |||||
* | Revert "Fix strncmp page test to limit length to size of object" | 2011-04-07 | 1 | -4/+3 | |
| | | | | This reverts commit e513f34605747f43eed259519b6fb847591861d2. | ||||
* | Fix strncmp page test to limit length to size of object | 2011-04-05 | 1 | -3/+4 | |
| | |||||
* | Fix whitespace issue. | 2011-03-21 | 1 | -8/+8 | |
| | |||||
* | Handle page boundaries in x86 SSE4.2 strncmp. | 2011-03-21 | 1 | -0/+41 | |
| | |||||
* | Change XPG-compliant strerror_r function to return error code. | 2010-12-25 | 1 | -9/+4 | |
| | |||||
* | Fix -D_FORTIFY_SOURCE memmove and bcop | 2010-12-09 | 1 | -5/+3 | |
| | |||||
* | Fix one exit path in x86-64 SSE4.2 str{,n}casecmp. | 2010-11-10 | 1 | -4/+35 | |
| | |||||
* | Add missing file. | 2010-10-26 | 1 | -0/+14 | |
| | |||||
* | Fix concurrency problem between dl_open and dl_iterate_phdr | 2010-10-26 | 1 | -1/+1 | |
| | |||||
* | Add test case for strstr problem. | 2010-10-06 | 1 | -1/+3 | |
| | |||||
* | Fix strstr and memmem algorithm. | 2010-10-06 | 2 | -1/+27 | |
| | |||||
* | Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmp | 2010-10-03 | 1 | -37/+107 | |
| | |||||
* | Add optimized strncasecmp versions for x86-64. | 2010-08-14 | 2 | -1/+319 | |
| | |||||
* | Implement optimized strcaecmp for x86-64. | 2010-07-30 | 2 | -1/+277 | |
| | |||||
* | Fix tolower operation in strcasestr. | 2010-07-30 | 1 | -1/+1 | |
| | |||||
* | Add optimized x86-64 implementation of strnlen. | 2010-07-26 | 4 | -21/+229 | |
| | | | | | While at it, beef up the test suite for strnlen and add performance tests for it, too. |