Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-30 | stdlib/tst-strtod-round.c: Fix build on ARM | Will Newton | |
Building this test on ARM fails because the prototypes for the long double variants of the math functions are unavailable. Add an additional include guard to math.h that enables long double math function declarations if _LIBC_TEST is defined and define _LIBC_TEST in stdlib/tst-strtod-round.c. ChangeLog: 2014-09-30 Will Newton <will.newton@linaro.org> * math/math.h: Define long double math functions if _LIBC_TEST is defined. * stdlib/tst-strtod-round.c: Define _LIBC_TEST. | |||
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | |
2013-11-13 | Fix strtod rounding of half the least subnormal (bug 16151). | Joseph Myers | |
2013-06-14 | Make tst-strtod-round use ROUNDING_TESTS. | Joseph Myers | |
2013-06-13 | Rework tst-strtod-round handling of inexact results. | Joseph Myers | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-09-12 | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | |
2012-09-06 | Fix strtod test for values above maximum for IBM long double. | Joseph Myers | |
2012-09-05 | Use LDBL_MIN_EXP to distinguish Intel and Motorola extended float format | Andreas Schwab | |
2012-09-05 | Correctly handle Motorola extended float format in tst-strtod-round | Andreas Schwab | |
2012-08-27 | Fix sign of zero on strtod underflow (bug 14519). | Joseph Myers | |
2012-08-27 | Fix strtod rounding (bug 3479). | Joseph Myers | |