summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-12-05 21:44:21 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-12-05 21:44:21 +0100
commit9d1623c88b8af728d631ccfe19a4626b3ab3a663 (patch)
tree1a8372ebbddd31fed0242753146a1caadb97ac2e
parent9c5532628faa2518227961d54c4675e5d48f5d37 (diff)
downloadgmp-9d1623c88b8af728d631ccfe19a4626b3ab3a663.tar.gz
Clean up some tasks, file is still severely outdated.
-rw-r--r--doc/tasks.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/tasks.html b/doc/tasks.html
index dc5a5361f..da4dfe014 100644
--- a/doc/tasks.html
+++ b/doc/tasks.html
@@ -37,7 +37,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
<hr>
<!-- NB. timestamp updated automatically by emacs -->
- This file current as of 3 Mar 2011. An up-to-date version is available at
+ This file current as of 5 Dec 2011. An up-to-date version is available at
<a href="http://gmplib.org/tasks.html">http://gmplib.org/tasks.html</a>.
Please send comments about this page to gmp-devel<font>@</font>gmplib.org.
@@ -62,13 +62,6 @@ either already been taken care of, or have become irrelevant.
<code>_mpz_realloc</code> with a small (1 limb) size.
<li> One reuse case is missing from mpX/tests/reuse.c:
<code>mpz_XXX(a,a,a)</code>.
-<li> When printing <code>mpf_t</code> numbers with exponents &gt;2^53 on
- machines with 64-bit <code>mp_exp_t</code>, the precision of
- <code>__mp_bases[base].chars_per_bit_exactly</code> is insufficient and
- <code>mpf_get_str</code> aborts. Detect and compensate. Alternately,
- think seriously about using some sort of fixed-point integer value.
- Avoiding unnecessary floating point is probably a good thing in general,
- and it might be faster on some CPUs.
<li> Make the string reading functions allow the `0x' prefix when the base is
explicitly 16. They currently only allow that prefix when the base is
unspecified (zero).