diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-03-06 17:56:06 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-03-06 17:56:06 +0000 |
commit | 3a123253fe15a33971e5c229136da1bdb2af8e7d (patch) | |
tree | 5e073a887878ebc49bf2dab8dafd793456d0c17d /BUGS | |
parent | 5249e01d35844d8884a708045b644615c0678c08 (diff) | |
download | mpfr-3a123253fe15a33971e5c229136da1bdb2af8e7d.tar.gz |
Update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1718 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,5 +10,7 @@ Knowns bugs: 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) + * Possible use of an uninitialized value in mpfr_sinh, detected by valgrind. (Kevin Ryde, 06 March 2002) |