summaryrefslogtreecommitdiff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* Fix up incorrect formatting in last commitSiddhesh Poyarekar2014-10-171-4/+4
* strcoll: improve performance by removing the cache (#15884)Leonhard Holz2014-10-171-318/+26
* Move findidx nested functions to top-level.Roland McGrath2014-09-112-8/+6
* PowerPC: optimized memmove for POWER7/PPC64Adhemerval Zanella2014-07-071-1/+1
* string/memchr.c: Merge from gnulibWill Newton2014-07-041-139/+94
* Fix -Wundef warning on PAGE_COPY_THRESHOLDSiddhesh Poyarekar2014-07-032-2/+0
* Update feature guard for strdup/strndup in <bits/string2.h>Andreas Schwab2014-06-161-2/+2
* Remove redundant C locale settings.Joseph Myers2014-06-071-3/+0
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-5/+0
* Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller2014-05-011-0/+28
* string: Cosmetic cleanup of string functionsWill Newton2014-04-0710-47/+10
* PowerPC: optimized strpbrk for POWER7Adhemerval Zanella2014-03-201-10/+6
* PowerPC: optimized strcspn for PPC64/POWER7Adhemerval Zanella2014-03-201-15/+6
* PowerPC: strspn optimization for PPC64/POWER7Vidya Ranganathan2014-03-111-3/+4
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-1/+4
* PowerPC: strrchr optimization for POWER7/PPC64Rajalakshmi Srinivasaraghavan2014-03-031-1/+5
* Make strtok benchmark competive.Ondřej Bílka2014-02-281-1/+5
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-0/+2
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-1/+2
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-212-7/+6
* Split up rules for tests that compare output with baselines.Joseph Myers2014-02-141-5/+3
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-132-3/+3
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-125-12/+12
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-104-4/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-01121-121/+121
* Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang.Brooks Moses2013-12-232-4/+12
* PowerPC: multiarch wordcopy for PowerPC64Adhemerval Zanella2013-12-131-16/+20
* PowerPC: multirach memcmp for PowerPC64Adhemerval Zanella2013-12-131-1/+5
* PowerPC: multiarch strchrnul for PowerPC32Adhemerval Zanella2013-12-061-1/+5
* PowerPC: multiarch rawmemchr for PowerPC32Adhemerval Zanella2013-12-061-1/+4
* PowerPC: multiarch memchr for PowerPC32Adhemerval Zanella2013-12-061-1/+5
* PowerPC: multiarch mempcpy for PowerPC32Adhemerval Zanella2013-12-061-1/+5
* Remove duplicate ifunc tests.Ondřej Bílka2013-11-2634-645/+1
* Fix build on hurdSamuel Thibault2013-11-101-0/+1
* string/tester memrchr testAlan Modra2013-10-041-3/+3
* string/test-memcpy error reportingAlan Modra2013-10-041-2/+2
* Check for integer overflow in cache size computation in strcollSiddhesh Poyarekar2013-09-233-1/+72
* Fall back to non-cached sequence traversal and comparison on malloc failSiddhesh Poyarekar2013-09-231-31/+234
* Make __ffs hiddenAndreas Schwab2013-09-201-0/+1
* Add memrchr testcaseAdhemerval Zanella2013-09-053-1/+190
* Fix missing declaration of LC_CTYPE nonascii-case elementAndreas Schwab2013-08-273-8/+48
* Simplify strcoll implementationSiddhesh Poyarekar2013-08-201-406/+295
* Add a test for BZ #15674H.J. Lu2013-06-261-0/+24
* Fix loop construction to functions callsAdhemerval Zanella2013-06-204-0/+4
* Remove performance-related bits from string testsSiddhesh Poyarekar2013-06-1125-620/+0
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-075-22/+22
* Add copyright header to test-strchrnul.cSiddhesh Poyarekar2013-06-041-0/+19
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-1/+1
* Remove duplicate __strcmp_cgOndrej Bilka2013-05-011-24/+1
* Sort Versions filesAndreas Jaeger2013-02-171-2/+2