summaryrefslogtreecommitdiff
path: root/get_d64.c
Commit message (Expand)AuthorAgeFilesLines
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-1/+0
* get_d64.c: use BITS_PER_MP_LIMB instead of GMP_BITS_PER_LIMB (whichvlefevre2007-05-311-2/+2
* get_d64.c, set_d64.c: improved code to avoid some warnings.vlefevre2007-05-311-2/+6
* Untabified get_d64.c and set_d64.c.vlefevre2007-05-311-68/+68
* get_d64.c: added missing #include.vlefevre2007-05-311-0/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* modified to work on 64-bit machines toozimmerma2006-11-091-21/+10
* get_d64.c: fixed problems related to signed/unsigned values.vlefevre2006-11-091-3/+3
* complete rewrite of mpfr_set_decimal64 and mpfr_get_decimal64: now usezimmerma2006-11-091-119/+201
* added new configure option --enable-decimal-float to build mpfr_set_decimal64zimmerma2006-11-081-17/+103
* added --enable-decimal-float in configure, and corresponding macrozimmerma2006-11-071-3/+2
* added new (preliminary) conversions functions to/from decimal64zimmerma2006-11-051-0/+232