summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * [tests/troot.c] Replaced mpfr_root by TF (like in the other tests).vlefevre2017-12-151-1/+1
| * [src/root.c] fixed bug when x=1zimmerma2017-12-142-0/+21
| * [tests/tsub1sp.c] Corrected a type. And mpfr_equal_p being a predicatevlefevre2017-12-141-2/+2
| * [tests/tsub1sp.c] added a generic test for bug20171213()zimmerma2017-12-141-0/+49
| * [src/{mul.c,sqr.c}] Minor changes, making code similar to sub1sp.c.vlefevre2017-12-142-8/+8
| * [src/sub1sp.c] fixed bug in mpfr_sub1sp2()zimmerma2017-12-132-0/+20
| * [src/mpf2mpfr.h] Added a comment.vlefevre2017-12-131-0/+1
| * [src/mpf2mpfr.h] missing mpf_inits/mpf_clearszimmerma2017-12-131-0/+5
| * [src/mpfr-gmp.h] redefine __clz_tab also with gmp-buildzimmerma2017-12-131-5/+4
| * [configure.ac] Improved error message.vlefevre2017-12-121-1/+1