summaryrefslogtreecommitdiff
path: root/set_d64.c
Commit message (Expand)AuthorAgeFilesLines
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-2/+0
* set_d64.c: replaced an "if" by a "#if" to avoid a gcc warning.vlefevre2007-05-311-5/+4
* get_d64.c: use BITS_PER_MP_LIMB instead of GMP_BITS_PER_LIMB (whichvlefevre2007-05-311-1/+1
* get_d64.c, set_d64.c: improved code to avoid some warnings.vlefevre2007-05-311-1/+4
* Untabified get_d64.c and set_d64.c.vlefevre2007-05-311-7/+7
* 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-62/+47
* complete rewrite of mpfr_set_decimal64 and mpfr_get_decimal64: now usezimmerma2006-11-091-123/+59
* added new configure option --enable-decimal-float to build mpfr_set_decimal64zimmerma2006-11-081-8/+40
* added --enable-decimal-float in configure, and corresponding macrozimmerma2006-11-071-3/+2
* added new (preliminary) conversions functions to/from decimal64zimmerma2006-11-051-0/+270