about summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-033-6/+6
* vfprintf: Remove label name switching for the jump tableFlorian Weimer2015-05-211-17/+4
* vfprintf: Introduce printf_positional functionFlorian Weimer2015-05-211-347/+369
* vfprintf: Move jump table definition and the macros out of functionFlorian Weimer2015-05-211-65/+64
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-151-1/+1
* vfprintf: Define WORK_BUFFER_SIZEFlorian Weimer2015-03-061-11/+11
* vfprintf: Introduce JUMP_TABLE_BASE_LABELFlorian Weimer2015-03-061-3/+6
* vfprintf: Introduce THOUSANDS_SEP_TFlorian Weimer2015-03-061-18/+5
* CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov2015-02-062-6/+39
* 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