summaryrefslogtreecommitdiff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0288-88/+88
* Fix some warnings in the absence of FP round/exception supportChris Metcalf2014-12-301-1/+1
* Replace %ld with %jd and cast to intmax_tH.J. Lu2014-12-301-4/+7
* Get rid of format warning in bug-vfprintf-nargs.c.Stefan Liebler2014-12-171-1/+2
* Modify stdio-common/tst-fseek.c to use test-skeleton.cArjun Shankar2014-12-161-2/+6
* stdio-common/Makefile: readd bug26 testcaseAllan McRae2014-12-161-1/+1
* stdio-common: Include <libc-internal.h> in some testsAdhemerval Zanella2014-12-152-0/+2
* CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law2014-12-155-3/+190
* Eliminate -Wno-format from printf/scanf tests.Roland McGrath2014-12-118-13/+58
* Disable -Wdeprecated-declarations for register_printf_function calls in tst-p...Joseph Myers2014-12-101-0/+7
* Disable -Wdiv-by-zero for some tests in stdio-common/tst-unlockedio.c.Joseph Myers2014-12-101-0/+13
* Add macros for diagnostic control, use for scanf %a tests.Joseph Myers2014-12-102-0/+30
* Fix stdio-common/tst-fmemopen.c format warnings.Joseph Myers2014-11-271-2/+2
* Fix warning in stdio-common/tst-printf-round.c.Joseph Myers2014-11-251-1/+1
* Fix perror fileno namespace (bug 17633).Joseph Myers2014-11-241-1/+1
* Fix __printf_fp wmemset namespace (bug 17574).Joseph Myers2014-11-121-1/+1
* libio: Refactor tst-fmemopen to use test-skeleton.cAdhemerval Zanella2014-11-051-23/+71
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-0515-30/+75
* Remove stray *_internal aliases (bug 14132).Joseph Myers2014-10-091-1/+0
* remove nested function hack_digitKostya Serebryany2014-09-291-230/+237
* Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2014-06-061-1/+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
* Correctly handle %p in wprintf (BZ #16890)Andreas Schwab2014-05-012-1/+21
* Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton2014-03-171-1/+1
* Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton2014-03-171-1/+1
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-6/+5
* Add missing } in Versions file.Roland McGrath2014-02-281-0/+1
* 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
* Fix tst-sscanf and tst-swscanf on 64-bit.David S. Miller2014-02-111-1/+2
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-105-44/+44
* Fix integer overflow in vfwprintf. Fixes bug 14286.Ondřej Bílka2014-01-071-1/+7
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0187-87/+87
* Do not let scanf("%4p") accept "(nil)". Fixes bug 16055Ondřej Bílka2013-11-182-1/+3
* Fix parsing of 0e+0 as floatAndreas Schwab2013-10-312-0/+36
* Let tst-swscanf find its localeAndreas Schwab2013-10-291-0/+1
* Fix typos.Yuri Chornoivan2013-10-121-1/+1
* Fix fwrite() reading beyond end of buffer in error pathEric Biggers2013-10-111-6/+6
* PowerPC floating point little-endian [1 of 15]Alan Modra2013-10-043-17/+12
* Fix tst-long-dbl-fphex swprintf length calculation.Olivier Langlois2013-09-241-2/+2
* Fix typos.Ondřej Bílka2013-08-301-1/+1
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-078-25/+25
* Fix leading whitespaces.Ondrej Bilka2013-06-061-1/+1
* Remove trailing whitespace.Joseph Myers2013-06-051-1/+1
* * stdio-common/bug26.c (main): Correct fscanf template.Thomas Schwinge2013-05-261-2/+3
* Fix coding-style violation.Thomas Schwinge2013-04-151-4/+4
* Don't accept exp char without preceding digits in scanf float parsingAndreas Schwab2013-04-113-6/+49