index
:
delta/mpfr.git
2.0.2
2.1
2.2
2.3
2.3-old
2.4
3.0
3.1
4.0
4.1
baserock/morph
exp-int
faithful
feature-block
flags
master
mpfr
mpfr-2-0-2-branch
mpfr-2-1-branch
mpfr-2-2-branch
new-generic-tests
new-sum
set_exp
ubf
ubf2
vl-am113
vlefevre
win-thread-safe-dll
with-mini-gmp
scm.gforge.inria.fr: anonscm/svn/mpfr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[src/sub1sp.c] Added blank lines for readability (like in add1sp.c).
vlefevre
2017-04-27
1
-0
/
+2
*
s/interruption/interrupt/
vlefevre
2017-04-27
1
-1
/
+1
*
[mbench] Updated copyright years. Added a comment.
vlefevre
2017-04-27
2
-2
/
+5
*
better detection of rdtscp
zimmerma
2017-04-27
2
-4
/
+5
*
[src/mpfr-impl.h] Updated a comment, with reference to GCC bug 80454.
vlefevre
2017-04-18
1
-2
/
+3
*
[tests/tprintf.c] Avoid integer overflow from r11411 with 32-bit long.
vlefevre
2017-04-09
1
-1
/
+5
*
[tools/mpfrlint] Updated test to check that the snprintf function (C99)
vlefevre
2017-04-07
1
-1
/
+2
*
[doc/mpfr.texi] Corrected an English error.
vlefevre
2017-04-07
1
-1
/
+1
*
[src/vasprintf.c] Fixed bug triggered by the test added in r11428:
vlefevre
2017-04-07
1
-1
/
+1
*
[tests/tsprintf.c] Added a test that fails on 64-bit machines
vlefevre
2017-04-07
1
-0
/
+40
*
[src/vasprintf.c] Minor changes.
vlefevre
2017-04-07
1
-2
/
+5
*
[src/vasprintf.c] Comment re-indentation.
vlefevre
2017-04-07
1
-11
/
+11
*
[src/ubf.c] Renamed mpfr_get_zexp to mpfr_init_get_zexp for clarity.
vlefevre
2017-04-07
1
-7
/
+7
*
[src/mpfr-impl.h] Fixed silly typo in MPFR_UBF_CLEAR_EXP() yielding
vlefevre
2017-04-06
1
-1
/
+1
*
[tests/tfmma.c] added one test
zimmerma
2017-04-06
1
-0
/
+17
*
[tests/tfmma.c] fixed test
zimmerma
2017-04-06
1
-1
/
+2
*
[src/add1.c] Updated comment about underflow.
vlefevre
2017-04-06
1
-1
/
+1
*
[src/add1.c] Handling of UBF and overflow/underflow.
vlefevre
2017-04-06
1
-0
/
+11
*
[tests/tfmma.c] added another test (currently fails)
zimmerma
2017-04-06
1
-1
/
+9
*
[src/sub1.c] Bug fix: underflow was not detected in the case cancel = 0
vlefevre
2017-04-06
1
-9
/
+8
*
[tests] Added tbeta to svn:ignore property.
vlefevre
2017-04-06
0
-0
/
+0
*
[doc/mpfr.texi] Formatting of the mpfr_can_round example for 80-column
vlefevre
2017-04-06
1
-3
/
+4
*
[tests/tfmma.c] Updated comment about bug20170405 (fixed in r11414).
vlefevre
2017-04-06
1
-1
/
+3
*
[src/sub1.c] Also corrected the comment about overflow detection.
vlefevre
2017-04-06
1
-1
/
+1
*
[src/sub1.c] Really fixed overflow detection (r11412 is broken).
vlefevre
2017-04-06
1
-1
/
+1
*
[src/sub1.c] Fixed/improved UBF cases.
vlefevre
2017-04-06
1
-1
/
+9
*
[tests/tprintf.c] In check_long_string(), which is called when
vlefevre
2017-04-06
1
-0
/
+12
*
[tests/memory.c] Write all error messages to stderr in order to make
vlefevre
2017-04-06
1
-12
/
+27
*
[tests/tfmma.c] Fixed return type of test added in r11407.
vlefevre
2017-04-06
1
-1
/
+1
*
[tests/tinits.c] When MPFR_CHECK_LARGEMEM is defined, increase
vlefevre
2017-04-06
1
-0
/
+12
*
added test that triggers an error
zimmerma
2017-04-06
1
-0
/
+24
*
[doc/mpfr.texi] Updated the month.
vlefevre
2017-04-05
1
-1
/
+1
*
[doc/mpfr.texi] More details about errno.
vlefevre
2017-04-05
1
-2
/
+4
*
[doc/README.dev] Added a paragraph about the use of errno.
vlefevre
2017-04-04
1
-0
/
+8
*
[doc/mpfr.texi] Details about EOVERFLOW.
vlefevre
2017-04-04
1
-2
/
+3
*
[tests/tstrtofr.c] added test in bug20161217()
zimmerma
2017-04-04
1
-1
/
+9
*
[TODO] Update about functions returning a native floating-point value
vlefevre
2017-04-03
1
-4
/
+10
*
[src/atanh.c] Removed comment giving the "optimal" working precision
vlefevre
2017-04-03
1
-1
/
+0
*
[TODO,src/log1p.c] log1p(x) on small x should also be improved instead
vlefevre
2017-04-03
2
-3
/
+9
*
[TODO,src/atanh.c] Suggest a faster formula for atanh(x) on small x.
vlefevre
2017-04-03
2
-0
/
+5
*
[src/atanh.c] Cosmetic changes (comments and whitespace).
vlefevre
2017-04-03
1
-13
/
+12
*
[TODO] Update about ERANGE.
vlefevre
2017-04-03
1
-0
/
+2
*
[tests/tbeta.c] Fixed a macro (use of mpfr_printf, missing cast).
vlefevre
2017-03-27
1
-4
/
+3
*
[NEWS] Mention how to find the full list of bug fixes.
vlefevre
2017-03-09
1
-1
/
+3
*
[tests/tstrtofr.c] Updated comments about bug20161217 and bug20170308.
vlefevre
2017-03-09
1
-4
/
+7
*
[tests/tstrtofr.c] Added comments about bug20161217 and bug20170308.
vlefevre
2017-03-09
1
-2
/
+7
*
[tests/tstrtofr.c] Updated comment: bug20170308 checks the same bug
vlefevre
2017-03-09
1
-1
/
+2
*
[doc/mpfr.texi] Updated the month.
vlefevre
2017-03-09
1
-1
/
+1
*
added non-regression test
zimmerma
2017-03-08
1
-0
/
+23
*
[doc/mpfr.texi] results should not depend on machine rounding mode/precision
zimmerma
2017-03-07
1
-1
/
+2
[next]