| Commit message (Expand) | Author | Age | Files | Lines |
* | Suppressed MPFR_CLEAR_FLAGS (no longer did anything). | vlefevre | 2009-06-26 | 1 | -1/+0 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -3/+3 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | added round to away (still experimental) | zimmerma | 2009-02-26 | 1 | -13/+11 |
* | 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 |
* | Add void in prototype. | thevenyp | 2008-09-18 | 1 | -2/+2 |
* | Fixed the following problem: | vlefevre | 2008-08-20 | 1 | -0/+22 |
* | 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 |
* | 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 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -2/+2 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Add option "thread-safe" to configure. | pelissip | 2005-02-03 | 1 | -3/+3 |
* | Add functions mpfr_set_overflow, mpfr_set_underflow, mpfr_set_erangeflag, | pelissip | 2005-02-03 | 1 | -0/+41 |
* | Rename internal functions mpfr_set_overflow in mpfr_overflow and | pelissip | 2005-02-03 | 1 | -13/+13 |
* | Add mpfr_clear_erangeflag and mpfr_erangeflag_p. | pelissip | 2004-09-29 | 1 | -0/+16 |
* | Add new functions: mpfr_get_emin_min, mpfr_get_emax_max, mpfr_get_emin_max and | pelissip | 2004-08-19 | 1 | -0/+24 |
* | 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 |
* | Port all the IEEE dependent remaining functions so that it uses a generic way... | pelissip | 2003-12-01 | 1 | -2/+2 |
* | * Optimize a few div.c and mul.c. | pelissip | 2003-11-17 | 1 | -5/+5 |
* | Some minor optimizations. | pelissip | 2003-11-07 | 1 | -3/+3 |
* | Change the internal format of MPFR: ZERO, INF and NAN have special values of ... | pelissip | 2003-10-27 | 1 | -4/+2 |
* | Fixed mpfr_set_overflow, added tests for mpfr_set_underflow | vlefevre | 2003-09-14 | 1 | -6/+7 |
* | Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK | vlefevre | 2003-05-22 | 1 | -2/+2 |
* | Suppress some #define and fix symbol names (makes code cleaner): | vlefevre | 2002-12-16 | 1 | -23/+23 |
* | Prototype of mpfr_setmax and mpfr_setmin changed (exponent given). | vlefevre | 2002-07-26 | 1 | -2/+2 |
* | New internal functions mpfr_setmin and mpfr_setmax. | vlefevre | 2002-07-26 | 1 | -19/+2 |
* | Function mpfr_check_range now propagates the inexact ternary value. | vlefevre | 2002-07-25 | 1 | -1/+1 |
* | Function mpfr_check_range improved in the underflow case. | vlefevre | 2002-07-23 | 1 | -7/+16 |
* | MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT. | vlefevre | 2002-06-26 | 1 | -1/+1 |
* | Note added for mpfr_check_range. Bug fixed. | vlefevre | 2002-05-29 | 1 | -2/+7 |
* | Copyright line updated. | vlefevre | 2002-05-14 | 1 | -1/+1 |
* | Underflow semantics changed (not tested). | vlefevre | 2002-04-23 | 1 | -2/+8 |
* | 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 |
* | Bug fixed. | vlefevre | 2001-11-21 | 1 | -2/+5 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | GNU coding style. K&R function headers removed. | vlefevre | 2001-11-10 | 1 | -125/+55 |
* | Prototypes for K&R C. | vlefevre | 2001-11-05 | 1 | -5/+15 |
* | 1999 -> 2001 | zimmerma | 2001-10-25 | 1 | -1/+1 |
* | Inexact ternary value and flag for mpfr_set_underflow, mpfr_set_overflow | vlefevre | 2001-09-11 | 1 | -12/+16 |
* | New flags. | vlefevre | 2001-09-11 | 1 | -0/+48 |
* | Fix: flags set in mpfr_set_{under,over}flow(). | vlefevre | 2001-09-06 | 1 | -0/+2 |