| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp). | pelissip | 2003-11-05 | 2 | -1/+130 |
* | The check_inf test wasn't called. Added 2 missing mpfr_clear and \n. | vlefevre | 2003-11-04 | 1 | -7/+5 |
* | + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS. | pelissip | 2003-11-04 | 6 | -13/+34 |
* | Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value... | pelissip | 2003-10-28 | 1 | -2/+12 |
* | Another fix, for acosh(-INF). | vlefevre | 2003-10-27 | 1 | -1/+1 |
* | Fixed exit status. | vlefevre | 2003-10-27 | 1 | -202/+80 |
* | Merged the mpfr-2-0-2-branch changes to the trunk. | vlefevre | 2003-10-21 | 1 | -7/+96 |
* | Merged the mpfr-2-0-2-branch changes to the trunk. | vlefevre | 2003-10-20 | 1 | -3/+5 |
* | Merged the mpfr-2-0-2-branch changes to the trunk. | vlefevre | 2003-10-17 | 4 | -26/+127 |
* | removed #define DEBUG (turned on accidentally) | zimmerma | 2003-10-15 | 1 | -2/+0 |
* | now uses #include "tgeneric.c" everywhere | zimmerma | 2003-10-14 | 11 | -339/+58 |
* | check_nan() is back | zimmerma | 2003-10-14 | 1 | -2/+1 |
* | removed old unused code | zimmerma | 2003-10-14 | 1 | -87/+0 |
* | fixed tests for x=0 | zimmerma | 2003-10-14 | 1 | -101/+12 |
* | fixed bug in mpfr_pow found by Ming J. Tsai (overflow) | zimmerma | 2003-10-10 | 1 | -1/+27 |
* | reduced test time | zimmerma | 2003-10-07 | 22 | -50/+49 |
* | reduced test time | zimmerma | 2003-10-07 | 1 | -2/+2 |
* | reduced test time | zimmerma | 2003-10-07 | 1 | -12/+17 |
* | fixed bug in allocation for in-place operation | zimmerma | 2003-10-06 | 1 | -0/+16 |
* | added test for atan(-Inf) | zimmerma | 2003-10-06 | 1 | -0/+10 |
* | Updated documentation. In particular, mpfr_set_str_raw renamed | vlefevre | 2003-10-02 | 40 | -203/+242 |
* | Removed mpfr_inits, mpfr_inits2, mpfr_clears from the documentation. | vlefevre | 2003-09-25 | 1 | -0/+2 |
* | Changed the remaining stderr to stdout. | vlefevre | 2003-09-25 | 43 | -1457/+1548 |
* | Changed some stderr to stdout. | vlefevre | 2003-09-24 | 22 | -484/+500 |
* | Added tests for mpfr_greater_p, mpfr_greaterequal_p, mpfr_less_p, | vlefevre | 2003-09-24 | 2 | -1/+134 |
* | Added a few more tests (involving mpfr_nexttoward). The tests for | vlefevre | 2003-09-24 | 1 | -0/+66 |
* | Added generic tests for mpfr_nextabove and mpfr_nextbelow. | vlefevre | 2003-09-24 | 2 | -1/+85 |
* | Accept (case-insensitive) NaN and Inf in input for bases <= 16 for | vlefevre | 2003-09-24 | 1 | -24/+59 |
* | Implemented the following: | vlefevre | 2003-09-22 | 1 | -10/+2 |
* | Avoid string literals longer than 509 characters (ISO C89 limit). | vlefevre | 2003-09-22 | 2 | -7/+107 |
* | (test_set_underflow, test_set_overflow): Cleaner fix (for pre-C99 | vlefevre | 2003-09-22 | 1 | -4/+8 |
* | (test_set_underflow, test_set_overflow): Use | ryde | 2003-09-22 | 1 | -4/+6 |
* | mpfr_round_prec is now obsolete | zimmerma | 2003-09-19 | 6 | -11/+11 |
* | Fixed a bug in mpfr_can_round_raw and added other mpfr_can_round | vlefevre | 2003-09-15 | 1 | -29/+37 |
* | Added a test to tests/tcan_round.c and assertions to round_prec.c. | vlefevre | 2003-09-15 | 1 | -1/+5 |
* | Fixed mpfr_set_overflow, added tests for mpfr_set_underflow | vlefevre | 2003-09-14 | 1 | -0/+85 |
* | New functions mpfr_inits, mpfr_inits2 and mpfr_clears to initialize or | vlefevre | 2003-09-11 | 2 | -1/+39 |
* | Added a test that makes MPFR crash (coming from the mpfr_zeta crash). | vlefevre | 2003-09-09 | 1 | -0/+15 |
* | Case that crashes MPFR (coming from test_generic) -> function test1. | vlefevre | 2003-09-09 | 1 | -4/+17 |
* | Code clean-up and reindented. Replaced a 8 by CHAR_BIT, | vlefevre | 2003-09-09 | 1 | -10/+11 |
* | Added a test to reproduce a bug (to be fixed later) on all 64-bit | vlefevre | 2003-09-08 | 1 | -51/+72 |
* | Added a cast (useful under Linux/alpha). | vlefevre | 2003-09-08 | 1 | -1/+1 |
* | #Corrections to initial checkin. | ryde | 2003-08-30 | 1 | -2/+4 |
* | (EXTRA_libfrtests_a_SOURCES): Add amd64.asm. | ryde | 2003-08-30 | 1 | -1/+1 |
* | New file. | ryde | 2003-08-30 | 1 | -0/+46 |
* | (tests_machine_prec_long_double): Add amd64 to the | ryde | 2003-08-30 | 1 | -1/+1 |
* | (check_set_get): Improve error messages. | ryde | 2003-08-30 | 1 | -2/+7 |
* | (ld_trace): New function. | ryde | 2003-08-30 | 1 | -0/+23 |
* | fixed pb found by Damien Fisher | zimmerma | 2003-08-04 | 1 | -9/+26 |
* | (check_PROGRAMS): Add tget_d_2exp.c. | ryde | 2003-07-19 | 1 | -1/+1 |