summaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
2015-08-26S390: Optimize strchrnul and wcschrnul.Stefan Liebler
2015-08-26S390: Optimize strchr and wcschr.Stefan Liebler
2015-08-26S390: Optimize strcmp and wcscmp.Stefan Liebler
2015-08-26S390: Optimize strncat wcsncat.Stefan Liebler
2015-08-26S390: Optimize strcat and wcscat.Stefan Liebler
2015-08-26S390: Optimize stpncpy and wcpncpy.Stefan Liebler
2015-08-26S390: Optimize strncpy and wcsncpy.Stefan Liebler
2015-08-26S390: Optimize stpcpy and wcpcpy.Stefan Liebler
2015-08-26S390: Optimize strnlen and wcsnlen.Stefan Liebler
2015-08-26S390: Optimize strlen and wcslen.Stefan Liebler
2015-08-19Improve stpncpy performance by using __strnlen/memcpy/memset rather than aWilco Dijkstra
2015-08-18Port the 0x7efe...feff pattern to GCC 6.Paul Eggert
2015-08-14stpncpy: fix size checking [BZ #18975]Zack Weinberg
2015-08-11powerpc: Use default strcpy optimization for POWER7Adhemerval Zanella
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar
2015-08-05Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra
2015-08-05Improve memccpy performance by using memchr/memcpy/mempcpy rather thanWilco Dijkstra
2015-08-05This patch improves strncpy performance by using strnlen/memcpy rather than a...Wilco Dijkstra
2015-06-22remove unnecessary memset in strcollLeonhard Holz
2015-06-22remove now unused idxnow in strcollLeonhard Holz
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers
2015-05-22Fix pathconf basename namespace (bug 18444).Joseph Myers
2015-05-12Improve strcoll with strdiff.Leonhard Holz
2015-04-13Use correct signedness in wcsncmpStefan Liebler
2015-03-04Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631)Andreas Schwab
2015-02-27Rather than using a C implementation of memmove, directly call memmove, whichWilco Dijkstra
2015-02-27Rather than using a C implementation of memset, directly call memset, whichWilco Dijkstra
2015-02-11Remove unused definitionsLeonhard Holz
2015-01-13Fix memory handling in strxfrm_l [BZ #16009]Leonhard Holz
2015-01-06Revert "Suppress warning in string/tester.c for gcc 4.9"Ondřej Bílka
2015-01-06Suppress warning in string/tester.c for gcc 4.9Ondřej Bílka
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-23* string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.Richard Earnshaw
2014-12-19 Simplify strncat.Ondřej Bílka
2014-12-16Ignore warning in string/tester.c.Torvald Riegel
2014-11-27Don't use __warn_memset_zero_len for gcc-5.0 or newerSiddhesh Poyarekar
2014-11-26Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.Joseph Myers
2014-11-26Fix test-strchr.c warnings for wide string testing.Joseph Myers
2014-11-24Fix typo.Wilco Dijkstra
2014-11-24Improve performance of strncpy.Wilco Dijkstra
2014-11-24Improve strcpy performance.Wilco Dijkstra
2014-11-24Speed up strcoll by inliningLeonhard Holz
2014-11-14Fix build of C mempcpy and stpcpy.Joseph Myers
2014-11-12Fix locale memmem namespace (bug 17585).Joseph Myers
2014-11-12Fix tst-strcoll-overflow returning before timeout (BZ #17506)Leonhard Holz
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-10-24This patch improves strncat performance by using strlen. Strlen has a fast C ...Wilco Dijkstra
2014-10-24This patch improves strcat performance by using strlen and strcpy. Strlen has...Wilco Dijkstra
2014-10-17Fix up incorrect formatting in last commitSiddhesh Poyarekar
2014-10-17strcoll: improve performance by removing the cache (#15884)Leonhard Holz