*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4383 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-02-24 23:29:09 +00:00
commit b08b359444
2 changed files with 30 additions and 1 deletions

View file

@ -1,5 +1,11 @@
Version 1.3.18 (In progress)
============================
02/19/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.
02/21/2003: songyanf (Tiger)
Added CSharp (C#) module prototype
i.e. csharp.cxx & csharp.h at Source/Modules/.

View file

@ -1,15 +1,21 @@
abstract_inherit
abstract_inherit_ok
abstract_signature
abstract_typedef2
abstract_virtual
add_link
anonymous_arg
argout
arrayptr
arrayref
arrays
arrays_global
arrays_global_twodim
arrays_scope
bools
bool_default
casts
cast_operator
char_constant
class_ignore
constant_pointers
@ -25,6 +31,7 @@ conversion_ns_template
cplusplus_throw
cpp_enum
cpp_enum_scope
cpp_macro_noarg
cpp_namespace
cpp_nodefault
cpp_static
@ -38,6 +45,7 @@ defineop
defines
dynamic_cast
enum
enum_plus
enum_scope
enum_scope_template
enum_var
@ -47,12 +55,16 @@ evil_diamond_prop
explicit
extend_template
extend_template_ns
global_ns_arg
grouping
ignore_parameter
imports
import_nomodule
inherit_missing
java_constants
java_enums
java_jnitypes
java_lib_arrays
java_pragmas
java_throws
java_typemaps_proxy
@ -94,9 +106,12 @@ pointer_reference
preproc_1
preproc_2
preproc_3
preproc_4
preproc_5
primitive_ref
private_assign
pure_virtual
reference_global_vars
rename_default
rename_scope
return_value_scope
@ -118,6 +133,7 @@ static_const_member
static_const_member_2
struct_value
template
template_arg_replace
template_arg_scope
template_arg_typename
template_base_template
@ -126,11 +142,17 @@ template_construct
template_const_ref
template_default
template_default2
template_default_arg
template_default_inherit
template_default_qualify
template_enum
template_enum_ns_inherit
template_enum_typedef
template_explicit
template_extend1
template_extend2
template_extend_overload
template_extend_overload_2
template_forward
template_inherit
template_inherit_abstract
@ -159,6 +181,7 @@ template_type_namespace
template_virtual
template_whitespace
throw_exception
typedef_array_member
typedef_funcptr
typedef_inherit
typedef_mptr
@ -175,10 +198,10 @@ using2
using_composition
using_extend
using_inherit
using_namespace
using_private
using_protected
valuewrapper_base
varargs
virtual_destructor
voidtest