| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Updated a comment and reformatted the code. | vlefevre | 2005-04-21 | 1 | -18/+18 |
* | Add "MPFR_USE_NO_MACRO" user macro: it allows the user to link | pelissip | 2004-12-14 | 1 | -2/+3 |
* | cmp(x,y) if x=NAN or y=NAN returns 0 and erange flag. | pelissip | 2004-09-29 | 1 | -2/+7 |
* | Add mpfr_cmp as a real function, not only a macro. | pelissip | 2004-04-28 | 1 | -0/+6 |
* | improved coverage test | zimmerma | 2004-02-13 | 1 | -4/+2 |
* | 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 |
* | Optmize a few add1.c/sub1.c by using MPFR_LIKELY / MPFR_UNLIKELY. | pelissip | 2003-11-25 | 1 | -5/+3 |
* | Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0)) | pelissip | 2003-11-05 | 1 | -1/+1 |
* | Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value... | pelissip | 2003-10-28 | 1 | -17/+21 |
* | Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK | vlefevre | 2003-05-22 | 1 | -3/+3 |
* | 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 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | added year 2001 in copyright line | zimmerma | 2001-11-16 | 1 | -1/+1 |
* | GNU coding style. K&R function headers removed. | vlefevre | 2001-11-10 | 1 | -13/+6 |
* | mpfr_cmp3 changed and integer overflows checked. | vlefevre | 2001-09-05 | 1 | -50/+55 |
* | moved mpfr_cmp2 to separate file cmp2.c | zimmerma | 2001-04-03 | 1 | -179/+0 |
* | fixed new bug in mpfr_cmp2 found by Fabrice | zimmerma | 2001-03-27 | 1 | -19/+32 |
* | fixed bug found by Nathalie Revol | zimmerma | 2001-03-21 | 1 | -19/+32 |
* | fixed bug in mpfr_cmp2 (found on the IA64) | zimmerma | 2001-01-18 | 1 | -1/+4 |
* | fixed bug in mpfr_cmp2 when d=0 and lots of bits match | zimmerma | 2000-12-22 | 1 | -2/+2 |
* | k2r -> ansi style | zimmerma | 2000-12-21 | 1 | -12/+21 |
* | changed name of mpfr struct fields: _mp_d -> _mpfr_d | zimmerma | 2000-12-18 | 1 | -1/+2 |
* | Yet another patch for include files. | hanrot | 2000-12-15 | 1 | -1/+1 |
* | Permutation of includes to avoid warnings due to careless multiple definition | hanrot | 2000-12-15 | 1 | -1/+1 |
* | fixed bug in mpfr_cmp2 when return value is k*BITS_PER_MP_LIMB-1 | zimmerma | 2000-12-05 | 1 | -8/+14 |
* | fixed bug in mpfr_cmp3 (when b=0, s not taken into account) | zimmerma | 2000-12-01 | 1 | -1/+1 |
* | changed copyright to Free Software Foundation | zimmerma | 2000-12-01 | 1 | -1/+1 |
* | returned value was one too small in case d=1 | zimmerma | 2000-11-28 | 1 | -1/+1 |
* | fixed bug in mpfr_cmp2: wrong limb considered after cp[cn--] when | zimmerma | 2000-11-28 | 1 | -8/+10 |
* | Infinis, premiere tentative. | hanrot | 2000-11-21 | 1 | -0/+5 |
* | protected all macros: xxx -> MPFR_xxx | zimmerma | 2000-10-26 | 1 | -15/+15 |
* | replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant) | zimmerma | 2000-08-16 | 1 | -17/+17 |
* | fixed bug found by G. Ballabio for b=0 and 0<c<1 | zimmerma | 2000-05-02 | 1 | -1/+5 |
* | added cast to mp_limb_t (bug on Alpha in tadd with -O2) | zimmerma | 2000-04-19 | 1 | -1/+1 |
* | SIGN -> MPFR_SIGN | zimmerma | 2000-02-11 | 1 | -3/+3 |
* | fixed nasty bug in mpfr_cmp2 (case cc=1) | zimmerma | 1999-12-16 | 1 | -11/+21 |
* | mpfr_cmp2(b,c) now returns PREC(b) if b=c, even if c=0 | zimmerma | 1999-10-20 | 1 | -1/+1 |
* | added copyright notice | zimmerma | 1999-07-30 | 1 | -9/+26 |
* | introduced auxiliary function mpfr_cmp3(x,y,sign) to compare x and sign*y | zimmerma | 1999-07-05 | 1 | -4/+6 |
* | Due to the representation of 0 it might have happened that 0 != 0. | hanrot | 1999-07-01 | 1 | -0/+1 |