summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2003-11-18 15:56:32 +0000
committerMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2003-11-18 15:56:32 +0000
commit83fa0431783049ab9a6cd861dd92b44f89ce9bb8 (patch)
tree3c9d42cec05b8e150e3e1e71bfbb962549090661 /TODO
parent0ed1964e8c424eb57e84054d19b317dc27512206 (diff)
downloadswig-83fa0431783049ab9a6cd861dd92b44f89ce9bb8.tar.gz
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5332 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index a694ba1a5..833a32c84 100644
--- a/TODO
+++ b/TODO
@@ -402,6 +402,10 @@ Guile
** Director Support!
+** Cleaner handling of multiple values.
+ Use a typemap keyword argument "numoutputs" of "out" and
+ "argout" to indicate how many values are returned.
+
[DONE] Support garbage collection.
** Make SWIG's types first-class by using a separate smob type for
@@ -414,11 +418,15 @@ Guile
** Provide a clean way to construct type predicates.
+** In GOOPS mode, maybe make overloaded functions methods.
+
Mzscheme
--------
** Port list-vector.i and pointer-in-out.i from Guile.
+** Add shadow class support for the Swindle system.
+
Pike
----