summaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
2017-01-25string/tst-strcoll-overflow: Do not accept timeout as test resultFlorian Weimer
2017-01-17S390: Fix FAIL in test string/tst-xbzero-opt [BZ #21006]Stefan Liebler
2017-01-11Make endian-conversion macros always return correct types (bug 16458).Joseph Myers
2017-01-09Move fortified explicit_bzero back to string3Adhemerval Zanella
2017-01-05Use fortify macros for b{zero,copy} along decl from strings.hAdhemerval Zanella
2017-01-04Fix string/tester.c for GCC 7 -Wstringop-overflow=.Joseph Myers
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-27Fix x86_64 memchr for large input sizesAdhemerval Zanella
2016-12-26Disable stack protector in early static initialization [BZ #7065]Nick Alcock
2016-12-21This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra
2016-12-20Do not require memset elimination in explicit_bzero testFlorian Weimer
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg
2016-12-16Fix typos and missing closing bracket in test-memchr.cAdhemerval Zanella
2016-12-16Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella
2016-12-14Improve strtok and strtok_r performance. Instead of calling strpbrk whichWilco Dijkstra
2016-12-14Improve generic rawmemchr for targets that don't have anWilco Dijkstra
2016-11-16Correct comments in string.h re strcoll_l, strxfrm_l.Zack Weinberg
2016-11-14Fix typo in string/bits/string2.h.Zack Weinberg
2016-10-29Bug 20729: Fix building with -Os.Carlos O'Donell
2016-09-29Remove C++ style comments from string3.hAdhemerval Zanella
2016-08-26string: More tests for strcmp, strcasecmp, strncmp, strncasecmpFlorian Weimer
2016-08-02Fix wide-char testsuite SIGBUS on platforms such as Sparc.David S. Miller
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers
2016-05-18Clear destination buffer updated by the previous runH.J. Lu
2016-04-18Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compati...Wilco Dijkstra
2016-04-15Remove pre GCC3.2 optimizations from string/bits/string2.h.Wilco Dijkstra
2016-04-01Use PTR_ALIGN_DOWN on strcspn and strspnAdhemerval Zanella
2016-04-01Improve generic strpbrk performanceAdhemerval Zanella
2016-04-01Improve generic strspn performanceAdhemerval Zanella
2016-04-01Improve generic strcspn performanceWilco Dijkstra
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu
2016-01-25S390: Fix build failure in test string/tst-endian.c with gcc 6.Stefan Liebler
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-09Fix typo in bug-strcoll2 (Bug 18589)Carlos O'Donell
2015-10-08strcoll: Add bug-strcoll2 to testsuite (Bug 18589).Carlos O'Donell
2015-10-08strcoll: Remove incorrect STRDIFF-based optimization (Bug 18589).Carlos O'Donell
2015-09-28Let 'make check subdirs=string' succeed even when it's invokedMartin Sebor
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-08-26S390: Optimize wmemset.Stefan Liebler
2015-08-26S390: Optimize memccpy.Stefan Liebler
2015-08-26S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler
2015-08-26S390: Optimize strcspn and wcscspn.Stefan Liebler
2015-08-26S390: Optimize strpbrk and wcspbrk.Stefan Liebler
2015-08-26S390: Optimize strspn and wcsspn.Stefan Liebler
2015-08-26S390: Optimize strchrnul and wcschrnul.Stefan Liebler
2015-08-26S390: Optimize strchr and wcschr.Stefan Liebler