summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-10-18 14:23:01 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-10-18 14:23:01 +0000
commit31e928651b235b2174a5644625afaf5bcacbeab2 (patch)
tree1381188271055b0f336cbfc646ad381380bd9961
parent3639a4eda0ba0dcbe2a1da2d5ae6238bccdb602b (diff)
downloadmpfr-31e928651b235b2174a5644625afaf5bcacbeab2.tar.gz
Update
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3037 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--BUGS6
-rw-r--r--README6
2 files changed, 6 insertions, 6 deletions
diff --git a/BUGS b/BUGS
index edb69016d..d0b7627ab 100644
--- a/BUGS
+++ b/BUGS
@@ -24,9 +24,9 @@ Probably many bugs.
Known bugs:
-* The overflows/underflows are not yet implemented in all functions, or
- partially implemented. For instance, mpfr_pow (z, x, y, rnd) fails for
- very small x and some values of y.
+* The overflows/underflows are partially implemented in some functions.
+ For instance, mpfr_pow (z, x, y, rnd) fails for very small x and some
+ values of y.
* The mpfr_set_ld function assumes that the long double type has an
exponent of at most 15 bits.
diff --git a/README b/README
index 2180ce51a..1f11ca010 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Copyright 2000, 2001, 2002, 2003 Free Software Foundation.
+Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation.
Contributed by the Spaces project, INRIA Lorraine.
This file is part of the MPFR Library.
@@ -45,7 +45,6 @@ mkinst* - auxiliary installation file
mpf2mpfr.h - header file for compatibility with MPF
mpfr.h - external header file for MPFR
mpfr-impl.h - internal header file for MPFR
-mpfr-math.h - another internal header file for MPFR
mpfr-test.h - header file for test files
mpfr.info - info file for MPFR
mpfr.texi - texinfo documentation for MPFR
@@ -55,6 +54,7 @@ texinfo.tex - TeX macros to handle mpfr.texi
You can get the latest source code by CVS:
- cvs -d :pserver:cvs@cvs-sop.inria.fr:/CVS/spaces checkout mpfr
+ cvs -d :pserver:cvs@cvs-sop.inria.fr:/CVS/spaces login
+ cvs -d :pserver:cvs@cvs-sop.inria.fr:/CVS/spaces -z3 checkout -P mpfr
(empty password). CVS users should read the file "README.dev".