summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-15 12:34:08 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-15 12:34:08 +0000
commita0f85cabddf1cd6fc65956330bb203a523209adc (patch)
tree71a022b0db72757f45a57b5e770e0aba960afaec
parent0c6f3099f817954ee1acb80ebb394d05eee0cb73 (diff)
downloadmpfr-a0f85cabddf1cd6fc65956330bb203a523209adc.tar.gz
Update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1876 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--BUGS10
1 files changed, 5 insertions, 5 deletions
diff --git a/BUGS b/BUGS
index aa502a996..a17393680 100644
--- a/BUGS
+++ b/BUGS
@@ -1,15 +1,15 @@
Probably many bugs.
-Knowns bugs:
+Known bugs:
* The overflows/underflows are not yet implemented in all functions.
* Possible integer overflows on some machines.
+* mpfr_set_d may give wrong results on some architectures.
+
+Potential bugs:
+
* get_str.c: condition len != n + 1 is always satisfied at the end.
This means that there are too many reallocations (possibly useless
ones) and a possible bug.
-
-* TMP_ALLOC problems in agm.c and sqrt.c. (Kevin Ryde, 05 March 2002)
-
-* mpfr_set_d may give wrong results on some architectures.