summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-22 08:50:43 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-22 08:50:43 +0000
commit03d4c5686d463df489e56abe1231a37e7badb5d4 (patch)
tree38e0481291620d654b3037dcec21a9596a6a7055 /NEWS
parent4b9d22f572dc208d6fa93518e0d4de2953bfbb8f (diff)
downloadmpfr-03d4c5686d463df489e56abe1231a37e7badb5d4.tar.gz
updated for version 1.1
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@931 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 60383607f..2a08d194d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes from version 1.0 to version 1.1:
+- the default installation does not provide any more access to machine
+ rounding mode, and as a consequence does not compare MPFR results with
+ precision=53 to machine results. Add option -DTEST if you want to have
+ access to machine rounding mode, and to check MPFR results against.
+- the MPFR files do not need <math.h> any more
+- the header file <mpfr.h> was split into <mpfr.h> for exported functions
+ and <mpfr-impl.h> for internal functions. The user should not use functions
+ or macros from <mpfr-impl.h>, since those may change in further releases.
+- <mpfr.h> was modified in order to make easy a C++ interface
+- MPFR now deals with infinities (+infinity and -infinity) and NaN
+- the missing function mpfr_swap is now available
+- mpfr_zeta was removed (was incomplete)
+- mpfr_init and mpfr_init2 now initialize the corresponding variable to 0
+ (like in other initialization functions from GNU MP)
+- in case memory allocation fails, an error message is output
+- several bugs of version 0.4 were fixed
+
Changes from version 0.4 to version 1.0:
- Version 1.0 now uses a standard configure/make installation.