summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [configure.ac] No longer add -Wc++-compat to CFLAGS when the compilervlefevre2020-06-131-1/+3
* Merged the latest changes from the trunk:vlefevre2020-06-132-2/+3
* Merged the latest changes from the trunk:vlefevre2020-06-132-6/+15
* Merged the latest changes from the trunk:vlefevre2020-06-123-2/+37
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".vlefevre2020-06-121-0/+55
* Updated version to 4.1.0-rc1.vlefevre2020-06-125-5/+5
* [tools/update-version] Improved a message.vlefevre2020-06-121-1/+1
* [src/mpfr-longlong.h] Corrected a comment from GMP's longlong.h, whichvlefevre2020-06-121-1/+1
* [tools/mpfrlint] Improved the __GMP_DECLSPEC test:vlefevre2020-06-121-2/+4
* [doc/mpfr.texi] Updated the month.vlefevre2020-06-121-1/+1
* Created branch 4.1.vlefevre2020-06-120-0/+0
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".vlefevre2020-06-121-0/+2044
* Renamed mpfr_total_order to mpfr_total_order_p for consistency with thevlefevre2020-06-115-19/+19
* [NEWS] New function mpfr_total_order. Detailed mpfr_get_str_ndigits.vlefevre2020-06-111-1/+2
* [doc/README.dev] Updated "To make a release".vlefevre2020-06-111-5/+7
* [doc/README.dev] Updated "To make a release".vlefevre2020-06-111-12/+20
* [src/Makefile.am] Updated -version-info to 7:0:1 for MPFR 4.1.0.vlefevre2020-06-111-1/+2
* [NEWS] Additional details, in particular binary compatibility.vlefevre2020-06-111-1/+5
* [NEWS] Some improvements.vlefevre2020-06-111-2/+3
* [doc/mini-gmp] one more test is skipped nowzimmerma2020-06-111-3/+3
* [doc/mini-gmp] add test results with reduced limb size (int)zimmerma2020-06-111-0/+13
* [doc/README.dev] Updated "To make a release".vlefevre2020-06-111-0/+2
* [NEWS] Added release name for 4.1.0: "épinards à la crème".vlefevre2020-06-101-1/+1
* [doc/mini-gmp] English usage improvement.vlefevre2020-06-101-1/+1
* Fixed 2 issues with tests/tvalist.c:vlefevre2020-06-102-23/+10
* Removed '# undef HAVE_STDARG' before '# include "config.h"' when itvlefevre2020-06-104-4/+0
* [tests/tvalist.c] Updated a comment.vlefevre2020-06-101-2/+3
* [tests/tvalist.c] Correction when config.h is used (code copied fromvlefevre2020-06-101-0/+5
* [doc/mini-gmp] reviewzimmerma2020-06-101-1/+9
* [NEWS] Typo in option name.vlefevre2020-06-101-1/+1
* [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
* [configure.ac] With mini-gmp, also check the availability of srand48.vlefevre2020-06-101-3/+5
* [src/mpfr-mini-gmp.c] For gmp_randseed_ui, which uses srand48, usevlefevre2020-06-101-1/+3
* [doc/mini-gmp] Note also that the random functions are not thread-safe.vlefevre2020-06-101-1/+2
* [doc/mini-gmp] Major update.vlefevre2020-06-101-19/+18
* [NEWS] Removed a FIXME (no problems found).vlefevre2020-06-101-1/+0
* [tests/tversion.c] Code style: replaced (mp_limb_t) -1 by MPFR_LIMB_MAX.vlefevre2020-06-091-1/+1
* [src/mul_ui.c] Bug fix: in the code where MPFR_LONG_WITHIN_LIMB isvlefevre2020-06-091-0/+1
* [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