summaryrefslogtreecommitdiff
path: root/print_raw.c
Commit message (Expand)AuthorAgeFilesLines
* added error message when memory allocation failszimmerma2000-12-151-3/+9
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-0/+5
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-9/+9
* malloc -> *_mp_allocate_func or TMP_ALLOCzimmerma2000-10-021-2/+2
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-1/+1
* SIGN -> MPFR_SIGNzimmerma2000-02-111-1/+1
* added copyright noticezimmerma1999-07-301-0/+22
* 1UL -> ((mp_limb_t) 1)zimmerma1999-07-021-1/+1
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-0/+11
* special case for zerozimmerma1999-06-171-0/+1
* added case of NaNzimmerma1999-06-161-11/+14
* Initial revisionhanrot1999-06-091-0/+54