about summary refs log tree commit diff
path: root/stdio-common/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add test for bug 29530Andreas Schwab2022-08-301-1/+4
* Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers2022-08-301-0/+1
* stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella2022-08-301-2/+7
* 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
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-3/+3
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Define and use $(run-built-tests).Joseph Myers2012-10-241-1/+1
* 2012-09-28 Andreas Schwab <schwab@linux-m68k.org>Jeff Law2012-09-281-0/+1
* Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2012-09-251-5/+5
* Make printf respect the rounding mode for decimal output (bug 5044).Joseph Myers2012-09-141-1/+8
* Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2012-08-171-3/+1
* 2012-05-24 Jeff Law <law@redhat.com>Jeff Law2012-05-241-1/+2
* [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.Andreas Jaeger2012-05-211-2/+1
* Fix formatting of denormal IBM long double numbersAndreas Schwab2012-04-281-1/+1
* Install bits/stdio_lim.h in install-headers.Joseph Myers2012-03-091-6/+1
* Enhance fphex test.Marek Polacek2012-03-081-1/+1