summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [src/sub1sp.c] Added blank lines for readability (like in add1sp.c).vlefevre2017-04-271-0/+2
* s/interruption/interrupt/vlefevre2017-04-271-1/+1
* [mbench] Updated copyright years. Added a comment.vlefevre2017-04-272-2/+5
* better detection of rdtscpzimmerma2017-04-272-4/+5
* [src/mpfr-impl.h] Updated a comment, with reference to GCC bug 80454.vlefevre2017-04-181-2/+3
* [tests/tprintf.c] Avoid integer overflow from r11411 with 32-bit long.vlefevre2017-04-091-1/+5
* [tools/mpfrlint] Updated test to check that the snprintf function (C99)vlefevre2017-04-071-1/+2
* [doc/mpfr.texi] Corrected an English error.vlefevre2017-04-071-1/+1
* [src/vasprintf.c] Fixed bug triggered by the test added in r11428:vlefevre2017-04-071-1/+1
* [tests/tsprintf.c] Added a test that fails on 64-bit machinesvlefevre2017-04-071-0/+40
* [src/vasprintf.c] Minor changes.vlefevre2017-04-071-2/+5
* [src/vasprintf.c] Comment re-indentation.vlefevre2017-04-071-11/+11
* [src/ubf.c] Renamed mpfr_get_zexp to mpfr_init_get_zexp for clarity.vlefevre2017-04-071-7/+7
* [src/mpfr-impl.h] Fixed silly typo in MPFR_UBF_CLEAR_EXP() yieldingvlefevre2017-04-061-1/+1
* [tests/tfmma.c] added one testzimmerma2017-04-061-0/+17
* [tests/tfmma.c] fixed testzimmerma2017-04-061-1/+2
* [src/add1.c] Updated comment about underflow.vlefevre2017-04-061-1/+1
* [src/add1.c] Handling of UBF and overflow/underflow.vlefevre2017-04-061-0/+11
* [tests/tfmma.c] added another test (currently fails)zimmerma2017-04-061-1/+9
* [src/sub1.c] Bug fix: underflow was not detected in the case cancel = 0vlefevre2017-04-061-9/+8
* [tests] Added tbeta to svn:ignore property.vlefevre2017-04-060-0/+0
* [doc/mpfr.texi] Formatting of the mpfr_can_round example for 80-columnvlefevre2017-04-061-3/+4
* [tests/tfmma.c] Updated comment about bug20170405 (fixed in r11414).vlefevre2017-04-061-1/+3
* [src/sub1.c] Also corrected the comment about overflow detection.vlefevre2017-04-061-1/+1
* [src/sub1.c] Really fixed overflow detection (r11412 is broken).vlefevre2017-04-061-1/+1
* [src/sub1.c] Fixed/improved UBF cases.vlefevre2017-04-061-1/+9
* [tests/tprintf.c] In check_long_string(), which is called whenvlefevre2017-04-061-0/+12
* [tests/memory.c] Write all error messages to stderr in order to makevlefevre2017-04-061-12/+27
* [tests/tfmma.c] Fixed return type of test added in r11407.vlefevre2017-04-061-1/+1
* [tests/tinits.c] When MPFR_CHECK_LARGEMEM is defined, increasevlefevre2017-04-061-0/+12
* added test that triggers an errorzimmerma2017-04-061-0/+24
* [doc/mpfr.texi] Updated the month.vlefevre2017-04-051-1/+1
* [doc/mpfr.texi] More details about errno.vlefevre2017-04-051-2/+4
* [doc/README.dev] Added a paragraph about the use of errno.vlefevre2017-04-041-0/+8
* [doc/mpfr.texi] Details about EOVERFLOW.vlefevre2017-04-041-2/+3
* [tests/tstrtofr.c] added test in bug20161217()zimmerma2017-04-041-1/+9
* [TODO] Update about functions returning a native floating-point valuevlefevre2017-04-031-4/+10
* [src/atanh.c] Removed comment giving the "optimal" working precisionvlefevre2017-04-031-1/+0
* [TODO,src/log1p.c] log1p(x) on small x should also be improved insteadvlefevre2017-04-032-3/+9
* [TODO,src/atanh.c] Suggest a faster formula for atanh(x) on small x.vlefevre2017-04-032-0/+5
* [src/atanh.c] Cosmetic changes (comments and whitespace).vlefevre2017-04-031-13/+12
* [TODO] Update about ERANGE.vlefevre2017-04-031-0/+2
* [tests/tbeta.c] Fixed a macro (use of mpfr_printf, missing cast).vlefevre2017-03-271-4/+3
* [NEWS] Mention how to find the full list of bug fixes.vlefevre2017-03-091-1/+3
* [tests/tstrtofr.c] Updated comments about bug20161217 and bug20170308.vlefevre2017-03-091-4/+7
* [tests/tstrtofr.c] Added comments about bug20161217 and bug20170308.vlefevre2017-03-091-2/+7
* [tests/tstrtofr.c] Updated comment: bug20170308 checks the same bugvlefevre2017-03-091-1/+2
* [doc/mpfr.texi] Updated the month.vlefevre2017-03-091-1/+1
* added non-regression testzimmerma2017-03-081-0/+23
* [doc/mpfr.texi] results should not depend on machine rounding mode/precisionzimmerma2017-03-071-1/+2