summaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
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
2013-10-04string/test-memcpy error reportingAlan Modra
2013-09-23Check for integer overflow in cache size computation in strcollSiddhesh Poyarekar
2013-09-23Fall back to non-cached sequence traversal and comparison on malloc failSiddhesh Poyarekar
2013-09-20Make __ffs hiddenAndreas Schwab
2013-09-05Add memrchr testcaseAdhemerval Zanella
2013-08-27Fix missing declaration of LC_CTYPE nonascii-case elementAndreas Schwab
2013-08-20Simplify strcoll implementationSiddhesh Poyarekar
2013-06-26Add a test for BZ #15674H.J. Lu
2013-06-20Fix loop construction to functions callsAdhemerval Zanella
2013-06-11Remove performance-related bits from string testsSiddhesh Poyarekar
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-06-04Add copyright header to test-strchrnul.cSiddhesh Poyarekar
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-05-01Remove duplicate __strcmp_cgOndrej Bilka
2013-02-17Sort Versions filesAndreas Jaeger
2013-02-15Remove bounded-pointers build system support.Joseph Myers
2013-02-15Remove miscellaneous bounded-pointers relics in C code.Joseph Myers
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers