*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7265 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c4aed59a48
commit
179c5710af
4 changed files with 14 additions and 0 deletions
|
|
@ -1,6 +1,14 @@
|
|||
Version 1.3.25 (June 11, 2005)
|
||||
==============================
|
||||
|
||||
06/08/2005: wsfulton
|
||||
Fix for when a base class defines a symbol as a member variable and a derived class defines
|
||||
the same symbol as a member method.
|
||||
|
||||
06/08/2005: wsfulton
|
||||
[C#] More fixes for virtual/new/override modifiers - when a method has protected access
|
||||
in base and public access in derived class.
|
||||
|
||||
06/02/2005: wsfulton
|
||||
Fix #1066363 - Follow convention of release tarball name matching directory name.
|
||||
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@ import_nomodule
|
|||
imports
|
||||
inctest
|
||||
inherit_missing
|
||||
inherit_same_name
|
||||
inherit_void_arg
|
||||
inline_initializer
|
||||
kind
|
||||
|
|
@ -239,6 +240,7 @@ template_typedef_ptr
|
|||
template_type_namespace
|
||||
template_virtual
|
||||
template_whitespace
|
||||
threads
|
||||
throw_exception
|
||||
typedef_array_member
|
||||
typedef_class
|
||||
|
|
|
|||
|
|
@ -97,6 +97,7 @@ import_nomodule
|
|||
imports
|
||||
inctest
|
||||
inherit_missing
|
||||
inherit_same_name
|
||||
inherit_void_arg
|
||||
inline_initializer
|
||||
java_constants
|
||||
|
|
@ -248,6 +249,7 @@ template_typedef_ptr
|
|||
template_type_namespace
|
||||
template_virtual
|
||||
template_whitespace
|
||||
threads
|
||||
throw_exception
|
||||
typedef_array_member
|
||||
typedef_class
|
||||
|
|
|
|||
|
|
@ -108,6 +108,7 @@ imports_a.py
|
|||
imports_b.py
|
||||
inctest.py
|
||||
inherit_missing.py
|
||||
inherit_same_name.py
|
||||
inherit_void_arg.py
|
||||
inline_initializer.py
|
||||
inout.py
|
||||
|
|
@ -264,6 +265,7 @@ template_typedef.py
|
|||
template_type_namespace.py
|
||||
template_virtual.py
|
||||
template_whitespace.py
|
||||
threads.py
|
||||
throw_exception.py
|
||||
typedef_array_member.py
|
||||
typedef_class.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue