summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-05-25 10:26:12 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-05-25 10:26:12 +0000
commit93f9b37bce951bec817059292a0626152332ede6 (patch)
tree72864c4177ed0952803eff994ee71830a0070ffd /NEWS
parent9bdc17cf5927d7111d0324bfbd0c1afd470176d4 (diff)
downloadmpfr-93f9b37bce951bec817059292a0626152332ede6.tar.gz
[NEWS, mpfr.texi] mpfr_custom_get_mantissa was renamed to
mpfr_custom_get_significand. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6868 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d8ff16f5..b5cefce08 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,8 @@ Changes from versions 2.4.* to version 3.0:
- Functions mpfr_random and mpfr_random2 have been removed.
- mpfr_get_f and mpfr_get_z now return a ternary value.
- mpfr_strtofr now accepts bases from 37 to 62.
+- mpfr_custom_get_mantissa was renamed to mpfr_custom_get_significand
+ (mpfr_custom_get_mantissa is still available via a #define).
- New functions mpfr_buildopt_tls_p and mpfr_buildopt_decimal_p giving
information about options used at MPFR build time.
- New function mpfr_regular_p.