summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MPFR 3.1.5 tag.3.1.5vlefevre2016-09-270-0/+0
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2016-09-271-0/+42
* Updated version to 3.1.5.vlefevre2016-09-275-5/+5
* [examples/version.c] A bit more output.vlefevre2016-09-231-2/+4
* [examples/version.c] Update from the trunk (with svn merge onvlefevre2016-09-231-11/+139
* [tests/tdiv.c] Improved code readability, fixing a small bugvlefevre2016-09-141-2/+4
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2016-09-131-0/+239
* [doc/mpfr.texi] Updated the month.vlefevre2016-09-131-1/+1
* Updated version to 3.1.5-rc1 and updated libmpfr_la_LDFLAGS invlefevre2016-09-136-6/+6
* [src/get_ld.c] Re-added a blank line that disappeared in a merge.vlefevre2016-09-121-0/+1
* [src/get_ld.c] Removed a "see below", which refers to a comment thatvlefevre2016-09-121-1/+1
* [tests/tset_ld.c] In bug_20160907, fixed the method to get the smallestvlefevre2016-09-121-11/+14
* [tests/tabs.c] Removed mpfr_test_init (not needed here).vlefevre2016-09-121-1/+0
* [tests/tset_ld.c] Move tests_start_mpfr and mpfr_test_init earlier.vlefevre2016-09-121-3/+3
* [tests/tset_ld.c] Corrected a type (due to a printf with %ld) and fixedvlefevre2016-09-121-5/+7
* [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