summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-20 01:57:34 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-20 01:57:34 +0000
commitb5163c4b25697704ff8c7f7f347e24215ca9b66f (patch)
tree538cbabba70a123aa36a72f7b0ae9376ef26d82f
parentcc75af695c121b993a7e61aa688ee5e121ce7718 (diff)
downloadmpfr-b5163c4b25697704ff8c7f7f347e24215ca9b66f.tar.gz
Re-added changes specific to the old 4.0 branch:
* doc/FAQ.html: assume MPFR 4.0.0 has been released (since this is a file for the MPFR 4.0.0 release). * NEWS: added test coverage for MPFR 4.0.0. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@12026 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--NEWS1
-rw-r--r--doc/FAQ.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 76a03b3d0..21cff1f39 100644
--- a/NEWS
+++ b/NEWS
@@ -110,6 +110,7 @@ Changes from versions 3.1.* to version 4.0.0:
in the computation of Bernoulli numbers (used in mpfr_gamma, mpfr_li2,
mpfr_digamma, mpfr_lngamma and mpfr_lgamma), in mpfr_div, in mpfr_fma
and mpfr_fms.
+- Test coverage: 96.3% lines of code.
- Bug fixes. In particular: a speed improvement when the --enable-assert
or --enable-assert=full configure option is used with GCC; mpfr_get_str
now sets the NaN flag on NaN input and the inexact flag when the conversion
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 92530c190..ae9f29fae 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -338,7 +338,7 @@ installation using <cite>autoconf</cite> or <cite>pkg-config</cite>?</dt>
<dd><p>The <cite><acronym>MPFR</acronym></cite> team does not currently
recommend any <cite>autoconf</cite> code, but a section will later
be added to the <cite><acronym>MPFR</acronym></cite> manual.
-Limited <cite>pkg-config</cite> support will be added for
+Limited <cite>pkg-config</cite> support has been added for
<cite><acronym>MPFR</acronym></cite> 4.0.0; example:</p>
<pre style="margin-left: 2em">cc myprogram.c $(pkg-config --cflags --libs mpfr)</pre></dd>