summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2004-11-01 23:21:51 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2004-11-01 23:21:51 +0000
commit6e2298a28bcb872df7c4431938254772fc1e6d25 (patch)
tree9a1966a6aaed88ca66cbf3c180a79c58ba7a6815 /TODO
parent89782ca04e3c668d3196072363d207b99091d565 (diff)
downloadswig-6e2298a28bcb872df7c4431938254772fc1e6d25.tar.gz
java c# update
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6595 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 81b66b1c1..4c2fa4124 100644
--- a/TODO
+++ b/TODO
@@ -213,7 +213,7 @@ Ruby
Java
----
-**** Default argument support. Default arguments are effectively ignored
+[DONE] 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.
@@ -228,7 +228,7 @@ C#
**** Fix exception handling. Currently memory leaks occur when a C# exception
is thrown from C/C++.
-**** Default argument support - see Java above.
+[DONE] Default argument support - see Java above.
PHP
---