| Commit message (Expand) | Author | Age | Files | Lines |
* | [src/mul.c] fixed bug in mpfr_mul() when sizeof(mp_limb_t) < sizeof(mpfr_exp_t) | zimmerma | 2018-12-13 | 1 | -1/+2 |
* | [src/mul.c] For MPFR_WANT_ASSERT >= 2: minor changes in the code; | vlefevre | 2018-12-12 | 1 | -4/+7 |
* | [src/mul.c] Corrected a typo in a comment. | vlefevre | 2018-12-12 | 1 | -1/+1 |
* | [src/mul.c] Fixed error message with MPFR_WANT_ASSERT >= 2. | vlefevre | 2018-12-12 | 1 | -5/+6 |
* | [src/mpfr-gmp.h] For count_leading_zeros (MPFR_LONG_WITHIN_LIMB | vlefevre | 2018-12-11 | 1 | -3/+1 |
* | [src/mpfr-gmp.h] Fixed count_leading_zeros (avoid undefined behavior | vlefevre | 2018-12-11 | 1 | -4/+4 |
* | [src/mul.c] fixed reference routine mpfr_mul3() when sizeof(limb) < sizeof(exp) | zimmerma | 2018-12-11 | 1 | -1/+6 |
* | [src/mpfr-gmp.h] fixed count_leading_zeros for mini-gmp with 32-bit limb | zimmerma | 2018-12-11 | 1 | -0/+7 |
* | [doc/mini-gmp] added remark about random functions | zimmerma | 2018-12-10 | 1 | -0/+4 |
* | [tests/tdiv.c] fixed test_20151023 (was giving an error with micro-gmp-8 | zimmerma | 2018-12-10 | 1 | -3/+5 |
* | [tools/mpfrlint] Added a test for some avoidable use of gmp_printf. | vlefevre | 2018-12-10 | 1 | -0/+5 |
* | [tests] | vlefevre | 2018-12-07 | 3 | -16/+29 |
* | [tests/tcan_round.c] Corrected all the error messages for mini-gmp. | vlefevre | 2018-12-06 | 1 | -3/+6 |
* | [tests/tcan_round.c] Corrected error message for mini-gmp. | vlefevre | 2018-12-06 | 1 | -1/+2 |
* | [tests/tpow_z.c] Another fix and minor improvements. | vlefevre | 2018-12-05 | 1 | -2/+2 |
* | [tests/tpow_z.c] Fixed a test (midpoint case) that was failing | vlefevre | 2018-12-05 | 1 | -1/+1 |
* | [tests/tpow_z.c] Fixed a test for MPFR_RNDF: do not check the ternary | vlefevre | 2018-12-05 | 1 | -1/+2 |
* | [tests/tpow_z.c] Improved error message. | vlefevre | 2018-12-05 | 1 | -1/+1 |
* | [src/mpfr-mini-gmp.c] Added missing "void" in function prototype. | vlefevre | 2018-12-05 | 1 | -1/+1 |
* | [configure.ac] When building against mini-gmp, check the availability of | vlefevre | 2018-12-05 | 1 | -0/+4 |
* | [src/mpfr-mini-gmp.c] put back unconditional assert from r13316 (removed by e... | zimmerma | 2018-12-05 | 1 | -0/+1 |
* | [src/mpfr-mini-gmp.c] improved random_limb (the low bits of lrand48 are bad) | zimmerma | 2018-12-05 | 1 | -23/+46 |
* | [src/mpfr-mini-gmp.c] gmp_urandomm_ui: added a MPFR_ASSERTN | vlefevre | 2018-12-05 | 1 | -1/+2 |
* | [src/mpfr-mini-gmp.c] the static assert introduced in r13313 makes the | zimmerma | 2018-12-05 | 1 | -2/+5 |
* | [src/mpfr-mini-gmp.c] Fixed types. | vlefevre | 2018-12-04 | 1 | -1/+2 |
* | [src/mpfr-mini-gmp.c] Added a static assertion to make sure that | vlefevre | 2018-12-04 | 1 | -0/+2 |
* | [src/mpfr-mini-gmp.c] gmp_urandomm_ui did not generate uniform values | zimmerma | 2018-12-04 | 1 | -1/+12 |
* | [src/set_d.c] Improved comment. | vlefevre | 2018-12-03 | 1 | -1/+1 |
* | [tests/Makefile.am] About r13308, added references to the bugs. | vlefevre | 2018-11-29 | 1 | -1/+3 |
* | [tests/Makefile.am] Unset DISPLAY as it is not needed and it can yield | vlefevre | 2018-11-29 | 1 | -1/+3 |
* | [tests/tversion.c] Updated a comment about an output issue with MinGW, | vlefevre | 2018-11-29 | 1 | -6/+6 |
* | [tests/tstrtofr.c] In case of failure of some particular test, output | vlefevre | 2018-11-28 | 1 | -0/+7 |
* | [tests/tversion.c] Updated a comment about a printf issue with MinGW. | vlefevre | 2018-11-27 | 1 | -1/+4 |
* | [src/strtofr.c] Added a FIXME about the error analysis (info that was | vlefevre | 2018-11-27 | 1 | -0/+2 |
* | [src/strtofr.c] Resolved a FIXME; tstrtofr no longer fails due to | vlefevre | 2018-11-27 | 1 | -9/+4 |
* | [tests/tstrtofr.c] Added bug20181127 (test found with random_tests), | vlefevre | 2018-11-27 | 1 | -0/+26 |
* | [src/mpfr-impl.h] Added a comment with a warning concerning the | vlefevre | 2018-11-27 | 2 | -1/+7 |
* | [tests/tdiv.c] Fixed bad format string for an error message, detected | vlefevre | 2018-11-27 | 1 | -1/+2 |
* | [tests] Moved bug20180908() from tget_str.c to tset_str.c since it tests | vlefevre | 2018-11-26 | 2 | -17/+17 |
* | [TODO] + More UBF functions. | vlefevre | 2018-11-23 | 1 | -0/+4 |
* | [doc/mpfr.texi] Updated the month. | vlefevre | 2018-11-23 | 1 | -1/+1 |
* | [src/strtofr.c] Changed some unsigned long to unsigned int. | vlefevre | 2018-11-23 | 1 | -66/+67 |
* | [src/strtofr.c] Some cleanup in parsed_string_to_mpfr. Avoid a potential | vlefevre | 2018-11-23 | 1 | -9/+7 |
* | [src/strtofr.c] Updated FIXME, due to new tests added to | vlefevre | 2018-11-22 | 1 | -6/+1 |
* | [src/nbits_ulong.c] Added missing initialization from r13269 | vlefevre | 2018-11-22 | 1 | -0/+2 |
* | [tests/tstrtofr.c] Resolved the FIXME and fixed the issue related to | vlefevre | 2018-11-22 | 1 | -4/+6 |
* | [tests/tstrtofr.c] Added comments, including a FIXME. | vlefevre | 2018-11-22 | 1 | -0/+5 |
* | [tests/tstrtofr.c] Resolved the FIXME for the random tests, and | vlefevre | 2018-11-22 | 1 | -5/+12 |
* | MPFR manual: corrected/completed the mpfr_get_str description in order | vlefevre | 2018-11-22 | 3 | -4/+16 |
* | [src/get_str.c] Code style. | vlefevre | 2018-11-22 | 1 | -1/+1 |