| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated version to 3.1.5-rc1 and updated libmpfr_la_LDFLAGS in | vlefevre | 2016-09-13 | 3 | -3/+3 |
* | [src/get_ld.c] Re-added a blank line that disappeared in a merge. | vlefevre | 2016-09-12 | 1 | -0/+1 |
* | [src/get_ld.c] Removed a "see below", which refers to a comment that | vlefevre | 2016-09-12 | 1 | -1/+1 |
* | [src/get_ld.c] Fixed bug for little-endian x86 extended precision. | vlefevre | 2016-09-08 | 1 | -2/+1 |
* | Fixed various bugs in mpfr_can_round_raw, which affected mpfr_can_round: | vlefevre | 2016-09-05 | 4 | -56/+276 |
* | [src/sub1.c] Fixed bug in mpfr_sub1 (real subtraction b - c, |b| > |c|): | vlefevre | 2016-05-29 | 1 | -5/+9 |
* | For mpfr_add_ui and mpfr_sub_ui, make sure that all the expected flags | vlefevre | 2016-05-22 | 2 | -0/+2 |
* | [src/mpfr-impl.h] Removed the detection of possible inconsistencies | vlefevre | 2016-04-13 | 1 | -13/+0 |
* | [src/mpfr-impl.h] Fixed and improved some sign-related macros | vlefevre | 2016-03-15 | 1 | -18/+22 |
* | Updated version to 3.1.5-dev. | vlefevre | 2016-03-06 | 2 | -3/+3 |
* | Updated version to 3.1.4. | vlefevre | 2016-03-06 | 2 | -2/+2 |
* | [src/get_flt.c] FIXME: The code assumes the IEEE-754 binary32 format | vlefevre | 2016-03-02 | 1 | -0/+3 |
* | reverted commit 10144 (wrongly applied to branch 3.1 instead of trunk) | zimmerma | 2016-02-29 | 1 | -63/+0 |
* | native detection of ieee_double_extract (work in progress), | zimmerma | 2016-02-29 | 1 | -0/+63 |
* | fixed typo | zimmerma | 2016-02-29 | 1 | -1/+1 |
* | Better threading support: | vlefevre | 2016-02-26 | 9 | -25/+137 |
* | Updated version to 3.1.4-rc2. | vlefevre | 2016-02-24 | 2 | -2/+2 |
* | Updated version to 3.1.4-rc1 and updated libmpfr_la_LDFLAGS in | vlefevre | 2016-02-23 | 3 | -3/+3 |
* | [src/{cmp_d.c,cmp_ld.c}] Bug fixes: mpfr_cmp_d (resp. mpfr_cmp_ld) was | vlefevre | 2016-02-23 | 2 | -2/+16 |
* | [src/sum.c] Fixed bugs in mpfr_sum, which could return wrong results | vlefevre | 2016-02-22 | 2 | -14/+26 |
* | [src/agm.c] Fixed bug in mpfr_agm in case the two FP inputs have | vlefevre | 2016-02-22 | 1 | -4/+1 |
* | [src/rem1.c] Fixed bug in the mpfr_rem1 internal function (used by | vlefevre | 2016-02-19 | 1 | -7/+35 |
* | [src/gamma.c] Bug fix in case the argument is an integer fitting in an | vlefevre | 2016-02-19 | 1 | -0/+5 |
* | [src/root.c] Fixed root(x,k) for large very values of k: MPFR could | vlefevre | 2016-02-15 | 1 | -58/+132 |
* | [src/mpfr-impl.h] Merged r9970 to simplify a future patch generation. | vlefevre | 2016-02-15 | 1 | -1/+1 |
* | [src/{fits_intmax.c,fits_s.h,fits_u.h}] Fixed mpfr_fits_* functions: the | vlefevre | 2016-02-15 | 3 | -3/+27 |
* | Fixed bug in mpfr_can_round_raw, which affected mpfr_can_round: the | vlefevre | 2016-02-12 | 3 | -49/+88 |
* | [src/exp3.c] Merged r9883 to simplify a future patch generation | vlefevre | 2016-02-12 | 1 | -1/+1 |
* | Fixed bug in si operations (mpfr_add_si, mpfr_sub_si, mpfr_si_sub, | vlefevre | 2016-02-12 | 4 | -9/+12 |
* | [src/eint.c] Typo in a comment. | vlefevre | 2016-02-09 | 1 | -1/+1 |
* | Replaced | vlefevre | 2016-02-04 | 230 | -230/+230 |
* | Fixed bug in mpfr_sqrt reported by Fredrik Johansson, occurring when | vlefevre | 2016-01-21 | 1 | -1/+2 |
* | Fixed bug for zeta(s) with s near an even negative integer. | vlefevre | 2016-01-20 | 1 | -8/+23 |
* | Fixed bug found by Fredrik Johansson in the mpfr_jn family of functions. | vlefevre | 2016-01-20 | 1 | -3/+3 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 248 | -248/+248 |
* | Fixed bug in mulders.c (affecting mpfr_div) reported by Ricky Farr: | vlefevre | 2015-10-29 | 1 | -3/+4 |
* | Fixed warnings from GCC's -Wold-style-declaration option: | vlefevre | 2015-08-25 | 6 | -8/+8 |
* | [src/frexp.c] Fixed a bug occurring when the current exponent range | vlefevre | 2015-07-17 | 1 | -2/+33 |
* | [src/{div_2si.c,div_2ui.c,mul_2si.c}] Fixed some underflow cases in | vlefevre | 2015-07-17 | 3 | -3/+7 |
* | [src/{div_2si.c,div_2ui.c,mul_2si.c}] Fixed overflow case when n = 0. | vlefevre | 2015-07-02 | 3 | -3/+3 |
* | [doc/mpfr.texi] Completed specification: | vlefevre | 2015-07-02 | 1 | -6/+7 |
* | Updated version to 3.1.4-dev. | vlefevre | 2015-06-19 | 2 | -3/+3 |
* | Updated version to 3.1.3. | vlefevre | 2015-06-19 | 2 | -2/+2 |
* | Updated version to 3.1.3-rc1 and updated libmpfr_la_LDFLAGS in | vlefevre | 2015-06-12 | 3 | -3/+3 |
* | [src/fma.c] Fixed the scaling in case of underflow. Added log messages. | vlefevre | 2015-06-12 | 1 | -4/+21 |
* | [src/urandomb.c] Replaced mpn_copyd by MPN_COPY for GMP 4 compatibility. | vlefevre | 2015-06-11 | 1 | -1/+1 |
* | [src/urandomb.c] Replaced mpn_copyi by mpn_copyd. | vlefevre | 2015-06-11 | 1 | -1/+1 |
* | [src/urandomb.c] Fixed bug which could appear with probability 1/2^32 | vlefevre | 2015-06-10 | 1 | -0/+2 |
* | [src/{cos.c,sin.c}] Fixed bug related to the exponent range, introduced | vlefevre | 2015-06-10 | 2 | -3/+8 |
* | [src/zeta_ui.c] | vlefevre | 2015-06-08 | 1 | -13/+27 |