summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [tests/tmul_ui.c] Added an overflow check that fails in MPFR_RNDZ withvlefevre2020-06-091-1/+29
* [tests/tgeneric.c] In the MPFR_SUSPICIOUS_OVERFLOW case, output yprec.vlefevre2020-06-091-4/+5
* [src/mpfr-impl.h] Changed the code that defines MPFR_LONG_WITHIN_LIMBvlefevre2020-06-091-4/+11
* [src/get_ld.c] Fixed build failure with GMP_NUMB_BITS == 8 due to thevlefevre2020-06-091-1/+1
* [acinclude.m4] Make MPFR_CHECK_MP_LIMB_T_VS_LONG andvlefevre2020-06-091-4/+12
* [acinclude.m4] Fixed MPFR_CHECK_MP_LIMB_T_VS_LONG macro by forcingvlefevre2020-06-091-19/+10
* Removed MPFR_DECL_STATIC_ASSERT macro as it was buggy, unused, rathervlefevre2020-06-093-12/+1
* [acinclude.m4] MPFR_CHECK_MP_LIMB_T_VS_LONG: updated comment to sayvlefevre2020-06-081-1/+3
* [acinclude.m4] In MPFR_CHECK_MP_LIMB_T_VS_INTMAX, do the test only ifvlefevre2020-06-081-0/+2
* [tests/tversion.c] Also output the results of the detection ofvlefevre2020-06-081-0/+34
* [configure.ac] Removed an obsolete FIXME, which is probably wrong.vlefevre2020-06-041-1/+0
* [configure.ac] Updated a comment, replacing a resolved FIXME.vlefevre2020-06-041-9/+19
* [acinclude.m4] MPFR_CHECK_DBL2INT_BUG test: avoid potentially reservedvlefevre2020-06-041-4/+6
* [acinclude.m4] Fixed r13938: the new MPFR_C_REALFP_FORMAT macro alsovlefevre2020-06-041-5/+6
* [acinclude.m4] Improved the code to determine the format of double,vlefevre2020-06-041-119/+88
* [acinclude.m4] MPFR_C_LONG_DOUBLE_FORMAT cleanup:vlefevre2020-06-041-11/+1
* [acinclude.m4] Fix concerning r13935: also removed code that testedvlefevre2020-06-041-19/+15
* [acinclude.m4] Removed "AC_CHECK_TYPES([long double])", whose onlyvlefevre2020-06-042-3/+1
* [configure.ac] Minor change in a comment.vlefevre2020-06-031-1/+1
* Cleanup about the function detection by autoconf.vlefevre2020-06-032-17/+16
* [acinclude.m4] Minor improvement: in the MPFR_CHECK_GMP test, changedvlefevre2020-06-031-3/+3
* [tests/memory.c] Updated a comment.vlefevre2020-06-021-1/+2
* [src/mpfr-longlong.h] Added code to check that mpfr-longlong.h is notvlefevre2020-06-021-0/+4
* [acinclude.m4] To complete r13928, one also needs to definevlefevre2020-06-021-2/+2
* [src/{mpfr-impl.h,mpfr-intmax.h}] Added code to check that mpfr-intmax.hvlefevre2020-06-022-2/+10
* Bug fixes and cleanup related to "src/mpfr-intmax.h" by introducingvlefevre2020-06-0117-63/+32
* [tests/tgamma.c] For the non-regression test added in r13907, onevlefevre2020-06-011-1/+10
* [acinclude.m4] If decimal floats are explicitly disabled, do not dovlefevre2020-05-261-38/+41
* [acinclude.m4] Fixed detection of bit-field ordering for _Decimal128:vlefevre2020-05-261-8/+13
* [src/mpfr-intmax.h] Added support for Silicon Graphics IRIX 6.5 (1998)vlefevre2020-05-241-0/+13
* [tests/tget_ld_2exp.c] Reverted r13914 as we still need to supportvlefevre2020-05-241-1/+1
* [tests/tget_ld_2exp.c] put expected value in hex in bug20180904()zimmerma2020-05-231-1/+1
* [doc/README.dev] "To make a release": mention MPFR_CHECK_EXPENSIVE.vlefevre2020-05-201-1/+2
* [tests/tgamma.c] added comment about bug fixzimmerma2020-05-191-1/+6
* [src/bernoulli.c] improve initial precision in mpfr_bernoulli_internal()zimmerma2020-05-191-2/+3
* [src/bernoulli.c] fix bug with non-regression test added in r13907zimmerma2020-05-191-2/+1
* [src/bernoulli.c] temporary fix for the bug in mpfr_gamma, something must bezimmerma2020-05-191-2/+2
* [doc/README.dev] added MPFR_CHECK_EXPENSIVEzimmerma2020-05-192-2/+5
* added non-regression test for bug reported by Frithjof Blomquistzimmerma2020-05-191-0/+32
* [tools/mpfrlint] Use of codespell: better workaround to python ugliness.vlefevre2020-05-041-10/+15
* [doc/mpfr.texi] Section "Rounding" / even-rounding rule: the oddvlefevre2020-04-271-5/+5
* [doc/mpfr.texi] In Section "Rounding", for MPFR_RNDN, added a notevlefevre2020-04-271-0/+8
* [doc/mpfr.texi] + "than": also in a comment.vlefevre2020-04-271-3/+3
* [doc/mpfr.texi] Corrected a typo. Changed "{less,greater} or equal to"vlefevre2020-04-271-10/+10
* [doc/mpfr.texi] In the paragraph on mpfr_rnd_t, give a referencevlefevre2020-04-261-2/+2
* [doc/mpfr.texi] s/can not/cannot/vlefevre2020-04-261-2/+2
* [doc/mpfr.texi] Improved Section "Rounding" even more:vlefevre2020-04-261-4/+27
* [doc/mpfr.texi] Improved the description of the rounding modes:vlefevre2020-04-261-10/+18
* [doc/mpfr.texi]vlefevre2020-04-251-4/+7
* [doc/mpfr.texi] document that mpfr_prec_round does no new allocationzimmerma2020-04-251-1/+2