| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | avoid several compiler warnings with g++ | zimmerma | 2010-10-10 | 1 | -2/+2 |
* | 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 |
* | Changed mp_prec_t into mpfr_prec_t. | vlefevre | 2010-04-30 | 1 | -2/+2 |
* | 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 | -14/+14 |
* | Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere. | thevenyp | 2009-05-05 | 1 | -2/+0 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -45/+45 |
* | 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 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | 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 |
* | 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 |
* | Fixed uninitialized variable (with gcc -std=c99). | vlefevre | 2005-09-11 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Add detection of function round, rint, ceil, floor and nearbyint at configure | pelissip | 2005-05-03 | 1 | -0/+10 |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | Fix bug if dest==src. | pelissip | 2005-01-28 | 1 | -0/+13 |
* | casts to allow compilation with g++ | zimmerma | 2005-01-27 | 1 | -12/+12 |
* | Fixed errors reported by Nelson H. F. Beebe | pelissip | 2004-12-21 | 1 | -0/+4 |
* | Replaced mpfr_set_emin/emax by set_emin/emax in tests to check | vlefevre | 2004-10-26 | 1 | -2/+2 |
* | Added functions mpfr_rint_round, mpfr_rint_trunc, mpfr_rint_ceil, | vlefevre | 2004-09-30 | 1 | -9/+13 |
* | Add ICC detection && support. | pelissip | 2004-09-20 | 1 | -2/+2 |
* | added test for *function* mpfr_round | zimmerma | 2004-02-16 | 1 | -0/+3 |
* | improved coverage test | zimmerma | 2004-02-14 | 1 | -2/+90 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -3/+3 |
* | added several hard-coded tests (and fixed bugs found) | zimmerma | 2004-01-22 | 1 | -2/+21 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -4/+1 |
* | 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 | 1 | -26/+84 |
* | Changed some stderr to stdout. | vlefevre | 2003-09-24 | 1 | -5/+5 |
* | Replaced misc random functions by GMP ones. | vlefevre | 2003-06-12 | 1 | -2/+2 |
* | Patch by Kevin Ryde for memory leak checking + misc declaration fixes. | vlefevre | 2002-05-27 | 1 | -0/+3 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | replaced rand/lrand48, drand48, srand/srand48 by macros | zimmerma | 2002-03-21 | 1 | -1/+2 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | Bux fixed. | vlefevre | 2002-01-30 | 1 | -3/+1 |
* | Tests added (mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round). | vlefevre | 2002-01-30 | 1 | -0/+94 |