aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Suppress -Wunused-but-set warnings in GMP code.Roland McGrath2012-08-162-9/+15
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-305-5/+37
* Remove use of INTDEF/INTUSE in stdio-commonAndreas Schwab2012-06-015-39/+16
* 2012-05-24 Jeff Law <law@redhat.com>Jeff Law2012-05-242-1/+72
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-2418-58/+54
* [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.Andreas Jaeger2012-05-212-12/+1
* Check _ITOA_NEEDED and use _ITOA_WORD_TYPEH.J. Lu2012-05-181-5/+6
* Bump up stdio bug22 timeout from 30 seconds to 60 secondsChris Metcalf2012-05-171-1/+1
* Fix formatting of denormal IBM long double numbersAndreas Schwab2012-04-282-1/+91
* Tighten up vfprintf width, precision, and total length overflow handling.David S. Miller2012-04-024-39/+131
* Add _ITOA_NEEDED and _ITOA_WORD_TYPEH.J. Lu2012-03-212-2/+9
* Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2012-03-205-98/+6