summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [src/mpfr-impl.h] In the MPFR_RET macro, avoid the use of an integervlefevre2017-05-281-1/+1
* [doc/mpfr.texi] Updated the month.vlefevre2017-04-071-1/+1
* [doc/mpfr.texi]vlefevre2017-04-071-2/+3
* [doc/mpfr.texi] Updated the month.vlefevre2017-02-261-1/+1
* [doc/mpfr.texi] Completed mpfr_root description: the 0th root gives NaN.vlefevre2017-02-261-1/+2
* [src/sum.c] Added a note about the "const" position in the prototypes.vlefevre2017-02-211-0/+8
* [doc/mpfr.texi] Updated the month.vlefevre2017-01-011-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-01446-447/+447
* [src/strtofr.c] Fixed bug in mpfr_strtofr(): in round-to-nearest,vlefevre2016-12-192-5/+27
* [src/vasprintf.c] Fixed a bug: spec.prec can be a negative number othervlefevre2016-12-152-1/+21
* [src/mpfr-impl.h] Fixed r10917 (thanks to Eli Zaretskii for the report).vlefevre2016-10-251-1/+2
* [src/mpfr-impl.h] Improved a macro from r10917 (just in case...).vlefevre2016-10-241-1/+1
* [src] Support build as thread-safe DLL on Windows: clean-up.vlefevre2016-10-248-90/+39
* Updated version to 3.1.6-dev.vlefevre2016-09-276-12/+12
* 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