Age | Commit message (Expand) | Author |
2014-12-19 | Simplify strncat. | Ondřej Bílka |
2014-12-16 | Ignore warning in string/tester.c. | Torvald Riegel |
2014-11-27 | Don't use __warn_memset_zero_len for gcc-5.0 or newer | Siddhesh Poyarekar |
2014-11-26 | Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests. | Joseph Myers |
2014-11-26 | Fix test-strchr.c warnings for wide string testing. | Joseph Myers |
2014-11-24 | Fix typo. | Wilco Dijkstra |
2014-11-24 | Improve performance of strncpy. | Wilco Dijkstra |
2014-11-24 | Improve strcpy performance. | Wilco Dijkstra |
2014-11-24 | Speed up strcoll by inlining | Leonhard Holz |
2014-11-14 | Fix build of C mempcpy and stpcpy. | Joseph Myers |
2014-11-12 | Fix locale memmem namespace (bug 17585). | Joseph Myers |
2014-11-12 | Fix tst-strcoll-overflow returning before timeout (BZ #17506) | Leonhard Holz |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar |
2014-10-24 | This patch improves strncat performance by using strlen. Strlen has a fast C ... | Wilco Dijkstra |
2014-10-24 | This patch improves strcat performance by using strlen and strcpy. Strlen has... | Wilco Dijkstra |
2014-10-17 | Fix up incorrect formatting in last commit | Siddhesh Poyarekar |
2014-10-17 | strcoll: improve performance by removing the cache (#15884) | Leonhard Holz |
2014-09-11 | Move findidx nested functions to top-level. | Roland McGrath |
2014-07-07 | PowerPC: optimized memmove for POWER7/PPC64 | Adhemerval Zanella |
2014-07-04 | string/memchr.c: Merge from gnulib | Will Newton |
2014-07-03 | Fix -Wundef warning on PAGE_COPY_THRESHOLD | Siddhesh Poyarekar |
2014-06-16 | Update feature guard for strdup/strndup in <bits/string2.h> | Andreas Schwab |
2014-06-07 | Remove redundant C locale settings. | Joseph Myers |
2014-06-04 | Include LOCPATH in default test environment. | Joseph Myers |
2014-05-01 | Fix v9/64-bit strcmp when string ends in multiple zero bytes. | David S. Miller |
2014-04-07 | string: Cosmetic cleanup of string functions | Will Newton |
2014-03-20 | PowerPC: optimized strpbrk for POWER7 | Adhemerval Zanella |
2014-03-20 | PowerPC: optimized strcspn for PPC64/POWER7 | Adhemerval Zanella |
2014-03-11 | PowerPC: strspn optimization for PPC64/POWER7 | Vidya Ranganathan |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers |
2014-03-03 | PowerPC: strrchr optimization for POWER7/PPC64 | Rajalakshmi Srinivasaraghavan |
2014-02-28 | Make strtok benchmark competive. | Ondřej Bílka |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers |
2014-02-14 | Split up rules for tests that compare output with baselines. | Joseph Myers |
2014-02-13 | Clean up trivially redundant __USE_MISC conditionals. | Joseph Myers |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-12-23 | Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang. | Brooks Moses |
2013-12-13 | PowerPC: multiarch wordcopy for PowerPC64 | Adhemerval Zanella |
2013-12-13 | PowerPC: multirach memcmp for PowerPC64 | Adhemerval Zanella |
2013-12-06 | PowerPC: multiarch strchrnul for PowerPC32 | Adhemerval Zanella |
2013-12-06 | PowerPC: multiarch rawmemchr for PowerPC32 | Adhemerval Zanella |
2013-12-06 | PowerPC: multiarch memchr for PowerPC32 | Adhemerval Zanella |
2013-12-06 | PowerPC: multiarch mempcpy for PowerPC32 | Adhemerval Zanella |
2013-11-26 | Remove duplicate ifunc tests. | Ondřej Bílka |
2013-11-10 | Fix build on hurd | Samuel Thibault |
2013-10-04 | string/tester memrchr test | Alan Modra |