summaryrefslogtreecommitdiff
path: root/src/get_d128.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
* [src/get_d128.c] Updated FIXME comment (after r14087).vlefevre2020-07-201-12/+15
* [src/get_d128.c] Removed unused variable due to r14087.vlefevre2020-07-201-1/+0
* [src/get_d128.c] For the special values, avoid double to _Decimal128vlefevre2020-07-201-3/+3
* [src/get_d128.c] Updated the FIXME.vlefevre2020-07-121-0/+2
* [src/get_d128.c] Added a FIXME to work around GCC bug 96173.vlefevre2020-07-121-0/+10
* 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
* [src/get_d64.c] improve commentzimmerma2018-06-221-3/+4
* [src/get_d128.c] Bug fix (buffer overflow detected by AddressSanitizer).vlefevre2018-06-221-6/+4
* [src] Moved the FIXME comment from set_d128.c to get_d128.c since thevlefevre2018-06-221-0/+3
* [src/get_d128.c] removed useless commentzimmerma2018-06-211-1/+0
* [src/get_d128.c] avoid using doubleszimmerma2018-06-201-7/+7
* added mpfr_get_decimal128 (still experimental)zimmerma2018-06-201-0/+440