summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated version to 4.1.0.vlefevre2020-07-102-2/+2
* [src/jyn_asympt.c] Partly solved the slowness of jn(733333,733333).vlefevre2020-07-101-16/+32
* Updated version to 4.1.0-rc2.vlefevre2020-07-012-2/+2
* Updated version to 4.1.0-dev (due to changes since 4.1.0-rc1).vlefevre2020-06-182-2/+2
* Merged r14021-14036 from the trunk:vlefevre2020-06-183-123/+75
* Updated version to 4.1.0-rc1.vlefevre2020-06-122-2/+2
* [src/mpfr-longlong.h] Corrected a comment from GMP's longlong.h, whichvlefevre2020-06-121-1/+1
* Renamed mpfr_total_order to mpfr_total_order_p for consistency with thevlefevre2020-06-112-3/+3
* [src/Makefile.am] Updated -version-info to 7:0:1 for MPFR 4.1.0.vlefevre2020-06-111-1/+2
* Fixed 2 issues with tests/tvalist.c:vlefevre2020-06-101-3/+1
* Removed '# undef HAVE_STDARG' before '# include "config.h"' when itvlefevre2020-06-103-3/+0
* [src/mpfr-longlong.h]vlefevre2020-06-101-2/+12
* [src/mpfr-longlong.h] Update: applied the diff of GMP's longlong.hvlefevre2020-06-101-121/+185
* [src/mpfr-mini-gmp.c] For gmp_randseed_ui, which uses srand48, usevlefevre2020-06-101-1/+3
* [src/mul_ui.c] Bug fix: in the code where MPFR_LONG_WITHIN_LIMB isvlefevre2020-06-091-0/+1
* [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
* Removed MPFR_DECL_STATIC_ASSERT macro as it was buggy, unused, rathervlefevre2020-06-091-8/+1
* [src/mpfr-longlong.h] Added code to check that mpfr-longlong.h is notvlefevre2020-06-021-0/+4
* [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-0110-36/+25
* [src/mpfr-intmax.h] Added support for Silicon Graphics IRIX 6.5 (1998)vlefevre2020-05-241-0/+13
* [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
* [src/atan.c] Removing the FIXME: I can't see anything wrong in thevlefevre2020-04-221-2/+0
* [src/atan.c] Added an assertion.vlefevre2020-04-221-0/+1
* [src/atan.c] Reduce the number of mpz_get_ui calls with assertions.vlefevre2020-04-221-4/+8
* [src/atan.c] Added a FIXME.vlefevre2020-04-221-0/+2
* Reworked decimal support and detection, resolving FIXMEs.vlefevre2020-04-104-27/+86
* Updated URLs of the GCC mailing-list archives.vlefevre2020-04-085-5/+5
* [src/mpfr-gmp.h] Updated FIXME about AC_FUNC_ALLOCA (in 2019-01, Ivlefevre2020-04-061-1/+3
* [src/set_ld.c] Removed obsolete workaround due to LDBL_MAX being buggyvlefevre2020-04-021-29/+10
* [src/mpfr-gmp.h] If HAVE_ALLOCA is not defined, i.e. if alloca() isvlefevre2020-04-021-2/+12
* [src/mpfr-gmp.h] When MPFR_ALLOCA_MAX = 0 (set at configure time),vlefevre2020-04-021-23/+37
* [src/sub1.c] Typo in a comment.vlefevre2020-03-301-1/+1
* [src/set_uj.c] Fixed underflow detection.vlefevre2020-03-271-8/+10
* [src/set_uj.c] Added early overflow detection to avoid a possiblevlefevre2020-03-271-0/+6
* [src/set_sj.c] Coding style.vlefevre2020-03-271-1/+1
* [src] Moved the definition of the numberof() macro from mpfr-gmp.h tovlefevre2020-03-272-23/+26
* Consistency: "a UBF" → "an UBF" since UBF stands for "unbounded float".vlefevre2020-03-262-6/+6
* [src/mpfr-impl.h] Updated UBF comment about aliasing rules.vlefevre2020-03-261-2/+2
* [src/mpfr-impl.h] Updated UBF comment about aliasing rules.vlefevre2020-03-261-3/+34
* [src/mpfr-impl.h] Bug fix (MPFR_ZEXP(x) as used for an assignmentvlefevre2020-03-261-2/+5
* [src/mpfr-impl.h] UBF: updated comment: this breaks aliasing rules, butvlefevre2020-03-261-3/+5
* [src/sub1.c] Fixed underflow handling in case c small (can occur onlyvlefevre2020-03-251-1/+7
* [src/sub1.c] Bug fix for UBF and MPFR_RNDF.vlefevre2020-03-251-0/+3
* [src/set_{si,ui}_2exp.c] Bug fix in MPFR_LONG_WITHIN_LIMB defined case:vlefevre2020-03-252-0/+18
* [src/sub1.c] If exp_b = MPFR_EXP_MIN, an integer overflow may occur invlefevre2020-03-241-0/+9
* [src/mpfr-impl.h] UBF: reordered macro definitions.vlefevre2020-03-231-4/+4