| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros. | vlefevre | 2010-01-08 | 1 | -2/+2 |
* | BITS_PER_MP_LIMB -> GMP_LIMB_BITS | zimmerma | 2010-01-08 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | Suppressed MPFR_CLEAR_FLAGS (no longer did anything). | vlefevre | 2009-06-26 | 1 | -1/+0 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -13/+13 |
* | 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 |
* | r5689 undone: some casts were incorrect (mp_exp_t may be greater than | vlefevre | 2008-11-22 | 1 | -1/+1 |
* | fixed some signed/unsigned warnings with g++ (please review) | zimmerma | 2008-11-22 | 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 |
* | apply patch suggested in bug #3604 | zimmerma | 2007-07-18 | 1 | -1/+1 |
* | Untabified and removed trailing spaces. | vlefevre | 2007-06-20 | 1 | -10/+10 |
* | 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 |
* | patched root.c to use rootrem.c with gmp-4.1.90 | zimmerma | 2005-10-29 | 1 | -1/+1 |
* | documented algorithm used in mpfr_agm and fixed code accordingly | zimmerma | 2005-10-19 | 1 | -19/+25 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -3/+3 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -44/+44 |
* | Updated copyright line. | vlefevre | 2005-08-18 | 1 | -1/+1 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Replace TMP_ALLOC by MPFR_TMP_ALLOC | pelissip | 2005-05-18 | 1 | -3/+3 |
* | Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacement | pelissip | 2005-03-14 | 1 | -2/+1 |
* | Log input and ouput of functions. | pelissip | 2005-02-15 | 1 | -4/+10 |
* | Enable fast computing. | pelissip | 2004-11-18 | 1 | -1/+1 |
* | Add unused code (Still needs a proof). | pelissip | 2004-11-15 | 1 | -9/+22 |
* | Try to optimize a few agm by rewriting a few the loop. | pelissip | 2004-07-09 | 1 | -22/+26 |
* | Minor Optimizations. | pelissip | 2004-04-27 | 1 | -94/+38 |
* | Fix a bug when both op are < 0 (It seems it was my fault). | pelissip | 2004-04-20 | 1 | -59/+68 |
* | Commented out the now useless "double uo, vo;". | vlefevre | 2004-02-16 | 1 | -22/+24 |
* | improved coverage test | zimmerma | 2004-02-13 | 1 | -38/+55 |
* | Add forgotten copyright 2004 line. | pelissip | 2004-02-06 | 1 | -2/+1 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -3/+1 |
* | added new tests for agm and hypot (+ fixed bugs) | zimmerma | 2004-01-30 | 1 | -3/+3 |
* | Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0)) | pelissip | 2003-11-05 | 1 | -2/+3 |
* | + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS. | pelissip | 2003-11-04 | 1 | -7/+4 |
* | Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value... | pelissip | 2003-10-28 | 1 | -32/+33 |
* | Change the internal format of MPFR: ZERO, INF and NAN have special values of ... | pelissip | 2003-10-27 | 1 | -14/+12 |
* | replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec) | zimmerma | 2003-10-14 | 1 | -3/+4 |
* | fixed pb found by Damien Fisher | zimmerma | 2003-08-04 | 1 | -3/+8 |
* | Suppress some #define and fix symbol names (makes code cleaner): | vlefevre | 2002-12-16 | 1 | -6/+6 |
* | now mpfr_agm returns an int (inexact flag) | zimmerma | 2002-09-18 | 1 | -7/+13 |
* | 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 | -2/+2 |