summaryrefslogtreecommitdiff
path: root/src/get_d64.c
Commit message (Expand)AuthorAgeFilesLines
* Code readability.vlefevre2021-02-011-2/+4
* make it clear that we don't propagate the sign bit in mpfr_get_d and mpfr_set_dzimmerma2021-02-011-0/+1
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Reworked decimal support and detection, resolving FIXMEs.vlefevre2020-04-101-11/+14
* Updated URLs of the GCC mailing-list archives.vlefevre2020-04-081-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* adapt to 8-bit limbs (work in progress)zimmerma2018-09-071-1/+6
* Removed trailing whitespace.vlefevre2018-09-061-1/+1
* [src/get_d64.c] fixed for 16-bit limbzimmerma2018-09-051-10/+22
* [src/get_d64.c]vlefevre2018-07-131-5/+7
* [src/get_d64.c] improve commentzimmerma2018-06-221-2/+3
* [get_d64.c] added comments and simplified codezimmerma2018-06-201-11/+8
* [src/get_d64.c] Parsing in the portable version of string_to_Decimal64:vlefevre2018-02-231-10/+6
* [src/get_d64.c] simplified code, and removed dead codezimmerma2018-02-231-28/+18
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* "a IEEE 754r decimal64 float" → "an IEEE 754-2008 decimal64 float".vlefevre2017-02-211-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* get rid of dependency from GMP for _GMP_IEEE_FLOATS and ieee_double_extractzimmerma2016-02-291-7/+7
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Updated URL's.vlefevre2014-06-221-2/+2
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [src/get_d64.c] Added a const (thanks to Patrick Pélissier).vlefevre2012-10-171-1/+1
* [get_d64.c,set_d64.c] small fixes (did not work any more with --with-gmp-build)zimmerma2012-09-041-1/+2
* Now --enable-decimal-float does not require any more --with-gmp-build.zimmerma2012-09-031-0/+206
* [src/get_d64.c] mpfr_get_decimal64 was buggy in MPFR_RNDN on somevlefevre2012-08-161-6/+9
* [src/get_d64.c] Fixed get_decimal64_max by simplifying it completely,vlefevre2012-08-151-14/+6
* [src/get_d64.c] Fixed overflow cases.vlefevre2012-08-141-2/+4
* [src/get_d64.c] mpfr_get_decimal64 is buggy in MPFR_RNDN for values xvlefevre2012-08-131-0/+6
* [src] #include <stdlib.h> unconditionally in mpfr-impl.h; removedvlefevre2012-02-241-1/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Source reorganization. In short:vlefevre2010-08-171-0/+397