summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2006-11-02 12:15:12 +0000
committerOlly Betts <olly@survex.com>2006-11-02 12:15:12 +0000
commit39977c48aa37b489572c3bf2841c4f451c1dbd39 (patch)
treefdad277c0d233b16b3cc3c92bdd1686a25039aec /TODO
parentef3906f038a70991b163ade8844f4785cf0ffe0a (diff)
downloadswig-39977c48aa37b489572c3bf2841c4f451c1dbd39.tar.gz
Update PHP entries and cross off a Ruby item which has been done.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9514 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4a4547069..e49c96c63 100644
--- a/TODO
+++ b/TODO
@@ -203,7 +203,7 @@ Ruby
*** Add support for keyword arguments (by collecting them in a hash?).
-* Add some special directives to automatically rename declarations to
+DONE Add some special directives to automatically rename declarations to
or from CamelCase.
Java
@@ -219,6 +219,10 @@ DONE Implement director support for C# so that virtual methods work seemlessly
PHP
---
+**** Look at moving to using the UTL.
+
+*** Director support.
+
** When returning wrapped objects via alternate constructors if that
pointer value already exists "out there" as a resource we should
use the same resource, we can't have multiple ref-counted resources
@@ -234,7 +238,7 @@ PHP
Make sometype& and sometype* to be autoallocated IF THEY ARE NOT
ALREADY swigtype wrapped.
-* Overloading, callbacks, really review to see what else is missed
+* Review to see what else is missing!
Guile
-----