| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -5/+5 |
* | Changed mp_prec_t into mpfr_prec_t. | vlefevre | 2010-04-30 | 1 | -6/+6 |
* | 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 | -10/+10 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -9/+9 |
* | 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 |
* | gmp_op.c: removed old "#include <stddef.h>" line (seems to be useless | vlefevre | 2007-11-23 | 1 | -2/+0 |
* | 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 |
* | Typos & English usage. | vlefevre | 2005-11-03 | 1 | -2/+2 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -9/+9 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -50/+50 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacement | pelissip | 2005-03-14 | 1 | -4/+2 |
* | Clean up code. | pelissip | 2005-02-14 | 1 | -8/+17 |
* | Reduce size of code | pelissip | 2005-01-11 | 1 | -105/+126 |
* | For add/sub_type functions where type is a type without signed zeros, | pelissip | 2004-04-07 | 1 | -8/+25 |
* | Fix a bug in case a mpz_t == 0 (mpz_sizeinbase(0Z,2)==0 and MPFR_PREC_MIN=2). | pelissip | 2004-04-07 | 1 | -5/+5 |
* | Fix a bug. | pelissip | 2004-03-26 | 1 | -15/+25 |
* | Test write access to CVS. | vlefevre | 2004-03-22 | 1 | -1/+1 |
* | Add mpfr_cmp_f and its test. | pelissip | 2004-03-09 | 1 | -0/+14 |
* | Add `mpfr_cmp_q` and `mpfr_cmp_z`. | pelissip | 2004-03-09 | 1 | -12/+39 |
* | Fix bug with exact rationnal arguments (0.5+3/2 freezes). | pelissip | 2004-02-19 | 1 | -38/+54 |
* | Fix the computing of the error for mpq_add and mpq_sub. | pelissip | 2004-02-16 | 1 | -5/+16 |
* | Fix bug of add_q and sub_q with special values (NAN, INF and ZERO). | pelissip | 2004-02-16 | 1 | -4/+53 |
* | + Add a new test file for checking functions mpfr_add/sub/mul/div_q/z (from g... | pelissip | 2004-01-08 | 1 | -39/+68 |
* | Merged the mpfr-2-0-2-branch changes to the trunk. | vlefevre | 2003-10-20 | 1 | -18/+18 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | removed K&R function headers | zimmerma | 2001-11-16 | 1 | -65/+1 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | Change mpfr_<op>_mpz to mpfr_<op>_z | rouillie | 2001-10-30 | 1 | -16/+16 |
* | Adds the file gmp_op.c containing the implementations of operations between | rouillie | 2001-10-26 | 1 | -0/+186 |