diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2003-03-27 00:32:15 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2003-03-27 00:32:15 +0000 |
commit | 2516aa110f7c842f93978425616d4fa561954d00 (patch) | |
tree | 3a6425c1fe797a9b6f4a663d62e4c9b7d1166ece /TODO | |
parent | c2dc5bbab197f6e45a8f1b52086690329d3cd838 (diff) | |
download | swig-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-- | TODO | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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. |