summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-30 13:10:38 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-30 13:10:38 +0000
commit57f281ebed3ffdaaccf39f2848e365c2b6f56443 (patch)
tree9e49c42da4b19619c677490c87ab28cc113b67d9 /TODO
parent3e44562a12efc66b51cd5c4c46e88c2cd2574c49 (diff)
downloadmpc-57f281ebed3ffdaaccf39f2848e365c2b6f56443.tar.gz
sin_cos.c: split out sin.c and cos.c to follow gnu coding standards:
one external function per file get.c: renamed to get_x.c get_x.c, set_x.c, set_x_x.c contain several external functions; changing this is maybe exaggerated git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1038 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index b5c0a74..e0d0137 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,7 @@
+From Andreas Enge 30 August 2011:
+As soon as dependent on mpfr>=3, remove auxiliary functions from
+get_version.c and update mpc.h.
+
From Andreas Enge 23 February 2011:
rewrite sqr following the structure of mul to make sure that intermediate
over- and underflows are handled correctly