summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MPFR 3.1.4 tag.3.1.4vlefevre2016-03-060-0/+0
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2016-03-061-0/+123
* [doc/mpfr.texi] Updated the month.vlefevre2016-03-061-1/+1
* Updated version to 3.1.4.vlefevre2016-03-065-5/+5
* [INSTALL] Some improvement about MinGW and __USE_MINGW_ANSI_STDIO.vlefevre2016-03-041-3/+6
* [tests/tversion.c] Improved output of compiler information.vlefevre2016-03-021-3/+24
* [src/get_flt.c] FIXME: The code assumes the IEEE-754 binary32 formatvlefevre2016-03-021-0/+3
* [tests/tget_flt.c] Do tests that may involve subnormals onlyvlefevre2016-03-021-0/+2
* [tests/tget_flt.c] Use DOUBLE_ISNAN() instead of f == f.vlefevre2016-03-011-1/+2
* [INSTALL] Updated "Notes on AIX/PowerPC".vlefevre2016-03-011-6/+4
* reverted commit 10144 (wrongly applied to branch 3.1 instead of trunk)zimmerma2016-02-292-103/+11
* [tools/mpfrlint] ASSERT and ASSERT_ALWAYS must not be used forvlefevre2016-02-291-0/+5
* Replaced the remaining ASSERT_ALWAYS by MPFR_ASSERTN.vlefevre2016-02-293-15/+15
* native detection of ieee_double_extract (work in progress),zimmerma2016-02-292-11/+103
* fixed assert macroszimmerma2016-02-291-18/+18
* fixed typozimmerma2016-02-291-1/+1
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2016-02-291-0/+122
* [NEWS] Added "MinGW (MS Windows): Added support for thread-safe DLLvlefevre2016-02-291-0/+1
* [INSTALL] Removed an obsolete sentence about MinGW and shared buildsvlefevre2016-02-291-3/+0
* [tests/tversion.c]vlefevre2016-02-291-0/+51
* [acinclude.m4] Replaced a "main()" (from the merge of r8245) byvlefevre2016-02-261-1/+1
* Better threading support:vlefevre2016-02-2610-35/+174
* changed according to suggestion from Eli Zaretskiizimmerma2016-02-261-3/+3
* [INSTALL] Various updates for use with Windows applications.vlefevre2016-02-251-113/+24
* In the tests, use tests_allocate and tests_free instead ofvlefevre2016-02-247-25/+27
* Updated version to 3.1.4-rc2.vlefevre2016-02-245-5/+5
* [configure.ac] Try to link with GMP even when a DLL, since it seemsvlefevre2016-02-241-14/+0
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2016-02-241-0/+14
* [doc/mpfr.texi] Fixed a warning with "make info".vlefevre2016-02-241-1/+1
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2016-02-241-0/+24
* [NEWS] Update for GNU MPFR 3.1.4.vlefevre2016-02-241-0/+4
* Added tools/ck-news Perl script to check the NEWS file.vlefevre2016-02-242-1/+52
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2016-02-231-0/+1309
* Updated version to 3.1.4-rc1 and updated libmpfr_la_LDFLAGS invlefevre2016-02-236-6/+6
* [tools/update-version] Correction for new perl versions.vlefevre2016-02-231-1/+1
* [src/{cmp_d.c,cmp_ld.c}] Bug fixes: mpfr_cmp_d (resp. mpfr_cmp_ld) wasvlefevre2016-02-234-10/+70
* [src/sum.c] Fixed bugs in mpfr_sum, which could return wrong resultsvlefevre2016-02-223-15/+64
* [src/agm.c] Fixed bug in mpfr_agm in case the two FP inputs havevlefevre2016-02-222-4/+41
* [src/rem1.c] Fixed bug in the mpfr_rem1 internal function (used byvlefevre2016-02-193-27/+118
* [src/gamma.c] Bug fix in case the argument is an integer fitting in anvlefevre2016-02-192-0/+17
* [src/root.c] Fixed root(x,k) for large very values of k: MPFR couldvlefevre2016-02-152-97/+326
* [src/mpfr-impl.h] Merged r9970 to simplify a future patch generation.vlefevre2016-02-151-1/+1
* [src/{fits_intmax.c,fits_s.h,fits_u.h}] Fixed mpfr_fits_* functions: thevlefevre2016-02-154-228/+221
* Fixed bug in mpfr_can_round_raw, which affected mpfr_can_round: thevlefevre2016-02-124-57/+177
* [src/exp3.c] Merged r9883 to simplify a future patch generationvlefevre2016-02-121-1/+1
* Fixed bug in si operations (mpfr_add_si, mpfr_sub_si, mpfr_si_sub,vlefevre2016-02-124-9/+12
* [src/eint.c] Typo in a comment.vlefevre2016-02-091-1/+1
* [tests/tgeneric_ui.c] Added tests of the extreme integer values,vlefevre2016-02-091-1/+10
* [doc/mpfr.texi] Updated the month.vlefevre2016-02-081-1/+1
* [doc/mpfr.texi] Mention the Caramba project-team.vlefevre2016-02-041-1/+1