Age | Commit message (Expand) | Author | Files | Lines |
2017-02-25 | Clean up conditionals for declaration of gets. | Zack Weinberg | 1 | -0/+3 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-04-26 | libio: Update internal fmemopen position after write (BZ #20005) | Adhemerval Zanella | 1 | -1/+1 |
2016-04-25 | vfprintf: Fix memory with large width and precision [BZ #19931] | Florian Weimer | 1 | -5/+9 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-10-15 | Remove -fexceptions configure test. | Joseph Myers | 1 | -12/+12 |
2015-10-12 | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 1 | -0/+13 |
2015-10-08 | BZ#18872: Don't conditionalize build rules for test program. | Roland McGrath | 1 | -2/+0 |
2015-09-16 | Fix BZ #18872 -- memory leak in printf_positional. | Paul Pluzhnikov | 1 | -1/+16 |
2015-07-08 | libio: fmemopen rewrite to POSIX compliance | Adhemerval Zanella | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-12-16 | stdio-common/Makefile: readd bug26 testcase | Allan McRae | 1 | -1/+1 |
2014-12-15 | CVE-2012-3406: Stack overflow in vfprintf [BZ #16617] | Jeff Law | 1 | -1/+1 |
2014-12-11 | Eliminate -Wno-format from printf/scanf tests. | Roland McGrath | 1 | -8/+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-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 1 | -6/+5 |
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-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-10-29 | Let tst-swscanf find its locale | Andreas Schwab | 1 | -0/+1 |
2013-04-11 | Don't accept exp char without preceding digits in scanf float parsing | Andreas Schwab | 1 | -1/+1 |
2013-01-11 | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 1 | -3/+3 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
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 | 1 | -0/+1 |
2012-09-25 | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 1 | -5/+5 |
2012-09-14 | Make printf respect the rounding mode for decimal output (bug 5044). | Joseph Myers | 1 | -1/+8 |
2012-08-17 | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 1 | -3/+1 |
2012-05-24 | 2012-05-24 Jeff Law <law@redhat.com> | Jeff Law | 1 | -1/+2 |
2012-05-21 | [BZ #13691], Revert breakage of iconv() converter for TCVN-5712. | Andreas Jaeger | 1 | -2/+1 |
2012-04-28 | Fix formatting of denormal IBM long double numbers | Andreas Schwab | 1 | -1/+1 |
2012-03-09 | Install bits/stdio_lim.h in install-headers. | Joseph Myers | 1 | -6/+1 |
2012-03-08 | Enhance fphex test. | Marek Polacek | 1 | -1/+1 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -3/+1 |
2012-03-06 | Fix up long double fphex. | Marek Polacek | 1 | -1/+1 |
2012-03-05 | 2012-03-02 Kees Cook <keescook@chromium.org> | Kees Cook | 1 | -1/+2 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2011-08-20 | Add test for BZ 13114 | Ulrich Drepper | 1 | -1/+1 |
2011-02-20 | Fix allocation when handling positional parameters in printf. | Petr Baudis | 1 | -1/+1 |
2011-01-12 | Fix grouping when rounding increases number of integer digits. | Ulrich Drepper | 1 | -2/+3 |
2009-04-11 | * stdio-common/printf.h (struct printf_info): Add user element. | Ulrich Drepper | 1 | -0/+1 |
2009-02-26 | * locale/langinfo.h: nl_langinfo_l is in POSIX 2008. | Ulrich Drepper | 1 | -2/+3 |
2008-07-08 | * stdio-common/Makefile: Add rules to build and run tst-setvbuf1. | Ulrich Drepper | 1 | -2/+6 |
2008-05-24 | * libio/stdio.h (vscanf): Fix -std=c99 redirect. | Jakub Jelinek | 1 | -2/+5 |
2007-12-10 | [BZ #5424, BZ #5428, BZ #5451] | Ulrich Drepper | 1 | -1/+1 |
2007-12-07 | [BZ #5441, BZ #5452, BZ #5454] | Ulrich Drepper | 1 | -1/+1 |
2007-10-28 | * stdio-common/Makefile (tests): Add bug20. | Ulrich Drepper | 1 | -1/+1 |