summaryrefslogtreecommitdiff
path: root/set_si.c
Commit message (Expand)AuthorAgeFilesLines
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-18/+18
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-4/+4
* fixed pb when target precision is less than integer lengthzimmerma2000-04-141-8/+34
* unsigned char -> mp_rnd_tzimmerma2000-02-111-8/+8
* added copyright noticezimmerma1999-07-301-0/+21
* fixed possible bug (testing sign of unsigned long) in mpfr_mul_uizimmerma1999-07-051-1/+1
* unsigned long -> mp_limb_tzimmerma1999-07-021-4/+4
* Yet another corrected prototype.hanrot1999-06-281-0/+7
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-0/+7
* use PREC(x) instead of ABSSIZE(x) to get the number of significant limbszimmerma1999-06-251-10/+10
* added special case for zerozimmerma1999-06-171-0/+2
* added include <stdio.h> (needed for FILE in mpfr.h)zimmerma1999-06-101-0/+1
* Initial revisionhanrot1999-06-091-0/+43