summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc/mpfr.texi] Updated the month.3.1vlefevre2018-02-011-1/+1
* [src/div_ui.c] Various bug fixes.vlefevre2018-02-012-83/+386
* Copyright notice update: added 2018 withvlefevre2018-02-01446-447/+447
* [tests/tdiv.c] Merged various tests from the trunk into the 3.1 branch.vlefevre2018-01-261-1/+219
* [src/root.c] Fixed the case |x| = 1 and k > 100.vlefevre2017-12-152-1/+36
* [src] Fixed the behavior of the mpfr_get_* functions in a very reducedvlefevre2017-10-126-13/+63
* Updated version to 3.1.7-dev again.vlefevre2017-09-086-12/+12
* Updated various URL's: switch from ftp / http to https.vlefevre2017-09-084-5/+5
* Reverted to version 3.1.6 for online MPFR manual regeneration.vlefevre2017-09-086-12/+12
* Updated version to 3.1.7-dev.vlefevre2017-09-076-12/+12
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2017-09-071-0/+116
* Updated version to 3.1.6.vlefevre2017-09-075-5/+5
* [doc/mpfr.texi] Updated the month.vlefevre2017-09-051-1/+1
* Updated version to 3.1.6-rc2 (at least for the developers, so thatvlefevre2017-09-055-5/+5
* [tests/tsprintf.c] With MPFR_CHECK_LIBC_PRINTF, disable the test ofvlefevre2017-09-051-3/+7
* [src/mpfr-impl.h] In case decimal_point and/or thousands_sep arevlefevre2017-09-051-3/+16
* [tests]vlefevre2017-09-055-9/+7
* [tests/turandom.c] Correction for 16-bit int.vlefevre2017-09-011-1/+1
* [tests/turandom.c] print got/expected probabilities in test_underflow()zimmerma2017-08-301-3/+11
* [tests/turandom.c] forgot exp=1 casezimmerma2017-08-291-5/+6
* added test_underflow()zimmerma2017-08-291-0/+25
* [src/urandom.c] Clarified a comment about a subtle case.vlefevre2017-08-291-4/+10
* [configure.ac] In "configure --help" output for --enable-decimal-float,vlefevre2017-08-281-1/+1
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2017-08-281-1/+882
* Updated version to 3.1.6-rc1 and updated libmpfr_la_LDFLAGS invlefevre2017-08-286-6/+6
* Corrections for use with --with-gmp-build.vlefevre2017-08-282-5/+5
* [tests/turandom.c] Disabled the reprod_abi test with GMP < 4.2.0vlefevre2017-08-271-0/+2
* [tests/turandom.c] Check that the behavior does not depend on thevlefevre2017-08-271-0/+87
* [tests/turandom.c] In bug20170123, use a local gmp_randstate_t variablevlefevre2017-08-271-2/+5
* [src/mpfr-gmp.h,tests/tests.c] Got rid of __gmp_randstate_struct, whichvlefevre2017-08-272-7/+3
* [tests/turandom.c] Disabled a test with GMP < 4.2.0 since it depends onvlefevre2017-08-271-1/+5
* [src/urandom.c] Generate the exception flags for mpfr_urandom almost asvlefevre2017-08-223-28/+220
* [src/urandom.c] Fixed bug reported by Trevor Spiteri:vlefevre2017-08-222-4/+24
* [doc/mpfr.texi] Slightly changed the paragraph about memory allocationvlefevre2017-08-211-4/+4
* [doc/mpfr.texi] Update about the memory allocation (added referencesvlefevre2017-08-211-12/+6
* [doc/mpfr.texi] Added a paragraph about memory allocation by MPFR.vlefevre2017-08-211-0/+17
* [doc/mpfr.texi] Updated the month.vlefevre2017-08-031-1/+1
* [doc/mpfr.texi] Updated paragraph on the MPFR formatted output functionsvlefevre2017-08-031-27/+7
* [NEWS] Update for GNU MPFR 3.1.6.vlefevre2017-08-021-0/+8
* [tests/mpf_compat.h] Include "mpfr-test.h" instead of "mpfr-impl.h",vlefevre2017-08-011-1/+1
* [tools/mpfrlint] Detect "mpfr-impl.h" inclusion by the test programs:vlefevre2017-08-011-0/+5
* [src/sin_cos.c] Avoid integer overflows with precision 1100000 andvlefevre2017-07-171-2/+4
* [configure.ac] Under Linux, make sure that the old dtags are usedvlefevre2017-07-171-0/+30
* [src/mpfr-impl.h] Fixed the mpfr_get_default_rounding_mode() macro forvlefevre2017-06-051-5/+9
* [src/mpf2mpfr.h] Fixed mpf_fits_s* and mpf_get_si macros.vlefevre2017-06-052-12/+16
* [src/vasprintf.c] In a macro definition, changed a parameter tovlefevre2017-05-291-4/+4
* [tests/tsprintf.c] Fixed setlocale usage (problem detected with MinGWvlefevre2017-05-281-3/+2
* [src] Moved "#include <errno.h>" from printf.c to vasprintf.c (thisvlefevre2017-05-283-3/+32
* [src/vasprintf.c] Fixed overflow checking in partition_number().vlefevre2017-05-281-24/+24
* [tests] Increase buffer sizes to avoid a build failure with GCC 7vlefevre2017-05-282-2/+2