aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)AuthorFilesLines
2014-11-27Don't use __warn_memset_zero_len for gcc-5.0 or newerSiddhesh Poyarekar1-0/+6
2014-11-26Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.Joseph Myers1-3/+2
2014-11-26Fix test-strchr.c warnings for wide string testing.Joseph Myers1-3/+5
2014-11-24Fix typo.Wilco Dijkstra1-1/+1
2014-11-24Improve performance of strncpy.Wilco Dijkstra1-9/+5
2014-11-24Improve strcpy performance.Wilco Dijkstra1-12/+1
2014-11-24Speed up strcoll by inliningLeonhard Holz1-2/+2
2014-11-14Fix build of C mempcpy and stpcpy.Joseph Myers2-0/+2
2014-11-12Fix locale memmem namespace (bug 17585).Joseph Myers1-3/+6
2014-11-12Fix tst-strcoll-overflow returning before timeout (BZ #17506)Leonhard Holz1-0/+1
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar5-10/+25
2014-10-24This patch improves strncat performance by using strlen. Strlen has a fast C ...Wilco Dijkstra1-4/+2
2014-10-24This patch improves strcat performance by using strlen and strcpy. Strlen has...Wilco Dijkstra1-20/+1
2014-10-17Fix up incorrect formatting in last commitSiddhesh Poyarekar1-4/+4
2014-10-17strcoll: improve performance by removing the cache (#15884)Leonhard Holz1-318/+26
2014-09-11Move findidx nested functions to top-level.Roland McGrath2-8/+6
2014-07-07PowerPC: optimized memmove for POWER7/PPC64Adhemerval Zanella1-1/+1
2014-07-04string/memchr.c: Merge from gnulibWill Newton1-139/+94
2014-07-03Fix -Wundef warning on PAGE_COPY_THRESHOLDSiddhesh Poyarekar2-2/+0
2014-06-16Update feature guard for strdup/strndup in <bits/string2.h>Andreas Schwab1-2/+2
2014-06-07Remove redundant C locale settings.Joseph Myers1-3/+0
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-5/+0
2014-05-01Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller1-0/+28
2014-04-07string: Cosmetic cleanup of string functionsWill Newton10-47/+10
2014-03-20PowerPC: optimized strpbrk for POWER7Adhemerval Zanella1-10/+6
2014-03-20PowerPC: optimized strcspn for PPC64/POWER7Adhemerval Zanella1-15/+6
2014-03-11PowerPC: strspn optimization for PPC64/POWER7Vidya Ranganathan1-3/+4
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-1/+4
2014-03-03PowerPC: strrchr optimization for POWER7/PPC64Rajalakshmi Srinivasaraghavan1-1/+5
2014-02-28Make strtok benchmark competive.Ondřej Bílka1-1/+5
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-0/+2
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-1/+2
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2-7/+6
2014-02-14Split up rules for tests that compare output with baselines.Joseph Myers1-5/+3
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2-3/+3
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers5-12/+12
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka4-4/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae121-121/+121
2013-12-23Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang.Brooks Moses2-4/+12
2013-12-13PowerPC: multiarch wordcopy for PowerPC64Adhemerval Zanella1-16/+20
2013-12-13PowerPC: multirach memcmp for PowerPC64Adhemerval Zanella1-1/+5
2013-12-06PowerPC: multiarch strchrnul for PowerPC32Adhemerval Zanella1-1/+5
2013-12-06PowerPC: multiarch rawmemchr for PowerPC32Adhemerval Zanella1-1/+4
2013-12-06PowerPC: multiarch memchr for PowerPC32Adhemerval Zanella1-1/+5
2013-12-06PowerPC: multiarch mempcpy for PowerPC32Adhemerval Zanella1-1/+5
2013-11-26Remove duplicate ifunc tests.Ondřej Bílka34-645/+1
2013-11-10Fix build on hurdSamuel Thibault1-0/+1
2013-10-04string/tester memrchr testAlan Modra1-3/+3
2013-10-04string/test-memcpy error reportingAlan Modra1-2/+2
2013-09-23Check for integer overflow in cache size computation in strcollSiddhesh Poyarekar3-1/+72