summaryrefslogtreecommitdiff
path: root/stdio-common/Makefile
AgeCommit message (Expand)Author
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer
2018-07-02ldbl-128ibm-compat: Add printf_sizeGabriel F. T. Gomes
2018-06-26Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers
2018-06-19Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-09-01linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-06-29vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-typeFlorian Weimer
2017-06-29vfprintf: Add test case for multi-byte/wide strings and precisionFlorian Weimer
2017-06-29vfprintf: Add test case for user-defined types and format specifiersFlorian Weimer
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-04-26libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella
2016-04-25vfprintf: Fix memory with large width and precision [BZ #19931]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-15Remove -fexceptions configure test.Joseph Myers
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab
2015-10-08BZ#18872: Don't conditionalize build rules for test program.Roland McGrath
2015-09-16Fix BZ #18872 -- memory leak in printf_positional.Paul Pluzhnikov
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-16stdio-common/Makefile: readd bug26 testcaseAllan McRae
2014-12-15CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law
2014-12-11Eliminate -Wno-format from printf/scanf tests.Roland McGrath
2014-06-04Include LOCPATH in default test environment.Joseph Myers
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-02-14Split up rules for tests that compare output with baselines.Joseph Myers
2014-02-12Remove indirection in stdio-common tests dependencies.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-10-29Let tst-swscanf find its localeAndreas Schwab
2013-04-11Don't accept exp char without preceding digits in scanf float parsingAndreas Schwab
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-09-282012-09-28 Andreas Schwab <schwab@linux-m68k.org>Jeff Law
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin
2012-09-14Make printf respect the rounding mode for decimal output (bug 5044).Joseph Myers
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath
2012-05-242012-05-24 Jeff Law <law@redhat.com>Jeff Law
2012-05-21[BZ #13691], Revert breakage of iconv() converter for TCVN-5712.Andreas Jaeger
2012-04-28Fix formatting of denormal IBM long double numbersAndreas Schwab
2012-03-09Install bits/stdio_lim.h in install-headers.Joseph Myers
2012-03-08Enhance fphex test.Marek Polacek
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-03-06Fix up long double fphex.Marek Polacek
2012-03-052012-03-02 Kees Cook <keescook@chromium.org>Kees Cook