| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | No longer use MPFR_CHECK_ALL in tests. In '-dev' versions, assume | vlefevre | 2007-07-25 | 1 | -2/+1 |
* | Added code to check mpfr against Gonnet's tables when the environment variable | zimmerma | 2007-07-20 | 1 | -0/+10 |
* | Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULL | vlefevre | 2007-06-21 | 1 | -2/+2 |
* | Added "Contributed by the Arenaire and Cacao projects, INRIA." to the | vlefevre | 2007-02-07 | 1 | -0/+1 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -5/+5 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | casts to allow compilation with g++ | zimmerma | 2005-01-27 | 1 | -4/+4 |
* | use GMP_RND_MAX instead of hard-coded constant | zimmerma | 2004-02-23 | 1 | -1/+1 |
* | new coverage tests | zimmerma | 2004-02-14 | 1 | -0/+21 |
* | Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract... | pelissip | 2004-01-28 | 1 | -10/+10 |
* | Update the tests to reduce the use of floats. | pelissip | 2004-01-09 | 1 | -26/+21 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -4/+1 |
* | check_nan() is back | zimmerma | 2003-10-14 | 1 | -2/+1 |
* | Changed some stderr to stdout. | vlefevre | 2003-09-24 | 1 | -27/+27 |
* | changed since mpfr_random now can return 0 | zimmerma | 2003-06-20 | 1 | -1/+5 |
* | Replaced misc random functions by GMP ones. | vlefevre | 2003-06-12 | 1 | -1/+1 |
* | Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug. | ryde | 2003-06-09 | 1 | -3/+3 |
* | Prototypes: use static. Some code reformatting. | vlefevre | 2003-01-24 | 1 | -8/+6 |
* | Use tests_start_mpfr / tests_end_mpfr. | ryde | 2003-01-22 | 1 | -0/+3 |
* | added 2003, removed math.h | zimmerma | 2003-01-16 | 1 | -2/+1 |
* | replaced isnan() by Isnan() | zimmerma | 2003-01-16 | 1 | -12/+14 |
* | removed all tests that compare to libm | zimmerma | 2002-11-25 | 1 | -26/+0 |
* | 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 | -19/+18 |
* | Patch by Kevin Ryde + misc fixes. | vlefevre | 2002-03-26 | 1 | -5/+41 |
* | 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 | -4/+4 |
* | now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF, | zimmerma | 2002-03-19 | 1 | -4/+5 |
* | #include changes. | vlefevre | 2002-03-11 | 1 | -2/+0 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | Patches by Kevin Ryde for K&R compilers | vlefevre | 2002-01-12 | 1 | -3/+4 |
* | start tests with precision 2 instead of 1 | zimmerma | 2001-11-30 | 1 | -2/+2 |
* | mpfr_print_raw -> mpfr_print_binary | zimmerma | 2001-11-16 | 1 | -3/+3 |
* | 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 |
* | added test for inexact flag | zimmerma | 2001-10-26 | 1 | -1/+56 |
* | changed "int main(..)" to two lines | zimmerma | 2001-02-18 | 1 | -2/+3 |
* | unsigned char (or int) -> mp_rnd_t | zimmerma | 2000-12-21 | 1 | -1/+1 |
* | removed isnan(), ... | zimmerma | 2000-12-21 | 1 | -4/+1 |