summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2019 withvlefevre2019-01-01501-502/+502
* [tests/tfmma.c] Added double_rounding test to trigger errors beforevlefevre2018-12-311-0/+64
* [src/set.c] In mpfr_set_1_2, evaluate MPFR_PREC(s) just once.vlefevre2018-12-311-3/+3
* [src/set.c] Clarified the mpfr_set_1_2 description.vlefevre2018-12-311-1/+2
* [src/set.c] For mpfr_set_1_2, corrected the comments and simplified thevlefevre2018-12-311-18/+18
* [doc/mini-gmp] Removed "#define GMP_LIMB_BITS 8": it is not used byvlefevre2018-12-201-1/+0
* [configure.ac] Support mini-gmp with reduced limb size, in the casevlefevre2018-12-201-3/+5
* [doc/mini-gmp] Correction to avoid a "conflicting types for 'mp_limb_t'"vlefevre2018-12-201-1/+2
* [doc/mini-gmp] added note about using mini-gmp (development version) withzimmerma2018-12-141-0/+20
* [src/set.c] fixed double-rounding bug in mpfr_set_1_2zimmerma2018-12-142-1/+81
* [tests/tset.c] added a test of test_set_1_2(), which currently failszimmerma2018-12-141-0/+26
* [tests/tcan_round.c] disabled tests that don't agree with mpfr_can_round docu...zimmerma2018-12-141-0/+6
* [tests/tsprintf.c] Updated a comment about ISO C vs POSIX for snprintf.vlefevre2018-12-131-0/+1
* [tests/tsprintf.c] Updated a comment about ISO C vs POSIX for snprintf.vlefevre2018-12-131-0/+1
* [TODO] Added item: new functions mpfr_cmp_uj and mpfr_cmp_sj.vlefevre2018-12-131-0/+3
* [TODO] Removed obsolete "check again coverage" from 2007.vlefevre2018-12-131-11/+0
* [src/sqr.c] fixed same issue as in r13338 and r13339zimmerma2018-12-131-1/+1
* [src/mul.c] fixed bug in mpfr_mul() when sizeof(mp_limb_t) < sizeof(mpfr_exp_t)zimmerma2018-12-131-1/+2
* [src/mul.c] For MPFR_WANT_ASSERT >= 2: minor changes in the code;vlefevre2018-12-121-4/+7
* [src/mul.c] Corrected a typo in a comment.vlefevre2018-12-121-1/+1
* [src/mul.c] Fixed error message with MPFR_WANT_ASSERT >= 2.vlefevre2018-12-121-5/+6
* [src/mpfr-gmp.h] For count_leading_zeros (MPFR_LONG_WITHIN_LIMBvlefevre2018-12-111-3/+1
* [src/mpfr-gmp.h] Fixed count_leading_zeros (avoid undefined behaviorvlefevre2018-12-111-4/+4
* [src/mul.c] fixed reference routine mpfr_mul3() when sizeof(limb) < sizeof(exp)zimmerma2018-12-111-1/+6
* [src/mpfr-gmp.h] fixed count_leading_zeros for mini-gmp with 32-bit limbzimmerma2018-12-111-0/+7
* [doc/mini-gmp] added remark about random functionszimmerma2018-12-101-0/+4
* [tests/tdiv.c] fixed test_20151023 (was giving an error with micro-gmp-8zimmerma2018-12-101-3/+5
* [tools/mpfrlint] Added a test for some avoidable use of gmp_printf.vlefevre2018-12-101-0/+5
* [tests]vlefevre2018-12-073-16/+29
* [tests/tcan_round.c] Corrected all the error messages for mini-gmp.vlefevre2018-12-061-3/+6
* [tests/tcan_round.c] Corrected error message for mini-gmp.vlefevre2018-12-061-1/+2
* [tests/tpow_z.c] Another fix and minor improvements.vlefevre2018-12-051-2/+2
* [tests/tpow_z.c] Fixed a test (midpoint case) that was failingvlefevre2018-12-051-1/+1
* [tests/tpow_z.c] Fixed a test for MPFR_RNDF: do not check the ternaryvlefevre2018-12-051-1/+2
* [tests/tpow_z.c] Improved error message.vlefevre2018-12-051-1/+1
* [src/mpfr-mini-gmp.c] Added missing "void" in function prototype.vlefevre2018-12-051-1/+1
* [configure.ac] When building against mini-gmp, check the availability ofvlefevre2018-12-051-0/+4
* [src/mpfr-mini-gmp.c] put back unconditional assert from r13316 (removed by e...zimmerma2018-12-051-0/+1
* [src/mpfr-mini-gmp.c] improved random_limb (the low bits of lrand48 are bad)zimmerma2018-12-051-23/+46
* [src/mpfr-mini-gmp.c] gmp_urandomm_ui: added a MPFR_ASSERTNvlefevre2018-12-051-1/+2
* [src/mpfr-mini-gmp.c] the static assert introduced in r13313 makes thezimmerma2018-12-051-2/+5
* [src/mpfr-mini-gmp.c] Fixed types.vlefevre2018-12-041-1/+2
* [src/mpfr-mini-gmp.c] Added a static assertion to make sure thatvlefevre2018-12-041-0/+2
* [src/mpfr-mini-gmp.c] gmp_urandomm_ui did not generate uniform valueszimmerma2018-12-041-1/+12
* [src/set_d.c] Improved comment.vlefevre2018-12-031-1/+1
* [tests/Makefile.am] About r13308, added references to the bugs.vlefevre2018-11-291-1/+3
* [tests/Makefile.am] Unset DISPLAY as it is not needed and it can yieldvlefevre2018-11-291-1/+3
* [tests/tversion.c] Updated a comment about an output issue with MinGW,vlefevre2018-11-291-6/+6
* [tests/tstrtofr.c] In case of failure of some particular test, outputvlefevre2018-11-281-0/+7
* [tests/tversion.c] Updated a comment about a printf issue with MinGW.vlefevre2018-11-271-1/+4