a clash with BSIZE defined by headers on AIX with Perl (reported in SF#1928048). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10386 626c5289-ae23-0410-ae9c-e8d60b6d4f22
17 lines
745 B
Text
17 lines
745 B
Text
Version 1.3.36 (in progress)
|
|
=============================
|
|
|
|
04/24/2008: olly
|
|
Rename BSIZE in Examples/test-suite/arrays_scope.i to BBSIZE to avoid
|
|
a clash with BSIZE defined by headers on AIX with Perl (reported in
|
|
SF#1928048).
|
|
|
|
04/20/2008: wsfulton
|
|
Add the ability to wrap all protected members when using directors.
|
|
Previously only the virtual methods were available to the target language.
|
|
Now all protected members, (static and non-static variables, non-virtual methods
|
|
and static methods) are wrapped when using the allprotected mode. The allprotected
|
|
mode is turned on in the module declaration:
|
|
|
|
%module(directors="1", allprotected="1") modulename
|
|
|