summaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
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
2014-09-11Move findidx nested functions to top-level.Roland McGrath
2014-07-07PowerPC: optimized memmove for POWER7/PPC64Adhemerval Zanella
2014-07-04string/memchr.c: Merge from gnulibWill Newton
2014-07-03Fix -Wundef warning on PAGE_COPY_THRESHOLDSiddhesh Poyarekar
2014-06-16Update feature guard for strdup/strndup in <bits/string2.h>Andreas Schwab
2014-06-07Remove redundant C locale settings.Joseph Myers
2014-06-04Include LOCPATH in default test environment.Joseph Myers
2014-05-01Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller
2014-04-07string: Cosmetic cleanup of string functionsWill Newton
2014-03-20PowerPC: optimized strpbrk for POWER7Adhemerval Zanella
2014-03-20PowerPC: optimized strcspn for PPC64/POWER7Adhemerval Zanella
2014-03-11PowerPC: strspn optimization for PPC64/POWER7Vidya Ranganathan
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-03-03PowerPC: strrchr optimization for POWER7/PPC64Rajalakshmi Srinivasaraghavan
2014-02-28Make strtok benchmark competive.Ondřej Bílka
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-14Split up rules for tests that compare output with baselines.Joseph Myers
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-23Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang.Brooks Moses
2013-12-13PowerPC: multiarch wordcopy for PowerPC64Adhemerval Zanella
2013-12-13PowerPC: multirach memcmp for PowerPC64Adhemerval Zanella
2013-12-06PowerPC: multiarch strchrnul for PowerPC32Adhemerval Zanella
2013-12-06PowerPC: multiarch rawmemchr for PowerPC32Adhemerval Zanella
2013-12-06PowerPC: multiarch memchr for PowerPC32Adhemerval Zanella
2013-12-06PowerPC: multiarch mempcpy for PowerPC32Adhemerval Zanella
2013-11-26Remove duplicate ifunc tests.Ondřej Bílka
2013-11-10Fix build on hurdSamuel Thibault
2013-10-04string/tester memrchr testAlan Modra