summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [src/get_ld.c] Fixed bug for little-endian x86 extended precision.vlefevre2016-09-082-2/+59
* [NEWS] Update for GNU MPFR 3.1.5.vlefevre2016-09-081-0/+5
* Fixed various bugs in mpfr_can_round_raw, which affected mpfr_can_round:vlefevre2016-09-055-62/+393
* [tests/tzeta.c] Updated test_generic invocation based on the trunkvlefevre2016-09-051-1/+4
* [tests/tmul.c] Added underflow test from the trunk (merged changesetsvlefevre2016-08-221-0/+105
* [tests/tsi_op.c] Fixed a macro. There were no consequences exceptvlefevre2016-08-041-7/+9
* [tests/tset_{si,sj}.c] Fixed macros. There were no consequences exceptvlefevre2016-08-042-2/+2
* [tests] C++ compatibility: avoid errors with "g++ -std=c++11" or later.vlefevre2016-08-044-11/+11
* [tests/tsub.c] Added comments for check_max_almosteven.vlefevre2016-05-301-0/+23
* [src/sub1.c] Fixed bug in mpfr_sub1 (real subtraction b - c, |b| > |c|):vlefevre2016-05-292-5/+139
* For mpfr_add_ui and mpfr_sub_ui, make sure that all the expected flagsvlefevre2016-05-224-0/+6
* [src/mpfr-impl.h] Removed the detection of possible inconsistenciesvlefevre2016-04-131-13/+0
* [src/mpfr-impl.h] Fixed and improved some sign-related macrosvlefevre2016-03-151-18/+22
* Updated version to 3.1.5-dev.vlefevre2016-03-066-12/+12
* 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