summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-11-15 17:51:24 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-11-15 17:51:24 +0000
commit7088ff4397af15bb5e759ecfdf7fc0b4936de9c0 (patch)
treec2c754fac243186652175c1d6e28538b3077f037 /TODO
parentaa14fdd294addea42637334a90b6c367ff9523ae (diff)
downloadmpfr-7088ff4397af15bb5e759ecfdf7fc0b4936de9c0.tar.gz
[TODO] Added an item to add "const" in prototypes in the manual.
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14178 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5928d2e08..5b9e6b09e 100644
--- a/TODO
+++ b/TODO
@@ -33,6 +33,13 @@ Table of contents:
- add a description of the algorithms used and a proof of correctness
+- when mp*_srcptr is used in a prototype, add "const" in the prototype
+ in the manual, like what is now done in the GMP manual, i.e.
+ mpfr_srcptr -> const mpfr_t
+ mpz_srcptr -> const mpz_t
+ mpq_srcptr -> const mpq_t
+ mpf_srcptr -> const mpf_t
+
##############################################################################
2. Compiler/library detection
##############################################################################