*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4673 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f572bc096a
commit
856dcad35d
2 changed files with 5 additions and 5 deletions
|
|
@ -3,8 +3,10 @@ Version 1.3.20 (In progress)
|
|||
|
||||
04/10/2003: cheetah (William Fulton)
|
||||
[Java] Added a runtime check to typemaps in arrays_java.i library to check
|
||||
that the Java array is the same size as the C array and throw an exception
|
||||
if not.
|
||||
that the Java array passed in is the same size as the C array and throw an
|
||||
exception if not.
|
||||
|
||||
Also fix to use delete instead of free for arrays created using new.
|
||||
|
||||
04/07/2003: cheetah (William Fulton)
|
||||
Remove GCC3 warning when compiling the examples and test-suite:
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@ Java
|
|||
at present. An overridden method for each default argument could be
|
||||
generated thereby enabling one to call methods with default arguments.
|
||||
|
||||
** Implement idea from Dave Dribin email to the swig mailing list, 2 April 2003,
|
||||
[DONE] Implement idea from Dave Dribin email to the swig mailing list, 2 April 2003,
|
||||
where the global enums and constants are placed in an interface so that they
|
||||
can be implemented by other Java classes. This will allow improved syntax when
|
||||
referring to the enums/constants:
|
||||
|
|
@ -403,8 +403,6 @@ Documentation
|
|||
Other
|
||||
-----
|
||||
|
||||
[DONE] Bring Tiger's .NET/CLR module online.
|
||||
|
||||
***** Learn more wicked Jazz chords.
|
||||
(in progress)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue