summaryrefslogtreecommitdiff
path: root/print_raw.c
Commit message (Expand)AuthorAgeFilesLines
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* Replaced NaN, Inf by @NaN@, @Inf@ [for bases > 24].hanrot2003-02-241-2/+2
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-2/+2
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-2/+2
* removed K&R function headerszimmerma2001-11-161-7/+2
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-1/+1
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-12/+4
* fixed problems with old K&R compilers (_PROTO missing)zimmerma2001-02-151-1/+1
* _mp_xxx_func -> _gmp_xxx_funczimmerma2001-01-111-6/+2
* k2r -> ansi stylezimmerma2000-12-211-1/+4
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+6
* 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