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