*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@705 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b746069e7d
commit
5093edc8de
1 changed files with 13 additions and 0 deletions
13
SWIG/CHANGES
13
SWIG/CHANGES
|
|
@ -3,6 +3,19 @@ SWIG (Simplified Wrapper and Interface Generator)
|
|||
Version 1.3 Alpha 4 (not yet released)
|
||||
======================================
|
||||
|
||||
8/28/00 : beazley
|
||||
Typemaps can now be specified using string literals like
|
||||
this:
|
||||
|
||||
%typemap(in) int "$target = SvIV($source);";
|
||||
|
||||
When code is specified like this, it is *NOT* enclosed
|
||||
inside a local scope (as with older typemap declarations).
|
||||
Note: character escape sequences are interpreted in the
|
||||
code string so if you want to include a quote or some
|
||||
other special character, make sure you use a (\).
|
||||
*** NEW FEATURE ***
|
||||
|
||||
8/27/00 : beazley
|
||||
Typemaps have been modified to follow typedef declarations.
|
||||
For example, if you have this:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue