Age | Commit message (Expand) | Author |
2016-11-16 | Correct comments in string.h re strcoll_l, strxfrm_l. | Zack Weinberg |
2016-11-14 | Fix typo in string/bits/string2.h. | Zack Weinberg |
2016-10-29 | Bug 20729: Fix building with -Os. | Carlos O'Donell |
2016-09-29 | Remove C++ style comments from string3.h | Adhemerval Zanella |
2016-08-26 | string: More tests for strcmp, strcasecmp, strncmp, strncasecmp | Florian Weimer |
2016-08-02 | Fix wide-char testsuite SIGBUS on platforms such as Sparc. | David S. Miller |
2016-08-02 | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers |
2016-05-18 | Clear destination buffer updated by the previous run | H.J. Lu |
2016-04-18 | Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compati... | Wilco Dijkstra |
2016-04-15 | Remove pre GCC3.2 optimizations from string/bits/string2.h. | Wilco Dijkstra |
2016-04-01 | Use PTR_ALIGN_DOWN on strcspn and strspn | Adhemerval Zanella |
2016-04-01 | Improve generic strpbrk performance | Adhemerval Zanella |
2016-04-01 | Improve generic strspn performance | Adhemerval Zanella |
2016-04-01 | Improve generic strcspn performance | Wilco Dijkstra |
2016-02-18 | Add _STRING_INLINE_unaligned and string_private.h | H.J. Lu |
2016-01-25 | S390: Fix build failure in test string/tst-endian.c with gcc 6. | Stefan Liebler |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-10-20 | Convert miscellaneous function definitions to prototype style. | Joseph Myers |
2015-10-20 | Convert 29 more function definitions to prototype style (multiple parameters ... | Joseph Myers |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers |
2015-10-09 | Fix typo in bug-strcoll2 (Bug 18589) | Carlos O'Donell |
2015-10-08 | strcoll: Add bug-strcoll2 to testsuite (Bug 18589). | Carlos O'Donell |
2015-10-08 | strcoll: Remove incorrect STRDIFF-based optimization (Bug 18589). | Carlos O'Donell |
2015-09-28 | Let 'make check subdirs=string' succeed even when it's invoked | Martin Sebor |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers |
2015-08-26 | S390: Optimize wmemset. | Stefan Liebler |
2015-08-26 | S390: Optimize memccpy. | Stefan Liebler |
2015-08-26 | S390: Optimize memchr, rawmemchr and wmemchr. | Stefan Liebler |
2015-08-26 | S390: Optimize strcspn and wcscspn. | Stefan Liebler |
2015-08-26 | S390: Optimize strpbrk and wcspbrk. | Stefan Liebler |
2015-08-26 | S390: Optimize strspn and wcsspn. | Stefan Liebler |
2015-08-26 | S390: Optimize strchrnul and wcschrnul. | Stefan Liebler |
2015-08-26 | S390: Optimize strchr and wcschr. | Stefan Liebler |
2015-08-26 | S390: Optimize strcmp and wcscmp. | Stefan Liebler |
2015-08-26 | S390: Optimize strncat wcsncat. | Stefan Liebler |
2015-08-26 | S390: Optimize strcat and wcscat. | Stefan Liebler |
2015-08-26 | S390: Optimize stpncpy and wcpncpy. | Stefan Liebler |
2015-08-26 | S390: Optimize strncpy and wcsncpy. | Stefan Liebler |
2015-08-26 | S390: Optimize stpcpy and wcpcpy. | Stefan Liebler |
2015-08-26 | S390: Optimize strnlen and wcsnlen. | Stefan Liebler |
2015-08-26 | S390: Optimize strlen and wcslen. | Stefan Liebler |
2015-08-19 | Improve stpncpy performance by using __strnlen/memcpy/memset rather than a | Wilco Dijkstra |
2015-08-18 | Port the 0x7efe...feff pattern to GCC 6. | Paul Eggert |
2015-08-14 | stpncpy: fix size checking [BZ #18975] | Zack Weinberg |
2015-08-11 | powerpc: Use default strcpy optimization for POWER7 | Adhemerval Zanella |
2015-08-06 | Modify several tests to use test-skeleton.c | Arjun Shankar |
2015-08-05 | Improve performance of mempcpy by inlining and using memcpy. Enable | Wilco Dijkstra |
2015-08-05 | Improve memccpy performance by using memchr/memcpy/mempcpy rather than | Wilco Dijkstra |
2015-08-05 | This patch improves strncpy performance by using strnlen/memcpy rather than a... | Wilco Dijkstra |
2015-06-22 | remove unnecessary memset in strcoll | Leonhard Holz |