about summary refs log tree commit diff
path: root/string
Commit message (Collapse)AuthorAgeFilesLines
...
* Add strchrnul performance testUlrich Drepper2011-10-293-8/+23
|
* Fix strchr testAndreas Schwab2011-10-251-11/+15
|
* Fix strnlen changeUlrich Drepper2011-10-231-6/+4
|
* Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva2011-10-231-2/+9
|
* Fix WSUlrich Drepper2011-10-231-7/+7
|
* Add wcschr test casesLiubov Dmitrieva2011-10-231-53/+78
|
* Add wcslen test casesLiubov Dmitrieva2011-10-231-39/+46
|
* More WS fixesUlrich Drepper2011-10-231-4/+4
|
* Fix signedness in wcscmp comparisonLiubov Dmitrieva2011-10-231-14/+75
|
* Optimize x86-64 rawmemchr and add testUlrich Drepper2011-10-192-1/+190
|
* Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva2011-10-151-15/+32
|
* Add memrchr testsAndreas Schwab2011-10-131-2/+33
|
* Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva2011-10-121-2/+9
|
* delete 4 lines with unused "define" macros in test-memcmpLiubov Dmitrieva2011-10-071-4/+0
|
* string/strncat.c: fix compilation for some architecturesDenis Zaitceff2011-09-091-0/+1
|
* Move wide char tests to wcsmbs directoryUlrich Drepper2011-09-083-7/+3
|
* New comprehensive test for wmemcmpLiubov Dmitrieva2011-09-083-42/+64
|
* More warning patrol.Roland McGrath2011-08-141-5/+2
|
* Provide better output in string testsUlrich Drepper2011-08-041-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 additionUlrich Drepper2011-08-041-206/+149
|
* New comprehensive test for wcscmpLiubov Dmitrieva2011-08-043-24/+160
|
* Add more tests for strcat and strncat.Ulrich Drepper2011-07-211-3/+90
|
* Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-07-191-2/+4
|
* Fix alloca accounting in strxfmAndreas Schwab2011-07-191-2/+3
|
* Add string/test-strncat.cUlrich Drepper2011-07-062-1/+300
|
* Fix last changeUlrich Drepper2011-05-211-17/+12
| | | | And optimize a bit.
* Always fill output buffer in XPG strerror functionUlrich Drepper2011-05-211-8/+9
|
* Nicer output for negative error numbers in strerror_rUlrich Drepper2011-05-211-3/+11
|
* Revert "Fix strncmp page test to limit length to size of object"Andreas Schwab2011-04-071-4/+3
| | | | This reverts commit e513f34605747f43eed259519b6fb847591861d2.
* Fix strncmp page test to limit length to size of objectAndreas Schwab2011-04-051-3/+4
|
* Fix whitespace issue.Ulrich Drepper2011-03-211-8/+8
|
* Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu2011-03-211-0/+41
|
* Change XPG-compliant strerror_r function to return error code.Ulrich Drepper2010-12-251-9/+4
|
* Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek2010-12-091-5/+3
|
* Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu2010-11-101-4/+35
|
* Add missing file.Ulrich Drepper2010-10-261-0/+14
|
* Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel2010-10-261-1/+1
|
* Add test case for strstr problem.Ulrich Drepper2010-10-061-1/+3
|
* Fix strstr and memmem algorithm.Eric Blake2010-10-062-1/+27
|
* Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper2010-10-031-37/+107
|
* Add optimized strncasecmp versions for x86-64.Ulrich Drepper2010-08-142-1/+319
|
* Implement optimized strcaecmp for x86-64.Ulrich Drepper2010-07-302-1/+277
|
* Fix tolower operation in strcasestr.Ulrich Drepper2010-07-301-1/+1
|
* Add optimized x86-64 implementation of strnlen.Ulrich Drepper2010-07-264-21/+229
| | | | | While at it, beef up the test suite for strnlen and add performance tests for it, too.
* Add performance tests for strstr and strcasestr.Ulrich Drepper2010-07-235-6/+399
|
* Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu2010-06-301-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.
* Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.SH.J. Lu2010-04-151-4/+35
|
* Test case for last x86 memcmp problemH.J. Lu2010-03-241-4/+261
|
* Relax onditions in strings.h.Ulrich Drepper2010-01-141-2/+2
|
* Cleanup strings.h.Ulrich Drepper2010-01-101-14/+19
| | | | Cleanup the strings.h header for XPG7 and update the tests.