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
path:
root
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[doc/algorithms.tex] Avoid inconsistent spaces.
vlefevre
2014-02-24
1
-1
/
+1
*
definitively fix the name mpfr_min_prec
zimmerma
2014-02-21
1
-2
/
+0
*
[doc/mpfr.texi] Updated the month.
vlefevre
2014-02-12
1
-1
/
+1
*
Start of mpfr_set_exp behavior clean-up.
vlefevre
2014-02-11
1
-4
/
+13
*
Removed MPFR_CHECK_MAX as it is now useless: all "max" tests succeed.
vlefevre
2014-02-05
1
-2
/
+2
*
tiny change to distinguish different versions of the manual
zimmerma
2014-01-30
1
-2
/
+2
*
added reference
zimmerma
2014-01-29
1
-0
/
+2
*
[doc/README.dev] Rephrased paragraph added in r8897.
vlefevre
2014-01-24
1
-1
/
+1
*
[doc/README.dev] Added a note for Automake 1.13+ and failed tests.
vlefevre
2014-01-24
1
-0
/
+4
*
Added libtool-tcc-wl.patch patch from
vlefevre
2014-01-23
1
-0
/
+5
*
Mickaël is the only author of MPFRbench
zimmerma
2014-01-22
1
-1
/
+1
*
updated authors and contributors
zimmerma
2014-01-22
1
-1
/
+3
*
mention sponsors
zimmerma
2014-01-22
1
-0
/
+2
*
[doc/mpfr.texi] Improved mpfr_sum description.
vlefevre
2014-01-22
1
-5
/
+4
*
[src/lngamma.c] Fixed mpfr_lngamma behavior on nonpositive integers
vlefevre
2014-01-21
1
-5
/
+9
*
Spelling consistency:
vlefevre
2014-01-18
2
-3
/
+3
*
[doc/README.dev] More on exponent handling.
vlefevre
2014-01-18
1
-0
/
+24
*
instructions to compile MPFR with mini-gmp
zimmerma
2014-01-18
1
-0
/
+38
*
[doc/README.dev] "To make a release" update. In particular at step 5,
vlefevre
2014-01-09
1
-2
/
+2
*
Fixed misspellings, using codespell.
vlefevre
2014-01-07
1
-3
/
+3
*
[doc/README.dev] "To make a release": added a paragraph about warnings.
vlefevre
2014-01-05
1
-0
/
+10
*
[doc/mpfr.texi] Updated the month.
vlefevre
2014-01-04
1
-1
/
+1
*
Copyright notice update: added 2014 with
vlefevre
2014-01-03
5
-6
/
+6
*
[doc/README.dev] This may seem obvious, but this is not the first time
vlefevre
2013-11-15
1
-1
/
+5
*
[doc/mpfr.texi] Added an example for mpfr_fits_*, corresponding to the
vlefevre
2013-09-27
1
-0
/
+2
*
[doc/mpfr.texi] Changed node name "Integer Related Functions" to
vlefevre
2013-09-02
1
-4
/
+5
*
[doc/mpfr.texi] Updated the month.
vlefevre
2013-09-02
1
-1
/
+1
*
[doc/mpfr.texi] Specified special values (in particular the sign of 0)
vlefevre
2013-09-02
1
-0
/
+6
*
[doc/README.dev] About clang sanitizer, mention -fno-sanitize-recover
vlefevre
2013-08-26
1
-0
/
+9
*
[src/agm.c] Corrected a comment.
vlefevre
2013-08-23
1
-1
/
+4
*
[doc/README.dev] Before release, test with gcc -mpc64 under Linux/x86.
vlefevre
2013-08-10
1
-1
/
+3
*
[doc/mpfr.texi] Space consistency.
vlefevre
2013-08-07
1
-2
/
+2
*
[doc/mpfr.texi] "correctly-rounded" → "correctly rounded" (see rule on
vlefevre
2013-08-05
1
-1
/
+1
*
[doc/mpfr.texi] Added missing @code{}'s in mpfr_fpif_import description.
vlefevre
2013-08-05
1
-2
/
+2
*
[doc/mpfr.texi] Replaced periods ending a sentence by "@." in the
vlefevre
2013-08-05
1
-42
/
+42
*
[doc/mpfr.texi] Document that log1p(-1) = -Inf.
vlefevre
2013-08-02
1
-0
/
+1
*
[doc/mpfr.texi] Updated the month.
vlefevre
2013-08-02
1
-1
/
+1
*
[doc/mpfr.texi] Moved mpfr_log1p & mpfr_expm1 after mpfr_log & mpfr_exp
vlefevre
2013-08-02
1
-10
/
+10
*
[doc/mpfr.texi] Completed specification of mpfr_lngamma and mpfr_lgamma
vlefevre
2013-08-01
1
-4
/
+6
*
[doc/mpfr.texi] Improved description of mpfr_rec_sqrt and mpfr_hypot.
vlefevre
2013-08-01
1
-4
/
+5
*
[doc/mpfr.texi] Completed specification on special numbers (±0, ±Inf).
vlefevre
2013-08-01
1
-15
/
+26
*
Slightly restructured doc/README.dev and mentioned C-Reduce.
vlefevre
2013-07-16
1
-25
/
+29
*
[doc/README.dev] Suggest to test with "clang -fsanitize=undefined";
vlefevre
2013-07-10
1
-0
/
+3
*
[doc/README.dev] Added URL about compiler detection.
vlefevre
2013-07-09
1
-0
/
+4
*
[doc/README.dev] Another update about signed and unsigned integer types.
vlefevre
2013-06-07
1
-5
/
+5
*
[doc/README.dev] Update about signed and unsigned integer types.
vlefevre
2013-06-07
1
-2
/
+7
*
[doc/README.dev] Added URL's about C++ reserved keywords.
vlefevre
2013-06-07
1
-0
/
+8
*
[doc/algorithms.tex] Slightly improved a bound under which mpfr_hypot
vlefevre
2013-06-07
1
-6
/
+8
*
[doc/algorithms.tex] Updated/improved the proof of mpfr_hypot in the
vlefevre
2013-06-06
1
-15
/
+20
*
[doc/mpfr.texi] Updated the month.
vlefevre
2013-06-03
1
-1
/
+1
[next]