summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New GNU MPFR 4.0.0 tag (replaced with svnmucc).4.0.0vlefevre2017-12-251-3/+4
|\
| * [NEWS] Minor corrections for GNU MPFR 4.0.0.vlefevre2017-12-251-3/+4
* | GNU MPFR 4.0.0 tag.vlefevre2017-12-230-0/+0
|/
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2017-12-231-0/+38
* Updated version to 4.0.0.vlefevre2017-12-235-5/+5
* Merged changesets r12046-12048 from the trunk (bug fix and test).vlefevre2017-12-233-7/+31
* Merged changesets r12026-12045 from the trunk (bug fixes and tests).vlefevre2017-12-237-8/+154
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2017-12-201-1/+294
* Re-added changes specific to the old 4.0 branch:vlefevre2017-12-202-1/+2
* Replaced the 4.0 branch by a copy of the trunk (in order to keep thevlefevre2017-12-2016-127/+391
|\
| * Updated version to 4.0.0-rc2 for an attempt to replace the 4.0 branch.vlefevre2017-12-206-12/+12
| * [src/fma.c] Minor improvements. Added an assert.vlefevre2017-12-201-8/+15
| * [src/tanh.c] GNU coding style.vlefevre2017-12-201-39/+42
| * [src/mul.c] Reindentation.vlefevre2017-12-201-1/+1
| * [src/exp2.c] Replaced two MPFR_ASSERTN by MPFR_STAT_STATIC_ASSERT.vlefevre2017-12-201-2/+2
| * [src/exp2.c] Fixed the double rounding problem in an underflow case,vlefevre2017-12-191-10/+20
| * [tests/texp2.c] Added test of underflow in MPFR_RNDN with exact valuevlefevre2017-12-191-2/+38
| * [tests/tdiv.c] Added new non-regression test: the was the real cause ofvlefevre2017-12-191-0/+25
| * [doc/mpfr.texi] Added a comment about a bug/limitation in makeinfo 5.2.vlefevre2017-12-191-0/+4
| * [doc/mpfr.texi] Improved svar macro for nottex, in case it is usedvlefevre2017-12-191-1/+1
| * [doc/mpfr.texi] Define svar even for nottex, though it is not usedvlefevre2017-12-191-0/+5
| * [src/fma.c] fixed bug in mpfr_fmazimmerma2017-12-192-1/+48
| * [src/exp2.c] Update concerning the underflow/overflow cases.vlefevre2017-12-191-20/+22
| * [doc/mpfr.texi] Updated a comment.vlefevre2017-12-191-0/+2
| * [doc]vlefevre2017-12-192-22/+23
| * Removed trailing whitespace.vlefevre2017-12-181-1/+1
| * [doc/algorithms.tex,src/tanh.c] Fixed the bound, in particular fromvlefevre2017-12-182-3/+7
| * [src/mul.c] we should compare the smaller size and not the larger one tozimmerma2017-12-181-1/+1
| * [src/mul.c] with Mulders', convert RNDF to RNDZzimmerma2017-12-182-14/+26
| * [doc/algorithms.tex] mpfr_tanh: corrected bounds (thanks to Paul).vlefevre2017-12-181-5/+5
| * [doc/algorithms.tex] mpfr_tanh: detailed some inequalities.vlefevre2017-12-181-5/+6
| * [src/div.c] fixed bug in mpfr_div2_approx()zimmerma2017-12-183-1/+39
| * [doc/algorithms.tex] mpfr_tanh: resolved both FIXME's.vlefevre2017-12-181-18/+18
| * [doc/algorithms.tex] mpfr_tanh: corrected a part of the error analysisvlefevre2017-12-181-2/+6
| * [doc/algorithms.tex] mpfr_tanh: missing absolute value; added a \cdot.vlefevre2017-12-181-2/+2
| * Removed trailing whitespace.vlefevre2017-12-182-2/+2
| * [doc/algorithms.tex] Added another \cdot for readability.vlefevre2017-12-181-1/+1
| * [src/exp2.c] added FIXMEzimmerma2017-12-181-1/+3
| * [doc/algorithms.tex] Minor corrections for hyperbolic tangent function:vlefevre2017-12-181-17/+17
| * [src/exp2.c] fixed bug near underflowzimmerma2017-12-182-6/+38
| * [tests/ttanh.c] added test for bug in mpfr_tanhzimmerma2017-12-183-17/+47
| * Updated version to 4.1.0-dev again.vlefevre2017-12-186-12/+12
* | Re-added changes specific to the old 4.0 branch:vlefevre2017-12-182-1/+2
* | Replaced the 4.0 branch by a copy of the trunk (in order to keep thevlefevre2017-12-1735-260/+579
|\ \ | |/
| * Updated version to 4.0.0-rc2 for an attempt to replace the 4.0 branch.vlefevre2017-12-176-12/+12
| * ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2017-12-171-0/+309
| * [src/add1sp.c] fix bug in mpfr_add1sp3() in case d=GMP_NUMB_BITSzimmerma2017-12-171-1/+5
| * [tests/tadd1sp.c] added test for new bug (still to be fixed):zimmerma2017-12-171-0/+19
| * [src/root.c] Minor comment correction.vlefevre2017-12-151-1/+1
| * [src/root.c] Completed fix from r11978, as x=-1 was affected too. Alsovlefevre2017-12-152-6/+20