summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2003-03-27 00:32:15 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2003-03-27 00:32:15 +0000
commit2516aa110f7c842f93978425616d4fa561954d00 (patch)
tree3a6425c1fe797a9b6f4a663d62e4c9b7d1166ece /TODO
parentc2dc5bbab197f6e45a8f1b52086690329d3cd838 (diff)
downloadswig-2516aa110f7c842f93978425616d4fa561954d00.tar.gz
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4633 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 6 insertions, 3 deletions
diff --git a/TODO b/TODO
index 9323f2de8..abc12bd8f 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
SWIG TO-DO
-Release: SWIG-1.3.18 (Late Feb??? 2003)
+Release: SWIG-1.3.19
-----------------------------------------------------------------------------
**** = High Priority
@@ -8,7 +8,7 @@ Release: SWIG-1.3.18 (Late Feb??? 2003)
** = Will implement if time.
* = Implement if bored (or deemed necessary).
-defer = Implement in 1.3.17
+defer = Implement in next version
CORE:
@@ -277,8 +277,11 @@ Ruby
Java
----
+** Default argument support. Default arguments are effectively ignored
+ at present. An overridden method for each default argument could be
+ generated thereby enabling one to call methods with default arguments.
-** Vararg typemaps
+[DONE] Vararg typemaps
[DONE] $javaconst(1) option for enums - so that no JNI call is necessary to
get the value of the enum.