about summary refs log tree commit diff
path: root/stdlib/tst-strtod-round.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Add tst-wcstod-roundPaul E. Murphy2016-08-191-199/+7
* Refactor tst-strtod-round.c for type-generic-nessPaul E. Murphy2016-05-251-158/+146
* Refactor tst-strtod-round.cPaul E. Murphy2016-05-241-12336/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix strtof decimal rounding close to half least subnormal (bug 18247).Joseph Myers2015-04-101-0/+4638
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix some warnings in the absence of FP round/exception supportChris Metcalf2014-12-301-1/+1
* stdlib/tst-strtod-round.c: Fix build on ARMWill Newton2014-09-301-0/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix strtod rounding of half the least subnormal (bug 16151).Joseph Myers2013-11-131-0/+288
* Make tst-strtod-round use ROUNDING_TESTS.Joseph Myers2013-06-141-9/+30
* Rework tst-strtod-round handling of inexact results.Joseph Myers2013-06-131-40/+718
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Make strtod respect the rounding mode (bug 14518).Joseph Myers2012-09-121-29/+104
* Fix strtod test for values above maximum for IBM long double.Joseph Myers2012-09-061-2/+2
* Use LDBL_MIN_EXP to distinguish Intel and Motorola extended float formatAndreas Schwab2012-09-051-16/+12
* Correctly handle Motorola extended float format in tst-strtod-roundAndreas Schwab2012-09-051-17/+478
* Fix sign of zero on strtod underflow (bug 14519).Joseph Myers2012-08-271-0/+104
* Fix strtod rounding (bug 3479).Joseph Myers2012-08-271-0/+6298