summaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)Author
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-06-04Include LOCPATH in default test environment.Joseph Myers
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers
2014-05-01Correctly handle %p in wprintf (BZ #16890)Andreas Schwab
2014-03-17Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton
2014-03-17Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-28Add missing } in Versions file.Roland McGrath
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-02-11Fix tst-sscanf and tst-swscanf on 64-bit.David S. Miller
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-07Fix integer overflow in vfwprintf. Fixes bug 14286.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-18Do not let scanf("%4p") accept "(nil)". Fixes bug 16055Ondřej Bílka
2013-10-31Fix parsing of 0e+0 as floatAndreas Schwab
2013-10-29Let tst-swscanf find its localeAndreas Schwab
2013-10-12Fix typos.Yuri Chornoivan
2013-10-11Fix fwrite() reading beyond end of buffer in error pathEric Biggers
2013-10-04PowerPC floating point little-endian [1 of 15]Alan Modra
2013-09-24Fix tst-long-dbl-fphex swprintf length calculation.Olivier Langlois
2013-08-30Fix typos.Ondřej Bílka
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-06-06Fix leading whitespaces.Ondrej Bilka
2013-06-05Remove trailing whitespace.Joseph Myers
2013-05-26 * stdio-common/bug26.c (main): Correct fscanf template.Thomas Schwinge
2013-04-15Fix coding-style violation.Thomas Schwinge
2013-04-11Don't accept exp char without preceding digits in scanf float parsingAndreas Schwab
2013-04-05More tests for external charater sequences representing NaNs.Thomas Schwinge
2013-04-05Properly collect individual tests' results.Thomas Schwinge
2013-03-15Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge
2013-03-15Remove unused declarations.Thomas Schwinge
2013-03-05Replace __builtin_expect(..., 0) with __glibc_unlikely().Paul Pluzhnikov
2013-03-05 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don'tPaul Pluzhnikov
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-12-06Add newline to last test in stdio-common/tst-put-error.cSiddhesh Poyarekar
2012-12-05Increase width of padded output in stdio-common/tst-put-error.Joseph Myers
2012-11-20Fix more set-but-not-used warnings in _itowa.c.Joseph Myers
2012-11-16printf should return negative value on errorSiddhesh Poyarekar
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge
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-24Make printf respect the rounding mode for hex output (bug 5044).Joseph Myers
2012-09-14Make printf respect the rounding mode for decimal output (bug 5044).Joseph Myers