| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -2/+2 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -4/+4 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Improve test suite by adding new random values. | pelissip | 2005-04-07 | 1 | -0/+7 |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | casts to allow compilation with g++ | zimmerma | 2005-01-27 | 1 | -1/+1 |
* | Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract... | pelissip | 2004-01-28 | 1 | -5/+5 |
* | Continue to port tests so that they don't use double. | pelissip | 2004-01-14 | 1 | -25/+19 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -4/+1 |
* | Updated documentation. In particular, mpfr_set_str_raw renamed | vlefevre | 2003-10-02 | 1 | -1/+1 |
* | Fixed prototypes (use static...). | vlefevre | 2003-01-24 | 1 | -7/+3 |
* | Use mpfr_set_nan and mpfr_set_inf for NaN and Inf tests, | ryde | 2003-01-22 | 1 | -5/+32 |
* | added 2003, removed math.h | zimmerma | 2003-01-16 | 1 | -5/+1 |
* | replaced isnan() by Isnan() | zimmerma | 2003-01-16 | 1 | -11/+14 |
* | removed all tests that compare to libm | zimmerma | 2002-11-25 | 1 | -24/+0 |
* | Patch by Kevin Ryde for memory leak checking + misc declaration fixes. | vlefevre | 2002-05-27 | 1 | -0/+5 |
* | replaced 2.2e-307 by DBL_MIN | zimmerma | 2002-04-15 | 1 | -1/+2 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possible | vlefevre | 2002-04-10 | 1 | -2/+2 |
* | Check for fenv.h -> check for fesetround. | vlefevre | 2002-04-09 | 1 | -2/+2 |
* | mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d. | vlefevre | 2002-04-07 | 1 | -1/+1 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | use AC_CHECK_HEADERS to check for fenv.h | zimmerma | 2002-04-05 | 1 | -2/+2 |
* | - use mpfr_test_init to initialize harware floats | zimmerma | 2002-03-26 | 1 | -9/+7 |
* | #include <unistd.h> removed. Redefined macros ABS removed. | vlefevre | 2002-03-26 | 1 | -3/+0 |
* | replaced getpid() by time(NULL) | zimmerma | 2002-03-25 | 1 | -1/+1 |
* | Missing #include. | vlefevre | 2002-03-22 | 1 | -0/+1 |
* | replaced rand/lrand48, drand48, srand/srand48 by macros | zimmerma | 2002-03-21 | 1 | -7/+5 |
* | now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF, | zimmerma | 2002-03-19 | 1 | -9/+11 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | Patches by Kevin Ryde for K&R compilers | vlefevre | 2002-01-12 | 1 | -3/+5 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | added year 2001 in copyright line | zimmerma | 2001-11-16 | 1 | -1/+1 |
* | drand -> drand48 | zimmerma | 2001-10-26 | 1 | -1/+1 |
* | added special test | zimmerma | 2001-10-25 | 1 | -2/+17 |
* | Prototype changes. | vlefevre | 2001-09-13 | 1 | -1/+0 |
* | Take into account Inf, Nans ; clear the flags of the return variable | hanrot | 2000-12-13 | 1 | -0/+1 |
* | changed copyright to Free Software Foundation | zimmerma | 2000-12-01 | 1 | -1/+1 |
* | Infinis, premiere tentative (tests) | hanrot | 2000-11-21 | 1 | -0/+2 |
* | ifdef IRIX64 -> ifdef __mips | zimmerma | 2000-08-14 | 1 | -2/+2 |
* | added one test | zimmerma | 2000-06-21 | 1 | -0/+1 |
* | added #ifdef TEST to disable comparison with machine arithmetic | zimmerma | 2000-05-29 | 1 | -2/+9 |
* | added more tests | zimmerma | 2000-05-25 | 1 | -4/+8 |
* | new test files | zimmerma | 2000-05-24 | 1 | -0/+87 |