| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notice update: added 2017 with | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | Replaced | vlefevre | 2016-02-04 | 1 | -1/+1 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-05-20 | 1 | -1/+1 |
* | Copyright notice update: added 2014 with | vlefevre | 2014-01-03 | 1 | -1/+1 |
* | Use copyright year ranges, following | vlefevre | 2013-05-30 | 1 | -1/+1 |
* | Copyright notice update: added 2013 with | vlefevre | 2013-03-08 | 1 | -1/+1 |
* | 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 |
* | Fixed printf's calls: support the case where mpfr_prec_t is not a long | vlefevre | 2011-05-12 | 1 | -25/+31 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t). | vlefevre | 2010-05-07 | 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 | -66/+66 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -2/+2 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | tests/tadd1sp.c, tests/tsub1sp.c: fixed function prototypes. | vlefevre | 2009-01-14 | 1 | -5/+8 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests. | thevenyp | 2008-09-18 | 1 | -2/+2 |
* | For the terminating null pointer of the functions mpfr_inits, | vlefevre | 2008-02-15 | 1 | -4/+4 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULL | vlefevre | 2007-06-21 | 1 | -4/+4 |
* | 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 |
* | Added ', Inc.' when missing after 'Free Software Foundation'. | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | 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 | -68/+68 |
* | Reformatted the code. | vlefevre | 2004-10-26 | 1 | -317/+316 |
* | Replaced mpfr_set_emin/emax by set_emin/emax in tests to check | vlefevre | 2004-10-26 | 1 | -2/+2 |
* | Remove use of abort (They can create core dump on some systems). | pelissip | 2004-03-12 | 1 | -4/+4 |
* | Simplify the random code. | pelissip | 2004-02-17 | 1 | -6/+2 |
* | Optimize add1sp, sub1sp and div. | pelissip | 2004-02-16 | 1 | -0/+62 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -2/+2 |
* | Add a new test between sub1 and sub1sp. | pelissip | 2004-01-07 | 1 | -3/+2 |
* | Fix bug of sub1sp.c on sparck. | pelissip | 2004-01-07 | 1 | -3/+85 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -1/+1 |
* | + Add a new test in case of underflow. | pelissip | 2003-12-10 | 1 | -1/+3 |
* | + Add function mpfr_print_mantissa_binary, for debugging reason. | pelissip | 2003-12-09 | 1 | -0/+365 |