about summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* 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
* More tests for external charater sequences representing NaNs.Thomas Schwinge2013-04-051-1/+61
* Properly collect individual tests' results.Thomas Schwinge2013-04-051-5/+5
* Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge2013-03-151-18/+20
* Remove unused declarations.Thomas Schwinge2013-03-151-3/+0
* Replace __builtin_expect(..., 0) with __glibc_unlikely().Paul Pluzhnikov2013-03-051-19/+19
* * stdio-common/vfprintf.c (vfprintf): Check malloc return; don'tPaul Pluzhnikov2013-03-051-4/+13
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-2/+2
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-113-7/+7
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0286-95/+86
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-2/+1
* Add newline to last test in stdio-common/tst-put-error.cSiddhesh Poyarekar2012-12-061-1/+11
* Increase width of padded output in stdio-common/tst-put-error.Joseph Myers2012-12-051-1/+1
* Fix more set-but-not-used warnings in _itowa.c.Joseph Myers2012-11-201-2/+4
* printf should return negative value on errorSiddhesh Poyarekar2012-11-162-4/+50
* [BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge2012-11-046-6/+0
* Define and use $(run-built-tests).Joseph Myers2012-10-241-1/+1
* 2012-09-28 Andreas Schwab <schwab@linux-m68k.org>Jeff Law2012-09-283-36/+17
* Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2012-09-253-9/+11
* Make printf respect the rounding mode for hex output (bug 5044).Joseph Myers2012-09-242-13/+151
* Make printf respect the rounding mode for decimal output (bug 5044).Joseph Myers2012-09-143-30/+142
* Fix last patch: Add missing DUMMY variableAndreas Jaeger2012-08-181-2/+2
* Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2012-08-172-3/+5