about summary refs log tree commit diff
path: root/stdlib/tst-strtod-round.c
Commit message (Expand)AuthorAgeFilesLines
* 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