| Age | Commit message (Expand) | Author |
| 2014-11-04 | PR misc/49356 remove unnecessary references to atf-c/config.h | justin |
| 2014-10-07 | In the exp2_values test case, provide separate expected return values | gson |
| 2014-08-10 | Use the same condition for HAVE_FENV | martin |
| 2014-06-16 | Add modfl(3). From FreeBSD. | joerg |
| 2014-05-18 | Re-enable alpha IEEE compiler options | martin |
| 2014-05-05 | Comment out the ieee fp flags for alpha for now - something (tm) is not | martin |
| 2014-04-28 | Tune COPTS for alpha | martin |
| 2014-03-25 | Consistently use long double. | joerg |
| 2014-03-17 | Handle VAX | martin |
| 2014-03-16 | Add a lot more tests for exp2() and exp2f(). | dsl |
| 2014-03-16 | Print the result as a 'long double' - on i386 a return value that | dsl |
| 2014-03-16 | Check that the result isn't equaly to the expected value before checking | dsl |
| 2014-03-12 | Avoid double constants out of range | martin |
| 2014-03-08 | no NaN tests for vax | martin |
| 2014-03-07 | Vax does not do +/- INF. | martin |
| 2014-03-05 | A couple of the atan tests are randomly failing. | dsl |
| 2014-03-05 | Fix some typos. | dsl |
| 2014-03-05 | Move the #defines that simplified the test definitions and checks | dsl |
| 2014-03-03 | Remove the print of the rounding mode. | dsl |
| 2014-03-03 | Define HAVE_FENV_H on architectures that support it. | martin |
| 2014-03-03 | Remove all cargo-cult #ifndef __vax__ from the tests, that just paper | martin |
| 2014-03-03 | Fix build for platforms w/o fenv.h. | martin |
| 2014-03-02 | Include the subtest number in any error output. | dsl |
| 2014-03-01 | Some of the acos() tests seem to fail on some systems. | dsl |
| 2014-02-27 | Avoid promotion in subexpressions. | joerg |
| 2014-02-09 | Use compiler builtins instead of atf_arch and atf_machine. | jmmv |
| 2013-11-22 | Adjust expected epsilon for sqrtl <-> powl comparisions for defects in | martin |
| 2013-11-19 | Add cbrtl(3) and sqrtl(3), from FreeBSD. | joerg |
| 2013-11-13 | Add FreeBSD's truncl and minimal testing. | joerg |
| 2013-11-12 | Initial version of fmodl from FreeBSD. | joerg |
| 2013-11-11 | Add initial version of ceill, floorl and roundl from FreeBSD. | joerg |
| 2013-11-11 | NetBSD 6.99.26: Switch i386 and amd64 to the x87 default control word | joerg |
| 2013-06-14 | Remove header files which became unnecessary in 1.7. | isaki |
| 2013-05-24 | Backout previous - real fix for vax libm upcoming. | martin |
| 2013-05-23 | vaxinate the new tests. | christos |
| 2013-05-20 | Add a few test cases to test "ordinary" values with the various scalbn | martin |
| 2013-04-09 | Use a pre-calculated value as expected result, instead of | isaki |
| 2013-04-09 | Tune the epsilon about each value for exp{,f}_product. | isaki |
| 2013-03-21 | Fix and revive test of atan_inf_neg, atan_inf_pos and atan_tan on i386. | isaki |
| 2012-09-26 | Remove expected failures that no longer fail (probably due a Qemu update). | jruoho |
| 2012-05-30 | Add patch from Tetsuya Isaki in PR lib/46433. | jruoho |
| 2012-04-13 | Do not re-add -mieee option on alpha, it's already set by default. | njoly |
| 2012-04-08 | Remove one xfail that does not seem to fail (on alpha). | jruoho |
| 2012-04-06 | Point to PR port-alpha/46301 when failing on Alpha. | jruoho |
| 2012-03-23 | If one of the tests with eps fails, print the failing eps. | matt |
| 2012-03-11 | And finally, fix boolean logic in the previous. | jruoho |
| 2012-03-11 | Fix previous: curiously enough, i386/qemu is not affected, so use the | jruoho |
| 2012-03-10 | Point to PR port-i386/46108 when failing on i386. | jruoho |
| 2012-02-28 | Remove an escape sequence that was introduced by accident. | pgoyette |
| 2012-02-28 | Fix wrong type. | jruoho |