summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc/mini-gmp] Update.with-mini-gmpvlefevre2018-09-171-3/+14
* Merged the latest changes from the trunk.vlefevre2018-09-172-58/+63
|\
| * [src/mul_ui.c] Better code organization (with the MPFR_RET at the rightvlefevre2018-09-171-60/+60
| * [src/mpfr-mini-gmp.c] added #if 0 ... #endif for mpz_dump (unused)zimmerma2018-09-172-1/+6
* | [src/Makefile.am] Update for mini-gmp (install mini-gmp.h).vlefevre2018-09-171-3/+4
* | Merged the latest changes from the trunk (bug fix for 8-bit limb).vlefevre2018-09-171-0/+5
|\ \ | |/
| * [tests/random2.c] Fix for 8-bit limb.vlefevre2018-09-171-0/+5
* | Merged the latest changes from the trunk.vlefevre2018-09-173-16/+15
|\ \ | |/
| * [tests/tests.c] Define only one buffer in test_version().vlefevre2018-09-171-2/+1
| * [tests/random2.c] Improved code by using MPFR_LIMB_* macros.vlefevre2018-09-171-3/+2
| * [src/mpfr-impl.h] Improved MPFR_LIMB_* macros for mp_limb_t < intvlefevre2018-09-171-12/+13
| * [tests/tests.c] fixed compiler warningzimmerma2018-09-171-1/+1
* | Merged the latest changes from the trunk (bug fixes).vlefevre2018-09-144-37/+26
|\ \ | |/
| * [src/get_si.c] Code refactoring/simplification like what has beenvlefevre2018-09-141-30/+18
| * [tests/random2.c] Fix for 16-bit limb.vlefevre2018-09-141-2/+3
| * [src/add1.c] Fix for 16-bit limb.vlefevre2018-09-141-1/+1
| * [src/mpfr-gmp.h] Fixed bug in add_ssaaaa / sub_ddmmss from r13081.vlefevre2018-09-141-4/+4
* | Completed --with-mini-gmp support (not fully tested).vlefevre2018-09-142-4/+16
* | Merged the latest changes from the trunk.vlefevre2018-09-141-7/+5
|\ \ | |/
| * [src/Makefile.am] Moved a comment in a better place.vlefevre2018-09-141-7/+5
* | [configure.ac] Define MINI_GMP Automake conditional (AM_CONDITIONAL).vlefevre2018-09-141-0/+3
* | Started to implement --with-mini-gmp (building mini-gmp and linkingvlefevre2018-09-143-3/+34
|\ \ | |/
| * [configure.ac] Typo.vlefevre2018-09-141-1/+1
* | Created a with-mini-gmp branch for a new --with-mini-gmp option,vlefevre2018-09-140-0/+0
|/
* [configure.ac] Updated comments about configure options for mini-gmp.vlefevre2018-09-141-3/+9
* [tests/tsin.c] reduce REDUCE_EMAX with mini-gmpzimmerma2018-09-131-0/+4
* [src/get_ui.c] Added assertions.vlefevre2018-09-131-0/+2
* [src/get_ui.c] Code refactoring/simplification.vlefevre2018-09-131-25/+13
* [src/sin_cos.c] Added assertions protecting against buffer overflow.vlefevre2018-09-131-1/+5
* [src/sin_cos.c] fix for small limb sizezimmerma2018-09-131-3/+5
* [src/mpfr-mini-gmp.h] Fix: Since gmp_version is not defined in mini-gmp,vlefevre2018-09-121-4/+0
* [tests/tests.c] Improved change in r13179 for mini-gmp.vlefevre2018-09-121-6/+1
* [configure.ac] Do not check for CC and CFLAGS in gmp.h if mini-gmp isvlefevre2018-09-121-1/+9
* [tests/tests.c] libgmp is not defined with mini-gmp (issue found with -O0)zimmerma2018-09-121-0/+5
* [src/mpfr-mini-gmp.h] Removed #include lines as mpfr-mini-gmp.h isvlefevre2018-09-121-4/+0
* [src/mpfr-impl.h] Check that MPFR_HAVE_GMP_IMPL and MPFR_USE_MINI_GMPvlefevre2018-09-121-0/+3
* [src/mpfr-mini-gmp.c] Removed #include "mpfr-mini-gmp.h" as this includevlefevre2018-09-121-2/+0
* [src/rec_sqrt.c] Replaced "if (GMP_NUMB_BITS >= 16)" by a preprocessorvlefevre2018-09-121-10/+11
* [src/rec_sqrt.c] Fixed types for 8-bit limb. Removed useless casts.vlefevre2018-09-121-6/+6
* [src/rec_sqrt.c] Fixed a type from r13172 (int was obviously too shortvlefevre2018-09-121-1/+1
* [src/rec_sqrt.c] fixed for 8-bit limbzimmerma2018-09-111-6/+15
* [tests/tcan_round.c] fixed test for small value of GMP_NUMB_BITSzimmerma2018-09-111-1/+8
* [src/strtofr.c] fixed r13168: in case exact=0, mpn_rshift was not donezimmerma2018-09-111-3/+3
* [tests/tsqrt.c] modified test_sqrt1n() so that it passes with 8-bit limbszimmerma2018-09-111-2/+10
* [src/strtofr.c] Replaced "exact &=" by "exact = exact &&" as usual.vlefevre2018-09-111-2/+3
* [src/strtofr.c] fix for 8-bit limbzimmerma2018-09-111-8/+14
* [src/strtofr.c] added commentzimmerma2018-09-111-0/+11
* [doc/mpfr.texi] Updated the month.vlefevre2018-09-101-1/+1
* [src/strtofr.c] fix from r13163 was incorrectzimmerma2018-09-102-1/+23
* [src/strtofr.c] resolved a FIXMEzimmerma2018-09-081-5/+8