summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [tools/mpfrlint] Check a Texinfo rule (Section "Ending a Sentence")vlefevre2015-07-021-0/+7
* [TODO] Updated URL of TS 18661-4.vlefevre2015-06-281-1/+1
* [src/frexp.c] Handle internal overflow.vlefevre2015-06-261-1/+29
* [tests/tfrexp.c] Forgot a "exit (1);".vlefevre2015-06-261-0/+1
* [tests/tmul_2exp.c] Overflow test: more output info; improved code.vlefevre2015-06-261-11/+14
* [src/mul_2si.c] Fixed overflow case when n = 0.vlefevre2015-06-262-11/+13
* [src/div_2si.c] Fixed overflow case when n = 0.vlefevre2015-06-262-21/+28
* [src/div_2ui.c] Fixed overflow case (can occur only when n = 0).vlefevre2015-06-262-6/+34
* [tests/tfrexp.c] Added tests (currently fail due to the mpfr_div_2uivlefevre2015-06-261-0/+112
* [tests/tmul_2exp.c] Added tests where mpfr_div_2ui overflows, whichvlefevre2015-06-261-0/+35
* [src/frexp.c] Fixed a bug occurring when the current exponent rangevlefevre2015-06-261-1/+2
* [src/check.c] Typo in a comment.vlefevre2015-06-251-1/+1
* [tools/announce-text] Update due to recent InriaForge upgrade.vlefevre2015-06-191-2/+3
* [doc/mpfr.texi] Added a paragraph about the multiple use of MPFR.vlefevre2015-06-161-0/+11
* [TODO] Added: use symbol versioning.vlefevre2015-06-161-0/+2
* [doc/faq.xsl] Remove the indent="no" to get the same behavior as beforevlefevre2015-06-121-2/+1
* [tests/tfma.c] Improved the new underflow tests (test_underflow3) tovlefevre2015-06-121-39/+42
* [src/fma.c] Completely fixed the scaling in case of underflow.vlefevre2015-06-121-2/+9
* [src/fma.c] Partially fixed the scaling in case of underflow,vlefevre2015-06-121-3/+2
* [tests/tfma.c] Improved the new underflow tests (test_underflow3) tovlefevre2015-06-121-37/+41
* [tests/tfma.c] Corrected the new underflow tests to really generatevlefevre2015-06-121-8/+8
* [src/fma.c] Added log messages.vlefevre2015-06-121-0/+11
* [tests/tfma.c] The code removed in r9560 was actually necessary,vlefevre2015-06-121-0/+5
* [tests/tfma.c] Added other underflow tests.vlefevre2015-06-111-0/+64
* [tests/tfma.c] Some improvements.vlefevre2015-06-111-10/+8
* [tests/tfma.c] GNU coding style.vlefevre2015-06-111-68/+68
* [tests/tfma.c] Removed code that isn't necessary.vlefevre2015-06-111-3/+0
* [doc/README.dev] "To make a release": mention -DMPFR_COV_CHECK andvlefevre2015-06-111-7/+14
* [tests/trandom.c] Cleaner test, avoiding the explicit use of mpfr_rands.vlefevre2015-06-101-15/+31
* [tests/trandom.c] Improved latest change, as some other test alreadyvlefevre2015-06-101-20/+20
* [tests/trandom.c]vlefevre2015-06-101-0/+20
* [src/sqrt.c] The bug fixed in r9540 actually came from r9014, whichvlefevre2015-06-101-0/+1
* [tests/tgeneric.c] Fixed overflow/underflow tests introduced in r9539:vlefevre2015-06-101-82/+70
* [src/lngamma.c] For mpfr_lgamma and mpfr_lngamma, the exponent rangevlefevre2015-06-101-2/+4
* [src/{cos.c,sin.c}] Fixed bug related to the exponent range, introducedvlefevre2015-06-102-3/+8
* [tests/tgeneric.c] Check whether the exponent range has beenvlefevre2015-06-101-4/+13
* [src/sqrt.c] Fixed assertion failure in reduced exponent range.vlefevre2015-06-101-1/+2
* [tests/tgeneric.c] Added overflow/underflow tests (→ 4 failed tests).vlefevre2015-06-101-85/+201
* [src/zeta_ui.c]vlefevre2015-06-082-20/+57
* [src/add_ui.c] Fixed format string in MPFR_LOG_FUNC.vlefevre2015-06-081-1/+1
* [tests/tzeta_ui.c] Code simplification.vlefevre2015-06-071-10/+8
* [tests/tzeta_ui.c] Test zeta(0) in reduced exponent range and allvlefevre2015-06-071-44/+62
* [src/zeta_ui.c] Fixed zeta(0) in reduced exponent range.vlefevre2015-06-072-7/+56
* [src/{ui_div.c,ui_sub.c}] Correction for reduced exponent range.vlefevre2015-06-052-11/+31
* [tests/tui_sub.c] Check overflow.vlefevre2015-06-051-0/+56
* [tests/tui_div.c] Check overflow.vlefevre2015-06-051-0/+46
* [tests/tgeneric.c] Removed unless parentheses.vlefevre2015-06-051-2/+1
* [tests/tgeneric.c] Special cases with unsigned long argument.vlefevre2015-06-051-9/+9
* [tests/tpow_all.c] Better flags output in error message.vlefevre2015-06-051-3/+6
* [src/set_q.c] Added missing MPFR_SAVE_EXPO_FREE in case of preliminaryvlefevre2015-06-041-0/+2