| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | mp_exp_unsigned_t -> mpfr_uexp_t (internal type only). | vlefevre | 2009-06-26 | 1 | -2/+2 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -3/+3 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -8/+8 |
* | 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 |
* | add1sp.c: fixed types for printf when DEBUG is defined. | vlefevre | 2008-12-26 | 1 | -7/+12 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | For the terminating null pointer of the functions mpfr_inits, | vlefevre | 2008-02-15 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Added "Contributed by the Arenaire and Cacao projects, INRIA." to the | vlefevre | 2007-02-07 | 1 | -1/+1 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | Partial fix: The inexact flag was not always set in some functions. | vlefevre | 2006-08-20 | 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 |
* | Do not put expressions with side effects in MPFR_ASSERTN. | vlefevre | 2005-09-02 | 1 | -3/+7 |
* | When WANT_ASSERT >= 2: the corresponding messages are now output | vlefevre | 2005-08-24 | 1 | -12/+13 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -14/+14 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -128/+128 |
* | Clean up use of stdio.h: | pelissip | 2005-06-08 | 1 | -11/+8 |
* | Improve checking if WANT_ASSERT >= 2 | pelissip | 2005-06-08 | 1 | -9/+48 |
* | 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 | -5/+5 |
* | Fix bug in case of reuse of variable (a,b,a) with Exp(b)=Exp(a)+Prec(b). | pelissip | 2005-03-08 | 1 | -19/+23 |
* | Rename internal functions mpfr_set_overflow in mpfr_overflow and | pelissip | 2005-02-03 | 1 | -2/+2 |
* | Cosmetic changes. | pelissip | 2004-12-10 | 1 | -2/+2 |
* | Fix an overflow bug in add1sp. | pelissip | 2004-05-04 | 1 | -1/+1 |
* | Simplify the code. | pelissip | 2004-02-25 | 1 | -3/+1 |
* | Remove some warnings. | pelissip | 2004-02-24 | 1 | -1/+1 |
* | Optimize add1sp, sub1sp and div. | pelissip | 2004-02-16 | 1 | -9/+9 |
* | + Add mpfr_add1sp which provides addition when all the operands have the same... | pelissip | 2004-02-12 | 1 | -0/+336 |