summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-09-05 08:56:53 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-09-05 08:56:53 +0000
commitac5695889b3b30eb4b3db3e9e71501e658da7aea (patch)
tree950f4e4721f7aeb08fa2051f3f58913e96a7aba1 /NEWS
parent512298f5583a72a3b2f9b7977122b1bbb0808ee4 (diff)
downloadmpfr-ac5695889b3b30eb4b3db3e9e71501e658da7aea.tar.gz
NEWS: added a note about mpfr_init_gmp_rand (removed in r4953).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5614 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 77d62cca2..beb4d6631 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,12 @@ Changes from versions 2.3.* to version 2.4.0:
- Behavior of mpfr_check_range changed: if the value is an inexact
infinity, the overflow flag is set (in case it was lost); this
change is also present in MPFR 2.3.2.
+- Function mpfr_init_gmp_rand (only defined when building MPFR without
+ the --with-gmp-build configure option) is no longer defined at all.
+ This function was private and not documented, and was used only in
+ the MPFR test suite. User code that calls it is regarded as broken
+ and may fail as a consequence. Running the old test suite against
+ MPFR 2.4.0 may also fail.
- New functions:
* between a MPFR number and a double: mpfr_add_d, mpfr_sub_d,
mpfr_d_sub, mpfr_mul_d, mpfr_div_d, mpfr_d_div,