| Commit message (Expand) | Author | Age | Files | Lines |
* | [tests/tsi_op.c] Fixed a macro. There were no consequences except | vlefevre | 2016-08-04 | 1 | -7/+9 |
* | [tests/tset_{si,sj}.c] Fixed macros. There were no consequences except | vlefevre | 2016-08-04 | 2 | -2/+2 |
* | [tests] C++ compatibility: avoid errors with "g++ -std=c++11" or later. | vlefevre | 2016-08-04 | 4 | -11/+11 |
* | [tests/tsub.c] Added comments for check_max_almosteven. | vlefevre | 2016-05-30 | 1 | -0/+23 |
* | [src/sub1.c] Fixed bug in mpfr_sub1 (real subtraction b - c, |b| > |c|): | vlefevre | 2016-05-29 | 1 | -0/+130 |
* | For mpfr_add_ui and mpfr_sub_ui, make sure that all the expected flags | vlefevre | 2016-05-22 | 2 | -0/+4 |
* | [tests/tversion.c] Improved output of compiler information. | vlefevre | 2016-03-02 | 1 | -3/+24 |
* | [tests/tget_flt.c] Do tests that may involve subnormals only | vlefevre | 2016-03-02 | 1 | -0/+2 |
* | [tests/tget_flt.c] Use DOUBLE_ISNAN() instead of f == f. | vlefevre | 2016-03-01 | 1 | -1/+2 |
* | Replaced the remaining ASSERT_ALWAYS by MPFR_ASSERTN. | vlefevre | 2016-02-29 | 3 | -15/+15 |
* | fixed assert macros | zimmerma | 2016-02-29 | 1 | -18/+18 |
* | [tests/tversion.c] | vlefevre | 2016-02-29 | 1 | -0/+51 |
* | In the tests, use tests_allocate and tests_free instead of | vlefevre | 2016-02-24 | 6 | -25/+25 |
* | [src/{cmp_d.c,cmp_ld.c}] Bug fixes: mpfr_cmp_d (resp. mpfr_cmp_ld) was | vlefevre | 2016-02-23 | 2 | -8/+54 |
* | [src/sum.c] Fixed bugs in mpfr_sum, which could return wrong results | vlefevre | 2016-02-22 | 1 | -1/+38 |
* | [src/agm.c] Fixed bug in mpfr_agm in case the two FP inputs have | vlefevre | 2016-02-22 | 1 | -0/+40 |
* | [src/rem1.c] Fixed bug in the mpfr_rem1 internal function (used by | vlefevre | 2016-02-19 | 2 | -20/+83 |
* | [src/gamma.c] Bug fix in case the argument is an integer fitting in an | vlefevre | 2016-02-19 | 1 | -0/+12 |
* | [src/root.c] Fixed root(x,k) for large very values of k: MPFR could | vlefevre | 2016-02-15 | 1 | -39/+194 |
* | [src/{fits_intmax.c,fits_s.h,fits_u.h}] Fixed mpfr_fits_* functions: the | vlefevre | 2016-02-15 | 1 | -225/+194 |
* | Fixed bug in mpfr_can_round_raw, which affected mpfr_can_round: the | vlefevre | 2016-02-12 | 1 | -8/+89 |
* | [tests/tgeneric_ui.c] Added tests of the extreme integer values, | vlefevre | 2016-02-09 | 1 | -1/+10 |
* | Replaced | vlefevre | 2016-02-04 | 171 | -171/+171 |
* | [tests/tsqrt.c] Improved testcase for the mpfr_sqrt bug fixed in r9860, | vlefevre | 2016-01-21 | 1 | -4/+9 |
* | Fixed bug in mpfr_sqrt reported by Fredrik Johansson, occurring when | vlefevre | 2016-01-21 | 1 | -0/+26 |
* | Fixed bug for zeta(s) with s near an even negative integer. | vlefevre | 2016-01-20 | 1 | -1/+21 |
* | [tests/tgeneric.c] Improved the generic tests in order to trigger the | vlefevre | 2016-01-20 | 1 | -1/+6 |
* | Fixed bug found by Fredrik Johansson in the mpfr_jn family of functions. | vlefevre | 2016-01-20 | 1 | -0/+12 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 172 | -172/+172 |
* | Fixed bug in mulders.c (affecting mpfr_div) reported by Ricky Farr: | vlefevre | 2015-10-29 | 1 | -0/+64 |
* | [tests/tversion.c] | vlefevre | 2015-07-20 | 1 | -0/+40 |
* | [src/frexp.c] Fixed a bug occurring when the current exponent range | vlefevre | 2015-07-17 | 1 | -0/+103 |
* | [src/{div_2si.c,div_2ui.c,mul_2si.c}] Fixed some underflow cases in | vlefevre | 2015-07-17 | 1 | -58/+63 |
* | [src/{div_2si.c,div_2ui.c,mul_2si.c}] Fixed overflow case when n = 0. | vlefevre | 2015-07-02 | 1 | -0/+75 |
* | [doc/mpfr.texi] Completed specification: | vlefevre | 2015-07-02 | 1 | -22/+52 |
* | [tests/tfma.c] Improved the new underflow tests (test_underflow3) to | vlefevre | 2015-06-12 | 1 | -39/+42 |
* | [src/fma.c] Fixed the scaling in case of underflow. Added log messages. | vlefevre | 2015-06-12 | 1 | -77/+145 |
* | [tests/trandom.c] The use of mpfr_rands yielded a compilation failure | vlefevre | 2015-06-10 | 1 | -15/+31 |
* | [src/urandomb.c] Fixed bug which could appear with probability 1/2^32 | vlefevre | 2015-06-10 | 1 | -4/+21 |
* | [tests/tsin.c] Added tests to check the mpfr_sin_fast call in src/sin.c, | vlefevre | 2015-06-10 | 1 | -0/+1 |
* | [tests/tgeneric.c] Added overflow/underflow tests. Check whether the | vlefevre | 2015-06-10 | 1 | -85/+198 |
* | [src/zeta_ui.c] | vlefevre | 2015-06-08 | 1 | -16/+104 |
* | Various fixes, improvements and new tests concerning the exponent range | vlefevre | 2015-06-05 | 9 | -128/+292 |
* | [tests/tdiv_d.c] Corrected the tested function for the generic tests. | vlefevre | 2015-06-04 | 1 | -1/+1 |
* | [tests/td_div.c] Corrected the tested function for the generic tests. | vlefevre | 2015-06-04 | 1 | -1/+1 |
* | [tests/tgeneric_ui.c] Added missing \n. Minor improvements. | vlefevre | 2015-06-04 | 1 | -7/+5 |
* | [src/rint.c] Simplified and fixed the mpfr_rint_* functions: in some | vlefevre | 2015-06-03 | 1 | -1/+182 |
* | [tests] Added always_scale argument (boolean) to tests_default_random() | vlefevre | 2015-06-03 | 6 | -9/+18 |
* | [tests/tstdint.c] Added missing #include <stdlib.h> needed since r9448 | vlefevre | 2015-05-28 | 1 | -0/+2 |
* | [tests/{tstdint.c,tvalist.c}] Added missing #include "mpfr-test.h" | vlefevre | 2015-05-23 | 2 | -0/+4 |