Age | Commit message (Expand) | Author | Files | Lines |
2015-03-06 | vfprintf: Define WORK_BUFFER_SIZE | Florian Weimer | 1 | -11/+11 |
2015-03-06 | vfprintf: Introduce JUMP_TABLE_BASE_LABEL | Florian Weimer | 1 | -3/+6 |
2015-03-06 | vfprintf: Introduce THOUSANDS_SEP_T | Florian Weimer | 1 | -18/+5 |
2015-02-06 | CVE-2015-1472: wscanf allocates too little memory | Paul Pluzhnikov | 2 | -6/+39 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 88 | -88/+88 |
2014-12-30 | Fix some warnings in the absence of FP round/exception support | Chris Metcalf | 1 | -1/+1 |
2014-12-30 | Replace %ld with %jd and cast to intmax_t | H.J. Lu | 1 | -4/+7 |
2014-12-17 | Get rid of format warning in bug-vfprintf-nargs.c. | Stefan Liebler | 1 | -1/+2 |
2014-12-16 | Modify stdio-common/tst-fseek.c to use test-skeleton.c | Arjun Shankar | 1 | -2/+6 |
2014-12-16 | stdio-common/Makefile: readd bug26 testcase | Allan McRae | 1 | -1/+1 |
2014-12-15 | stdio-common: Include <libc-internal.h> in some tests | Adhemerval Zanella | 2 | -0/+2 |
2014-12-15 | CVE-2012-3406: Stack overflow in vfprintf [BZ #16617] | Jeff Law | 5 | -3/+190 |
2014-12-11 | Eliminate -Wno-format from printf/scanf tests. | Roland McGrath | 8 | -13/+58 |
2014-12-10 | Disable -Wdeprecated-declarations for register_printf_function calls in tst-p... | Joseph Myers | 1 | -0/+7 |
2014-12-10 | Disable -Wdiv-by-zero for some tests in stdio-common/tst-unlockedio.c. | Joseph Myers | 1 | -0/+13 |
2014-12-10 | Add macros for diagnostic control, use for scanf %a tests. | Joseph Myers | 2 | -0/+30 |
2014-11-27 | Fix stdio-common/tst-fmemopen.c format warnings. | Joseph Myers | 1 | -2/+2 |
2014-11-25 | Fix warning in stdio-common/tst-printf-round.c. | Joseph Myers | 1 | -1/+1 |
2014-11-24 | Fix perror fileno namespace (bug 17633). | Joseph Myers | 1 | -1/+1 |
2014-11-12 | Fix __printf_fp wmemset namespace (bug 17574). | Joseph Myers | 1 | -1/+1 |
2014-11-05 | libio: Refactor tst-fmemopen to use test-skeleton.c | Adhemerval Zanella | 1 | -23/+71 |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar | 15 | -30/+75 |
2014-10-09 | Remove stray *_internal aliases (bug 14132). | Joseph Myers | 1 | -1/+0 |
2014-09-29 | remove nested function hack_digit | Kostya Serebryany | 1 | -230/+237 |
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 |