summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2009-05-05 14:06:43 +0000
committerthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2009-05-05 14:06:43 +0000
commit8e3d437569ea05d6a5de5ae7fdc7fe48ba7e989c (patch)
tree1f36afb50bcd9765f14fdd12481288d6bb6e6dd3 /NEWS
parent7667ef44ed00638bf186ca06b8cf140c5cd8afa1 (diff)
downloadmpfr-8e3d437569ea05d6a5de5ae7fdc7fe48ba7e989c.tar.gz
NEWS Makefile.am mpfr.h mpfr.texi buildopt.c: New functions mpfr_buildopt_tls_p and mpfr_buildopt_decimal_p.
tests/Makefile.am tests/tbuildopt.c: Add tests for mpfr_buildopt_tls_p and mpfr_buildopt_decimal_p. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6188 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 e4c2217a2..e9f78dedc 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,8 @@ Changes from versions 2.4.* to version 3.0:
- A new rounding mode (MPFR_RNDA) is available to round away from zero.
- Functions mpfr_random and mpfr_random2 have been removed.
- mpfr_get_f and mpfr_get_z now return a ternary value.
+- News functions mpfr_buildopt_tls_p and mpfr_buildopt_decimal_p giving information
+ about options used at compile time.
Changes from versions 2.3.* to version 2.4.0:
- MPFR is now a GNU package.