aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-2/+2
2020-09-29string: Fix strerrorname_np return value [BZ #26555]Adhemerval Zanella1-1/+2
2020-07-09Fix memory leak in __printf_fp_l (bug 26215).Joseph Myers1-3/+8
2020-07-09Fix double free in __printf_fp_l (bug 26214).Joseph Myers1-3/+8
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella1-0/+11
2020-07-07Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers1-1/+2
2020-03-20stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella1-2/+7
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg1-7/+7
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg1-1/+5
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg1-1/+2
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg1-1/+2
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer1-1/+2
2018-07-02ldbl-128ibm-compat: Add printf_sizeGabriel F. T. Gomes1-2/+8
2018-06-26Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers1-0/+7
2018-06-19Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers1-0/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-12/+12
2017-09-01linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella1-1/+1
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-2/+2
2017-06-29vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-typeFlorian Weimer1-0/+1
2017-06-29vfprintf: Add test case for multi-byte/wide strings and precisionFlorian Weimer1-0/+1
2017-06-29vfprintf: Add test case for user-defined types and format specifiersFlorian Weimer1-1/+2
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg1-0/+3
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-04-26libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella1-1/+1
2016-04-25vfprintf: Fix memory with large width and precision [BZ #19931]Florian Weimer1-5/+9
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-15Remove -fexceptions configure test.Joseph Myers1-12/+12
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab1-0/+13
2015-10-08BZ#18872: Don't conditionalize build rules for test program.Roland McGrath1-2/+0
2015-09-16Fix BZ #18872 -- memory leak in printf_positional.Paul Pluzhnikov1-1/+16
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-16stdio-common/Makefile: readd bug26 testcaseAllan McRae1-1/+1
2014-12-15CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law1-1/+1
2014-12-11Eliminate -Wno-format from printf/scanf tests.Roland McGrath1-8/+0
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-8/+0
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers1-6/+1
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-6/+5
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-4/+8
2014-02-14Split up rules for tests that compare output with baselines.Joseph Myers1-2/+8
2014-02-12Remove indirection in stdio-common tests dependencies.Joseph Myers1-4/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-10-29Let tst-swscanf find its localeAndreas Schwab1-0/+1
2013-04-11Don't accept exp char without preceding digits in scanf float parsingAndreas Schwab1-1/+1