Age | Commit message (Expand) | Author | Files | Lines |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 1 | -1/+4 |
2014-03-03 | PowerPC: strrchr optimization for POWER7/PPC64 | Rajalakshmi Srinivasaraghavan | 1 | -1/+5 |
2014-02-28 | Make strtok benchmark competive. | Ondřej Bílka | 1 | -1/+5 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -0/+2 |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers | 1 | -1/+2 |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 2 | -7/+6 |
2014-02-14 | Split up rules for tests that compare output with baselines. | Joseph Myers | 1 | -5/+3 |
2014-02-13 | Clean up trivially redundant __USE_MISC conditionals. | Joseph Myers | 2 | -3/+3 |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers | 5 | -12/+12 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 4 | -4/+4 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 121 | -121/+121 |
2013-12-23 | Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang. | Brooks Moses | 2 | -4/+12 |
2013-12-13 | PowerPC: multiarch wordcopy for PowerPC64 | Adhemerval Zanella | 1 | -16/+20 |
2013-12-13 | PowerPC: multirach memcmp for PowerPC64 | Adhemerval Zanella | 1 | -1/+5 |
2013-12-06 | PowerPC: multiarch strchrnul for PowerPC32 | Adhemerval Zanella | 1 | -1/+5 |
2013-12-06 | PowerPC: multiarch rawmemchr for PowerPC32 | Adhemerval Zanella | 1 | -1/+4 |
2013-12-06 | PowerPC: multiarch memchr for PowerPC32 | Adhemerval Zanella | 1 | -1/+5 |
2013-12-06 | PowerPC: multiarch mempcpy for PowerPC32 | Adhemerval Zanella | 1 | -1/+5 |
2013-11-26 | Remove duplicate ifunc tests. | Ondřej Bílka | 34 | -645/+1 |
2013-11-10 | Fix build on hurd | Samuel Thibault | 1 | -0/+1 |
2013-10-04 | string/tester memrchr test | Alan Modra | 1 | -3/+3 |
2013-10-04 | string/test-memcpy error reporting | Alan Modra | 1 | -2/+2 |
2013-09-23 | Check for integer overflow in cache size computation in strcoll | Siddhesh Poyarekar | 3 | -1/+72 |
2013-09-23 | Fall back to non-cached sequence traversal and comparison on malloc fail | Siddhesh Poyarekar | 1 | -31/+234 |
2013-09-20 | Make __ffs hidden | Andreas Schwab | 1 | -0/+1 |
2013-09-05 | Add memrchr testcase | Adhemerval Zanella | 3 | -1/+190 |
2013-08-27 | Fix missing declaration of LC_CTYPE nonascii-case element | Andreas Schwab | 3 | -8/+48 |
2013-08-20 | Simplify strcoll implementation | Siddhesh Poyarekar | 1 | -406/+295 |
2013-06-26 | Add a test for BZ #15674 | H.J. Lu | 1 | -0/+24 |
2013-06-20 | Fix loop construction to functions calls | Adhemerval Zanella | 4 | -0/+4 |
2013-06-11 | Remove performance-related bits from string tests | Siddhesh Poyarekar | 25 | -620/+0 |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 5 | -22/+22 |
2013-06-04 | Add copyright header to test-strchrnul.c | Siddhesh Poyarekar | 1 | -0/+19 |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 1 | -1/+1 |
2013-05-01 | Remove duplicate __strcmp_cg | Ondrej Bilka | 1 | -24/+1 |
2013-02-17 | Sort Versions files | Andreas Jaeger | 1 | -2/+2 |
2013-02-15 | Remove bounded-pointers build system support. | Joseph Myers | 1 | -4/+0 |
2013-02-15 | Remove miscellaneous bounded-pointers relics in C code. | Joseph Myers | 1 | -1/+1 |
2013-02-14 | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | 1 | -6/+1 |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 1 | -1/+1 |
2013-02-13 | Call memcpy in generic mempcpy | Ondrej Bilka | 1 | -36/+2 |
2013-02-12 | Fix typo, improve comment, remove superfluous #undefs, add missing #undef. | Tom de Vries | 1 | -5/+7 |
2013-02-11 | Remove dead CFLAGS lines from string/Makefile | Tom de Vries | 1 | -2/+0 |
2013-02-08 | Remove dead variable in generic strcpy. | Roland McGrath | 1 | -3/+0 |
2013-02-08 | Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code. | Joseph Myers | 1 | -5/+2 |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 1 | -3/+0 |
2013-01-11 | Remove __GLIBC_HAVE_LONG_LONG. | Joseph Myers | 2 | -15/+9 |
2013-01-11 | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 1 | -1/+1 |
2013-01-10 | Remove __GNUC__ conditions for "long long" from string.h and wchar.h. | Joseph Myers | 1 | -2/+0 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 149 | -158/+149 |