*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5052 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
903a905640
commit
853529c7b2
1 changed files with 12 additions and 0 deletions
|
|
@ -1,5 +1,17 @@
|
|||
Version 1.3.20 (In progress)
|
||||
============================
|
||||
09/01/2003: beazley
|
||||
Fixed [ 797573 ] no way to rename classes coming from C structures.
|
||||
This problem relates to renaming of anonymous structures with a
|
||||
typedef. For example:
|
||||
|
||||
%rename(Bar) Foo;
|
||||
typedef struct {
|
||||
...
|
||||
} Foo;
|
||||
|
||||
Reported by Britton Leo Kerin.
|
||||
|
||||
09/01/2003: beazley
|
||||
Fixed [ 797576 ] -help seems to imply that only tcl-specific options exist.
|
||||
Added a comment to alert user to other options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue