| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in bug-strcoll2 (Bug 18589) | Carlos O'Donell | 2015-10-09 | 2 | -2/+3 |
* | strcoll: Add bug-strcoll2 to testsuite (Bug 18589). | Carlos O'Donell | 2015-10-08 | 2 | -3/+4 |
* | strcoll: Remove incorrect STRDIFF-based optimization (Bug 18589). | Carlos O'Donell | 2015-10-08 | 2 | -37/+94 |
* | Let 'make check subdirs=string' succeed even when it's invoked | Martin Sebor | 2015-09-28 | 2 | -2/+14 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 1 | -1/+1 |
* | S390: Optimize wmemset. | Stefan Liebler | 2015-08-26 | 1 | -32/+58 |
* | S390: Optimize memccpy. | Stefan Liebler | 2015-08-26 | 1 | -0/+4 |
* | S390: Optimize memchr, rawmemchr and wmemchr. | Stefan Liebler | 2015-08-26 | 1 | -34/+57 |
* | S390: Optimize strcspn and wcscspn. | Stefan Liebler | 2015-08-26 | 1 | -13/+34 |
* | S390: Optimize strpbrk and wcspbrk. | Stefan Liebler | 2015-08-26 | 1 | -49/+81 |
* | S390: Optimize strspn and wcsspn. | Stefan Liebler | 2015-08-26 | 1 | -36/+63 |
* | S390: Optimize strchrnul and wcschrnul. | Stefan Liebler | 2015-08-26 | 1 | -8/+18 |
* | S390: Optimize strchr and wcschr. | Stefan Liebler | 2015-08-26 | 1 | -2/+6 |
* | S390: Optimize strcmp and wcscmp. | Stefan Liebler | 2015-08-26 | 1 | -1/+5 |
* | S390: Optimize strncat wcsncat. | Stefan Liebler | 2015-08-26 | 1 | -52/+86 |
* | S390: Optimize strcat and wcscat. | Stefan Liebler | 2015-08-26 | 2 | -47/+85 |
* | S390: Optimize stpncpy and wcpncpy. | Stefan Liebler | 2015-08-26 | 1 | -11/+30 |
* | S390: Optimize strncpy and wcsncpy. | Stefan Liebler | 2015-08-26 | 1 | -46/+85 |
* | S390: Optimize stpcpy and wcpcpy. | Stefan Liebler | 2015-08-26 | 1 | -10/+25 |
* | S390: Optimize strnlen and wcsnlen. | Stefan Liebler | 2015-08-26 | 1 | -33/+54 |
* | S390: Optimize strlen and wcslen. | Stefan Liebler | 2015-08-26 | 1 | -1/+5 |
* | Improve stpncpy performance by using __strnlen/memcpy/memset rather than a | Wilco Dijkstra | 2015-08-19 | 1 | -54/+5 |
* | Port the 0x7efe...feff pattern to GCC 6. | Paul Eggert | 2015-08-18 | 4 | -32/+8 |
* | stpncpy: fix size checking [BZ #18975] | Zack Weinberg | 2015-08-14 | 1 | -1/+1 |
* | powerpc: Use default strcpy optimization for POWER7 | Adhemerval Zanella | 2015-08-11 | 2 | -13/+9 |
* | Modify several tests to use test-skeleton.c | Arjun Shankar | 2015-08-06 | 2 | -4/+10 |
* | Improve performance of mempcpy by inlining and using memcpy. Enable | Wilco Dijkstra | 2015-08-05 | 1 | -0/+19 |
* | Improve memccpy performance by using memchr/memcpy/mempcpy rather than | Wilco Dijkstra | 2015-08-05 | 1 | -7/+4 |
* | This patch improves strncpy performance by using strnlen/memcpy rather than a... | Wilco Dijkstra | 2015-08-05 | 1 | -54/+5 |
* | remove unnecessary memset in strcoll | Leonhard Holz | 2015-06-22 | 1 | -2/+5 |
* | remove now unused idxnow in strcoll | Leonhard Holz | 2015-06-22 | 1 | -1/+0 |
* | Use libc_hidden_proto / libc_hidden_def with __strnlen. | Joseph Myers | 2015-06-02 | 1 | -0/+1 |
* | Fix pathconf basename namespace (bug 18444). | Joseph Myers | 2015-05-22 | 1 | -2/+4 |
* | Improve strcoll with strdiff. | Leonhard Holz | 2015-05-12 | 1 | -1/+37 |
* | Use correct signedness in wcsncmp | Stefan Liebler | 2015-04-13 | 1 | -49/+129 |
* | Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631) | Andreas Schwab | 2015-03-04 | 2 | -12/+4 |
* | Rather than using a C implementation of memmove, directly call memmove, which | Wilco Dijkstra | 2015-02-27 | 1 | -9/+5 |
* | Rather than using a C implementation of memset, directly call memset, which | Wilco Dijkstra | 2015-02-27 | 1 | -55/+2 |
* | Remove unused definitions | Leonhard Holz | 2015-02-11 | 2 | -2/+0 |
* | Fix memory handling in strxfrm_l [BZ #16009] | Leonhard Holz | 2015-01-13 | 1 | -94/+394 |
* | Revert "Suppress warning in string/tester.c for gcc 4.9" | Ondřej Bílka | 2015-01-06 | 1 | -3/+3 |
* | Suppress warning in string/tester.c for gcc 4.9 | Ondřej Bílka | 2015-01-06 | 1 | -3/+3 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 121 | -121/+121 |
* | * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy. | Richard Earnshaw | 2014-12-23 | 1 | -8/+2 |
* | Simplify strncat. | Ondřej Bílka | 2014-12-19 | 1 | -44/+3 |
* | Ignore warning in string/tester.c. | Torvald Riegel | 2014-12-16 | 1 | -0/+8 |
* | Don't use __warn_memset_zero_len for gcc-5.0 or newer | Siddhesh Poyarekar | 2014-11-27 | 1 | -0/+6 |
* | Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests. | Joseph Myers | 2014-11-26 | 1 | -3/+2 |
* | Fix test-strchr.c warnings for wide string testing. | Joseph Myers | 2014-11-26 | 1 | -3/+5 |
* | Fix typo. | Wilco Dijkstra | 2014-11-24 | 1 | -1/+1 |