Age | Commit message (Expand) | Author | Files | Lines |
2014-06-06 | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 1 | -1/+0 |
2014-06-04 | Include LOCPATH in default test environment. | Joseph Myers | 1 | -8/+0 |
2014-05-16 | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers | 1 | -6/+1 |
2014-05-01 | Correctly handle %p in wprintf (BZ #16890) | Andreas Schwab | 2 | -1/+21 |
2014-03-17 | Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings" | Will Newton | 1 | -1/+1 |
2014-03-17 | Fix _IO_JUMPS_OFFSET -Wundef warnings | Will Newton | 1 | -1/+1 |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 1 | -6/+5 |
2014-02-28 | Add missing } in Versions file. | Roland McGrath | 1 | -0/+1 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -2/+2 |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers | 1 | -4/+8 |
2014-02-14 | Split up rules for tests that compare output with baselines. | Joseph Myers | 1 | -2/+8 |
2014-02-12 | Remove indirection in stdio-common tests dependencies. | Joseph Myers | 1 | -4/+1 |
2014-02-11 | Fix tst-sscanf and tst-swscanf on 64-bit. | David S. Miller | 1 | -1/+2 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 5 | -44/+44 |
2014-01-07 | Fix integer overflow in vfwprintf. Fixes bug 14286. | Ondřej Bílka | 1 | -1/+7 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 87 | -87/+87 |
2013-11-18 | Do not let scanf("%4p") accept "(nil)". Fixes bug 16055 | Ondřej Bílka | 2 | -1/+3 |
2013-10-31 | Fix parsing of 0e+0 as float | Andreas Schwab | 2 | -0/+36 |
2013-10-29 | Let tst-swscanf find its locale | Andreas Schwab | 1 | -0/+1 |
2013-10-12 | Fix typos. | Yuri Chornoivan | 1 | -1/+1 |
2013-10-11 | Fix fwrite() reading beyond end of buffer in error path | Eric Biggers | 1 | -6/+6 |
2013-10-04 | PowerPC floating point little-endian [1 of 15] | Alan Modra | 3 | -17/+12 |
2013-09-24 | Fix tst-long-dbl-fphex swprintf length calculation. | Olivier Langlois | 1 | -2/+2 |
2013-08-30 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 8 | -25/+25 |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka | 1 | -1/+1 |
2013-06-05 | Remove trailing whitespace. | Joseph Myers | 1 | -1/+1 |
2013-05-26 | * stdio-common/bug26.c (main): Correct fscanf template. | Thomas Schwinge | 1 | -2/+3 |
2013-04-15 | Fix coding-style violation. | Thomas Schwinge | 1 | -4/+4 |
2013-04-11 | Don't accept exp char without preceding digits in scanf float parsing | Andreas Schwab | 3 | -6/+49 |
2013-04-05 | More tests for external charater sequences representing NaNs. | Thomas Schwinge | 1 | -1/+61 |
2013-04-05 | Properly collect individual tests' results. | Thomas Schwinge | 1 | -5/+5 |
2013-03-15 | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | 1 | -18/+20 |
2013-03-15 | Remove unused declarations. | Thomas Schwinge | 1 | -3/+0 |
2013-03-05 | Replace __builtin_expect(..., 0) with __glibc_unlikely(). | Paul Pluzhnikov | 1 | -19/+19 |
2013-03-05 | * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't | Paul Pluzhnikov | 1 | -4/+13 |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 1 | -2/+2 |
2013-01-11 | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 3 | -7/+7 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 86 | -95/+86 |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 1 | -2/+1 |
2012-12-06 | Add newline to last test in stdio-common/tst-put-error.c | Siddhesh Poyarekar | 1 | -1/+11 |
2012-12-05 | Increase width of padded output in stdio-common/tst-put-error. | Joseph Myers | 1 | -1/+1 |
2012-11-20 | Fix more set-but-not-used warnings in _itowa.c. | Joseph Myers | 1 | -2/+4 |
2012-11-16 | printf should return negative value on error | Siddhesh Poyarekar | 2 | -4/+50 |
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 6 | -6/+0 |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers | 1 | -1/+1 |
2012-09-28 | 2012-09-28 Andreas Schwab <schwab@linux-m68k.org> | Jeff Law | 3 | -36/+17 |
2012-09-25 | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 3 | -9/+11 |
2012-09-24 | Make printf respect the rounding mode for hex output (bug 5044). | Joseph Myers | 2 | -13/+151 |
2012-09-14 | Make printf respect the rounding mode for decimal output (bug 5044). | Joseph Myers | 3 | -30/+142 |