summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-20 00:26:59 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-20 00:26:59 +0000
commit52914d12e4b18ac54bcc139d3cd70385c51a2600 (patch)
tree37737003eeac83f2ee2b7f82f9df33ab9ab8d86b /NEWS
parentbd56a7278dc053fdc4e225412c25444701b4d3fe (diff)
downloadmpfr-52914d12e4b18ac54bcc139d3cd70385c51a2600.tar.gz
Added mpfr_buildopt_internals_p function.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7868 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ba71ecbc3..231789663 100644
--- a/NEWS
+++ b/NEWS
@@ -43,8 +43,8 @@ Changes from versions 3.0.* to version 3.1.0:
- The --with-gmp-build configure option can now be used when the GMP
source directory and the GMP build directory are different (without
having to copy header files manually as before).
-- New functions mpfr_buildopt_tune_case, mpfr_frexp, mpfr_grandom and
- mpfr_z_sub.
+- New functions mpfr_buildopt_internals_p, mpfr_buildopt_tune_case,
+ mpfr_frexp, mpfr_grandom and mpfr_z_sub.
- New division-by-zero exception (flag) and associated functions.
- The mpfr.h header can be included several times, while still supporting
optional functions (see Section "Headers and Libraries" in the manual).