*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4409 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-02-26 22:21:15 +00:00
commit 220eb01205

View file

@ -1,5 +1,10 @@
Version 1.3.18 (In progress)
============================
02/26/2003: cheetah (William Fulton)
[Java] Better typemaps in the Examples/java/typemap example and also
fixes subtle bug when using the StringBuffer typemaps more than once.
02/26/2003: beazley
Fixed [ 642112 ] Constants char bug.
@ -63,7 +68,7 @@ Version 1.3.18 (In progress)
to locate any valid implementation of a virtual method by
traversing over the entire hierarchy.
02/19/2003: cheetah (William Fulton)
02/22/2003: cheetah (William Fulton)
[Java] Fix for using enum typemaps. The Java final static variable type
can be set using the jstype typemap, enabling enums to be mapped to
something other than int. Bug reported by Heiner Petith.