Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-09-12 | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | 1 | -29/+104 |
2012-09-06 | Fix strtod test for values above maximum for IBM long double. | Joseph Myers | 1 | -2/+2 |
2012-09-05 | Use LDBL_MIN_EXP to distinguish Intel and Motorola extended float format | Andreas Schwab | 1 | -16/+12 |
2012-09-05 | Correctly handle Motorola extended float format in tst-strtod-round | Andreas Schwab | 1 | -17/+478 |
2012-08-27 | Fix sign of zero on strtod underflow (bug 14519). | Joseph Myers | 1 | -0/+104 |
2012-08-27 | Fix strtod rounding (bug 3479). | Joseph Myers | 1 | -0/+6298 |