| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed Arenaire to AriC with: | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | Copyright notice update: added 2012 with | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | Support implementations where the floating-point division by 0 fails. | vlefevre | 2010-08-04 | 1 | -0/+4 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -5/+5 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -16/+16 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | tests/tset_d.c: fixed test of mpfr_set_d on -0 with gcc -ffast-math | vlefevre | 2009-01-19 | 1 | -3/+9 |
* | tests/tcmp_d.c, tests/tcmp_ld.c, tests/tset_d.c: corrected message. | vlefevre | 2009-01-19 | 1 | -4/+6 |
* | tests/tcmp_d.c, tests/tcmp_ld.c, tests/tset_d.c: added explanations | vlefevre | 2009-01-19 | 1 | -11/+23 |
* | tcmp_d.c tset_d.c tcmp_ld.c: Remove tests with NaN when MPFR_NANISNAN is defi... | thevenyp | 2009-01-19 | 1 | -0/+5 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | a few patches suggested by Patrick Pelissier to ease porting to 16-bit | zimmerma | 2008-04-06 | 1 | -1/+0 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | 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 |
* | Added MPFR_DOUBLE_SPEC (not used yet, except for warning messages). | vlefevre | 2005-08-11 | 1 | -4/+26 |
* | 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 | -7/+8 |
* | Add ICC detection && support. | pelissip | 2004-09-20 | 1 | -0/+5 |
* | new coverage tests | zimmerma | 2004-02-14 | 1 | -1/+27 |
* | Update tests to remove the use of double when possible. | pelissip | 2004-01-19 | 1 | -4/+7 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -4/+1 |
* | + Add function mpfr_print_mantissa_binary, for debugging reason. | pelissip | 2003-12-09 | 1 | -4/+4 |
* | reduced test time | zimmerma | 2003-10-07 | 1 | -1/+1 |
* | Updated documentation. In particular, mpfr_set_str_raw renamed | vlefevre | 2003-10-02 | 1 | -0/+1 |
* | Changed some stderr to stdout. | vlefevre | 2003-09-24 | 1 | -39/+43 |
* | removed randseed() stuff [obsolete now we use the GMP mechanism] | zimmerma | 2003-06-19 | 1 | -1/+0 |
* | Replaced misc random functions by GMP ones. | vlefevre | 2003-06-12 | 1 | -2/+3 |
* | Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug. | ryde | 2003-06-09 | 1 | -5/+5 |
* | added year 2003 in copyright line | zimmerma | 2003-01-16 | 1 | -1/+1 |
* | replaced isnan() by Isnan() | zimmerma | 2003-01-16 | 1 | -6/+9 |
* | Patch by Kevin Ryde for memory leak checking + misc declaration fixes. | vlefevre | 2002-05-27 | 1 | -0/+2 |
* | replaced 2.2e-307 by DBL_MIN | zimmerma | 2002-04-15 | 1 | -2/+2 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d. | vlefevre | 2002-04-07 | 1 | -13/+13 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | added test for denorms | zimmerma | 2002-03-28 | 1 | -1/+19 |
* | - use mpfr_test_init to initialize harware floats | zimmerma | 2002-03-26 | 1 | -11/+16 |
* | Patch by Kevin Ryde + misc fixes. | vlefevre | 2002-03-26 | 1 | -1/+1 |
* | 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 | -2/+2 |