| Commit message (Expand) | Author | Age | Files | Lines |
* | improved coverage test | zimmerma | 2004-02-14 | 1 | -3/+2 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -3/+1 |
* | Changed some error messages into assertions. | vlefevre | 2004-01-14 | 1 | -15/+12 |
* | Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0)) | pelissip | 2003-11-05 | 1 | -1/+1 |
* | + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS. | pelissip | 2003-11-04 | 1 | -5/+5 |
* | Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value... | pelissip | 2003-10-28 | 1 | -29/+30 |
* | Change the internal format of MPFR: ZERO, INF and NAN have special values of ... | pelissip | 2003-10-27 | 1 | -7/+7 |
* | replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec) | zimmerma | 2003-10-14 | 1 | -7/+6 |
* | Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK | vlefevre | 2003-05-22 | 1 | -4/+4 |
* | fixed some problems found by insure | zimmerma | 2002-11-20 | 1 | -4/+4 |
* | 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 | -1/+1 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | Bugs fixed. | vlefevre | 2002-03-17 | 1 | -2/+2 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | Misc bug fixes and code clean-up. | vlefevre | 2002-02-01 | 1 | -15/+14 |
* | Spelling: "canceled" | vlefevre | 2002-01-10 | 1 | -2/+2 |
* | Functions mpfr_{mul,div}_2{si,ui} added. | vlefevre | 2001-11-29 | 1 | -2/+2 |
* | mpfr_print_raw -> mpfr_print_binary | zimmerma | 2001-11-16 | 1 | -3/+3 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | added year 2001 in copyright line | zimmerma | 2001-11-16 | 1 | -8/+1 |
* | implement ternary inexact flag | zimmerma | 2001-10-15 | 1 | -8/+11 |
* | log(0) now returns 0 (exact infinity) | zimmerma | 2001-04-20 | 1 | -1/+1 |
* | fixed pbs with NaN/Inf | zimmerma | 2001-04-18 | 1 | -20/+30 |
* | Case where argument < 0 included, NR 17-04-2001 | revol | 2001-04-17 | 1 | -0/+6 |
* | removed superfluous TMP_FREE(marker) | zimmerma | 2001-01-11 | 1 | -4/+3 |
* | only editing | zimmerma | 2000-12-22 | 1 | -10/+10 |
* | k2r -> ansi style | zimmerma | 2000-12-21 | 1 | -14/+16 |
* | changed name of mpfr struct fields: _mp_d -> _mpfr_d | zimmerma | 2000-12-18 | 1 | -13/+9 |
* | _mp_d -> MPFR_MANT | zimmerma | 2000-12-15 | 1 | -1/+2 |
* | A few patches. | hanrot | 2000-12-15 | 1 | -3/+9 |
* | Permutation of includes to avoid warnings due to careless multiple definition | hanrot | 2000-12-15 | 1 | -1/+1 |
* | Take into account Inf, Nans ; clear the flags of the return variable | hanrot | 2000-12-13 | 1 | -0/+3 |
* | changed copyright to Free Software Foundation | zimmerma | 2000-12-01 | 1 | -1/+1 |
* | Infinis, premiere tentative. | hanrot | 2000-11-21 | 1 | -2/+12 |
* | protected all macros: xxx -> MPFR_xxx | zimmerma | 2000-10-26 | 1 | -7/+7 |
* | Correction de prototypes faux dans le cas ou on n'est pas -D__STDC__. | hanrot | 2000-10-19 | 1 | -1/+1 |
* | improved choice of initial precision | zimmerma | 2000-06-16 | 1 | -1/+3 |
* | unsigned char -> mp_rnd_t | zimmerma | 2000-02-11 | 1 | -6/+7 |
* | added debug instructions | zimmerma | 1999-12-16 | 1 | -0/+4 |
* | fixed bug for large input | zimmerma | 1999-12-10 | 1 | -0/+1 |
* | rewritten the error analysis: | zimmerma | 1999-12-10 | 1 | -39/+37 |
* | div3 -> div | zimmerma | 1999-10-07 | 1 | -2/+2 |
* | added copyright notice | zimmerma | 1999-07-30 | 1 | -0/+21 |
* | using div3 | boldo | 1999-07-07 | 1 | -2/+2 |
* | returns now an int instead of void | zimmerma | 1999-07-06 | 1 | -11/+6 |
* | unused variable | boldo | 1999-07-02 | 1 | -1/+1 |
* | one single bug | boldo | 1999-07-01 | 1 | -4/+8 |
* | memory gestion | boldo | 1999-06-30 | 1 | -22/+28 |
* | Prototypes et quelques causes de warnings corriges. | hanrot | 1999-06-25 | 1 | -2/+11 |