summaryrefslogtreecommitdiff
path: root/stdlib/tst-strtod-round.c
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-04-10Fix strtof decimal rounding close to half least subnormal (bug 18247).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30Fix some warnings in the absence of FP round/exception supportChris Metcalf
2014-09-30stdlib/tst-strtod-round.c: Fix build on ARMWill Newton
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-13Fix strtod rounding of half the least subnormal (bug 16151).Joseph Myers
2013-06-14Make tst-strtod-round use ROUNDING_TESTS.Joseph Myers
2013-06-13Rework tst-strtod-round handling of inexact results.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-09-12Make strtod respect the rounding mode (bug 14518).Joseph Myers
2012-09-06Fix strtod test for values above maximum for IBM long double.Joseph Myers
2012-09-05Use LDBL_MIN_EXP to distinguish Intel and Motorola extended float formatAndreas Schwab
2012-09-05Correctly handle Motorola extended float format in tst-strtod-roundAndreas Schwab
2012-08-27Fix sign of zero on strtod underflow (bug 14519).Joseph Myers
2012-08-27Fix strtod rounding (bug 3479).Joseph Myers