Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | protected all macros: xxx -> MPFR_xxx | zimmerma | 2000-10-26 | 1 | -18/+18 |
* | replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant) | zimmerma | 2000-08-16 | 1 | -4/+4 |
* | fixed pb when target precision is less than integer length | zimmerma | 2000-04-14 | 1 | -8/+34 |
* | unsigned char -> mp_rnd_t | zimmerma | 2000-02-11 | 1 | -8/+8 |
* | added copyright notice | zimmerma | 1999-07-30 | 1 | -0/+21 |
* | fixed possible bug (testing sign of unsigned long) in mpfr_mul_ui | zimmerma | 1999-07-05 | 1 | -1/+1 |
* | unsigned long -> mp_limb_t | zimmerma | 1999-07-02 | 1 | -4/+4 |
* | Yet another corrected prototype. | hanrot | 1999-06-28 | 1 | -0/+7 |
* | Prototypes et quelques causes de warnings corriges. | hanrot | 1999-06-25 | 1 | -0/+7 |
* | use PREC(x) instead of ABSSIZE(x) to get the number of significant limbs | zimmerma | 1999-06-25 | 1 | -10/+10 |
* | added special case for zero | zimmerma | 1999-06-17 | 1 | -0/+2 |
* | added include <stdio.h> (needed for FILE in mpfr.h) | zimmerma | 1999-06-10 | 1 | -0/+1 |
* | Initial revision | hanrot | 1999-06-09 | 1 | -0/+43 |