about summary refs log tree commit diff
path: root/stdio-common/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-2/+2
* string: Fix strerrorname_np return value [BZ #26555]Adhemerval Zanella2020-09-291-1/+2
* Fix memory leak in __printf_fp_l (bug 26215).Joseph Myers2020-07-091-3/+8
* Fix double free in __printf_fp_l (bug 26214).Joseph Myers2020-07-091-3/+8
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-071-0/+11
* Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers2020-07-071-1/+2
* stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella2020-03-201-2/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-031-7/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-051-1/+5
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-051-1/+2
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-051-1/+2
* Add renameat2 function [BZ #17662]Florian Weimer2018-07-051-1/+2
* ldbl-128ibm-compat: Add printf_sizeGabriel F. T. Gomes2018-07-021-2/+8
* Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers2018-06-261-0/+7
* Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers2018-06-191-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-12/+12
* linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella2017-09-011-1/+1
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-2/+2
* vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-typeFlorian Weimer2017-06-291-0/+1
* vfprintf: Add test case for multi-byte/wide strings and precisionFlorian Weimer2017-06-291-0/+1
* vfprintf: Add test case for user-defined types and format specifiersFlorian Weimer2017-06-291-1/+2
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-251-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella2016-04-261-1/+1
* vfprintf: Fix memory with large width and precision [BZ #19931]Florian Weimer2016-04-251-5/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Remove -fexceptions configure test.Joseph Myers2015-10-151-12/+12
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-121-0/+13
* BZ#18872: Don't conditionalize build rules for test program.Roland McGrath2015-10-081-2/+0
* Fix BZ #18872 -- memory leak in printf_positional.Paul Pluzhnikov2015-09-161-1/+16
* libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella2015-07-081-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* stdio-common/Makefile: readd bug26 testcaseAllan McRae2014-12-161-1/+1
* CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law2014-12-151-1/+1
* Eliminate -Wno-format from printf/scanf tests.Roland McGrath2014-12-111-8/+0
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-8/+0
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-6/+1
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-6/+5
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-4/+8
* Split up rules for tests that compare output with baselines.Joseph Myers2014-02-141-2/+8
* Remove indirection in stdio-common tests dependencies.Joseph Myers2014-02-121-4/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Let tst-swscanf find its localeAndreas Schwab2013-10-291-0/+1
* Don't accept exp char without preceding digits in scanf float parsingAndreas Schwab2013-04-111-1/+1