| Commit message (Expand) | Author | Age | Files | Lines |
* | [src/mpfr-longlong.h] Corrected a comment from GMP's longlong.h, which | vlefevre | 2020-06-12 | 1 | -1/+1 |
* | Renamed mpfr_total_order to mpfr_total_order_p for consistency with the | vlefevre | 2020-06-11 | 2 | -3/+3 |
* | [src/Makefile.am] Updated -version-info to 7:0:1 for MPFR 4.1.0. | vlefevre | 2020-06-11 | 1 | -1/+2 |
* | Fixed 2 issues with tests/tvalist.c: | vlefevre | 2020-06-10 | 1 | -3/+1 |
* | Removed '# undef HAVE_STDARG' before '# include "config.h"' when it | vlefevre | 2020-06-10 | 3 | -3/+0 |
* | [src/mpfr-longlong.h] | vlefevre | 2020-06-10 | 1 | -2/+12 |
* | [src/mpfr-longlong.h] Update: applied the diff of GMP's longlong.h | vlefevre | 2020-06-10 | 1 | -121/+185 |
* | [src/mpfr-mini-gmp.c] For gmp_randseed_ui, which uses srand48, use | vlefevre | 2020-06-10 | 1 | -1/+3 |
* | [src/mul_ui.c] Bug fix: in the code where MPFR_LONG_WITHIN_LIMB is | vlefevre | 2020-06-09 | 1 | -0/+1 |
* | [src/mpfr-impl.h] Changed the code that defines MPFR_LONG_WITHIN_LIMB | vlefevre | 2020-06-09 | 1 | -4/+11 |
* | [src/get_ld.c] Fixed build failure with GMP_NUMB_BITS == 8 due to the | vlefevre | 2020-06-09 | 1 | -1/+1 |
* | Removed MPFR_DECL_STATIC_ASSERT macro as it was buggy, unused, rather | vlefevre | 2020-06-09 | 1 | -8/+1 |
* | [src/mpfr-longlong.h] Added code to check that mpfr-longlong.h is not | vlefevre | 2020-06-02 | 1 | -0/+4 |
* | [src/{mpfr-impl.h,mpfr-intmax.h}] Added code to check that mpfr-intmax.h | vlefevre | 2020-06-02 | 2 | -2/+10 |
* | Bug fixes and cleanup related to "src/mpfr-intmax.h" by introducing | vlefevre | 2020-06-01 | 10 | -36/+25 |
* | [src/mpfr-intmax.h] Added support for Silicon Graphics IRIX 6.5 (1998) | vlefevre | 2020-05-24 | 1 | -0/+13 |
* | [src/bernoulli.c] improve initial precision in mpfr_bernoulli_internal() | zimmerma | 2020-05-19 | 1 | -2/+3 |
* | [src/bernoulli.c] fix bug with non-regression test added in r13907 | zimmerma | 2020-05-19 | 1 | -2/+1 |
* | [src/bernoulli.c] temporary fix for the bug in mpfr_gamma, something must be | zimmerma | 2020-05-19 | 1 | -2/+2 |
* | [src/atan.c] Removing the FIXME: I can't see anything wrong in the | vlefevre | 2020-04-22 | 1 | -2/+0 |
* | [src/atan.c] Added an assertion. | vlefevre | 2020-04-22 | 1 | -0/+1 |
* | [src/atan.c] Reduce the number of mpz_get_ui calls with assertions. | vlefevre | 2020-04-22 | 1 | -4/+8 |
* | [src/atan.c] Added a FIXME. | vlefevre | 2020-04-22 | 1 | -0/+2 |
* | Reworked decimal support and detection, resolving FIXMEs. | vlefevre | 2020-04-10 | 4 | -27/+86 |
* | Updated URLs of the GCC mailing-list archives. | vlefevre | 2020-04-08 | 5 | -5/+5 |
* | [src/mpfr-gmp.h] Updated FIXME about AC_FUNC_ALLOCA (in 2019-01, I | vlefevre | 2020-04-06 | 1 | -1/+3 |
* | [src/set_ld.c] Removed obsolete workaround due to LDBL_MAX being buggy | vlefevre | 2020-04-02 | 1 | -29/+10 |
* | [src/mpfr-gmp.h] If HAVE_ALLOCA is not defined, i.e. if alloca() is | vlefevre | 2020-04-02 | 1 | -2/+12 |
* | [src/mpfr-gmp.h] When MPFR_ALLOCA_MAX = 0 (set at configure time), | vlefevre | 2020-04-02 | 1 | -23/+37 |
* | [src/sub1.c] Typo in a comment. | vlefevre | 2020-03-30 | 1 | -1/+1 |
* | [src/set_uj.c] Fixed underflow detection. | vlefevre | 2020-03-27 | 1 | -8/+10 |
* | [src/set_uj.c] Added early overflow detection to avoid a possible | vlefevre | 2020-03-27 | 1 | -0/+6 |
* | [src/set_sj.c] Coding style. | vlefevre | 2020-03-27 | 1 | -1/+1 |
* | [src] Moved the definition of the numberof() macro from mpfr-gmp.h to | vlefevre | 2020-03-27 | 2 | -23/+26 |
* | Consistency: "a UBF" → "an UBF" since UBF stands for "unbounded float". | vlefevre | 2020-03-26 | 2 | -6/+6 |
* | [src/mpfr-impl.h] Updated UBF comment about aliasing rules. | vlefevre | 2020-03-26 | 1 | -2/+2 |
* | [src/mpfr-impl.h] Updated UBF comment about aliasing rules. | vlefevre | 2020-03-26 | 1 | -3/+34 |
* | [src/mpfr-impl.h] Bug fix (MPFR_ZEXP(x) as used for an assignment | vlefevre | 2020-03-26 | 1 | -2/+5 |
* | [src/mpfr-impl.h] UBF: updated comment: this breaks aliasing rules, but | vlefevre | 2020-03-26 | 1 | -3/+5 |
* | [src/sub1.c] Fixed underflow handling in case c small (can occur only | vlefevre | 2020-03-25 | 1 | -1/+7 |
* | [src/sub1.c] Bug fix for UBF and MPFR_RNDF. | vlefevre | 2020-03-25 | 1 | -0/+3 |
* | [src/set_{si,ui}_2exp.c] Bug fix in MPFR_LONG_WITHIN_LIMB defined case: | vlefevre | 2020-03-25 | 2 | -0/+18 |
* | [src/sub1.c] If exp_b = MPFR_EXP_MIN, an integer overflow may occur in | vlefevre | 2020-03-24 | 1 | -0/+9 |
* | [src/mpfr-impl.h] UBF: reordered macro definitions. | vlefevre | 2020-03-23 | 1 | -4/+4 |
* | [src] | vlefevre | 2020-03-23 | 3 | -3/+8 |
* | [src/sub1.c] Detect an underflow case (before the main detection) to | vlefevre | 2020-03-23 | 1 | -0/+9 |
* | [src/agm.c] Avoid a potential integer overflow with huge precisions. | vlefevre | 2020-03-23 | 1 | -1/+1 |
* | [src/root.c] Removed useless cast in a comparison, as both operands are | vlefevre | 2020-03-16 | 1 | -1/+1 |
* | [src/rem1.c] | vlefevre | 2020-03-16 | 1 | -2/+4 |
* | [src/pow.c] | vlefevre | 2020-03-16 | 1 | -4/+7 |