summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated version to 3.1.5.vlefevre2016-09-272-2/+2
* Updated version to 3.1.5-rc1 and updated libmpfr_la_LDFLAGS invlefevre2016-09-133-3/+3
* [src/get_ld.c] Re-added a blank line that disappeared in a merge.vlefevre2016-09-121-0/+1
* [src/get_ld.c] Removed a "see below", which refers to a comment thatvlefevre2016-09-121-1/+1
* [src/get_ld.c] Fixed bug for little-endian x86 extended precision.vlefevre2016-09-081-2/+1
* Fixed various bugs in mpfr_can_round_raw, which affected mpfr_can_round:vlefevre2016-09-054-56/+276
* [src/sub1.c] Fixed bug in mpfr_sub1 (real subtraction b - c, |b| > |c|):vlefevre2016-05-291-5/+9
* For mpfr_add_ui and mpfr_sub_ui, make sure that all the expected flagsvlefevre2016-05-222-0/+2
* [src/mpfr-impl.h] Removed the detection of possible inconsistenciesvlefevre2016-04-131-13/+0
* [src/mpfr-impl.h] Fixed and improved some sign-related macrosvlefevre2016-03-151-18/+22
* Updated version to 3.1.5-dev.vlefevre2016-03-062-3/+3
* Updated version to 3.1.4.vlefevre2016-03-062-2/+2
* [src/get_flt.c] FIXME: The code assumes the IEEE-754 binary32 formatvlefevre2016-03-021-0/+3
* reverted commit 10144 (wrongly applied to branch 3.1 instead of trunk)zimmerma2016-02-291-63/+0
* native detection of ieee_double_extract (work in progress),zimmerma2016-02-291-0/+63
* fixed typozimmerma2016-02-291-1/+1
* Better threading support:vlefevre2016-02-269-25/+137
* Updated version to 3.1.4-rc2.vlefevre2016-02-242-2/+2
* Updated version to 3.1.4-rc1 and updated libmpfr_la_LDFLAGS invlefevre2016-02-233-3/+3
* [src/{cmp_d.c,cmp_ld.c}] Bug fixes: mpfr_cmp_d (resp. mpfr_cmp_ld) wasvlefevre2016-02-232-2/+16
* [src/sum.c] Fixed bugs in mpfr_sum, which could return wrong resultsvlefevre2016-02-222-14/+26
* [src/agm.c] Fixed bug in mpfr_agm in case the two FP inputs havevlefevre2016-02-221-4/+1
* [src/rem1.c] Fixed bug in the mpfr_rem1 internal function (used byvlefevre2016-02-191-7/+35
* [src/gamma.c] Bug fix in case the argument is an integer fitting in anvlefevre2016-02-191-0/+5
* [src/root.c] Fixed root(x,k) for large very values of k: MPFR couldvlefevre2016-02-151-58/+132
* [src/mpfr-impl.h] Merged r9970 to simplify a future patch generation.vlefevre2016-02-151-1/+1
* [src/{fits_intmax.c,fits_s.h,fits_u.h}] Fixed mpfr_fits_* functions: thevlefevre2016-02-153-3/+27
* Fixed bug in mpfr_can_round_raw, which affected mpfr_can_round: thevlefevre2016-02-123-49/+88
* [src/exp3.c] Merged r9883 to simplify a future patch generationvlefevre2016-02-121-1/+1
* Fixed bug in si operations (mpfr_add_si, mpfr_sub_si, mpfr_si_sub,vlefevre2016-02-124-9/+12
* [src/eint.c] Typo in a comment.vlefevre2016-02-091-1/+1
* Replacedvlefevre2016-02-04230-230/+230
* Fixed bug in mpfr_sqrt reported by Fredrik Johansson, occurring whenvlefevre2016-01-211-1/+2
* Fixed bug for zeta(s) with s near an even negative integer.vlefevre2016-01-201-8/+23
* Fixed bug found by Fredrik Johansson in the mpfr_jn family of functions.vlefevre2016-01-201-3/+3
* Copyright notice update: added 2016 withvlefevre2016-01-01248-248/+248
* Fixed bug in mulders.c (affecting mpfr_div) reported by Ricky Farr:vlefevre2015-10-291-3/+4
* Fixed warnings from GCC's -Wold-style-declaration option:vlefevre2015-08-256-8/+8
* [src/frexp.c] Fixed a bug occurring when the current exponent rangevlefevre2015-07-171-2/+33
* [src/{div_2si.c,div_2ui.c,mul_2si.c}] Fixed some underflow cases invlefevre2015-07-173-3/+7
* [src/{div_2si.c,div_2ui.c,mul_2si.c}] Fixed overflow case when n = 0.vlefevre2015-07-023-3/+3
* [doc/mpfr.texi] Completed specification:vlefevre2015-07-021-6/+7
* Updated version to 3.1.4-dev.vlefevre2015-06-192-3/+3
* Updated version to 3.1.3.vlefevre2015-06-192-2/+2
* Updated version to 3.1.3-rc1 and updated libmpfr_la_LDFLAGS invlefevre2015-06-123-3/+3
* [src/fma.c] Fixed the scaling in case of underflow. Added log messages.vlefevre2015-06-121-4/+21
* [src/urandomb.c] Replaced mpn_copyd by MPN_COPY for GMP 4 compatibility.vlefevre2015-06-111-1/+1
* [src/urandomb.c] Replaced mpn_copyi by mpn_copyd.vlefevre2015-06-111-1/+1
* [src/urandomb.c] Fixed bug which could appear with probability 1/2^32vlefevre2015-06-101-0/+2
* [src/{cos.c,sin.c}] Fixed bug related to the exponent range, introducedvlefevre2015-06-102-3/+8