*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1015 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
17032dd6ff
commit
d07b661b94
1 changed files with 9 additions and 0 deletions
9
CHANGES
9
CHANGES
|
|
@ -2,6 +2,15 @@ SWIG (Simplified Wrapper and Interface Generator)
|
||||||
|
|
||||||
Version 1.3 Alpha 6 (Work in progress)
|
Version 1.3 Alpha 6 (Work in progress)
|
||||||
======================================
|
======================================
|
||||||
|
02/03/01: beazley
|
||||||
|
Fixed some bugs related to typedef and typemaps. The following
|
||||||
|
declarations are now legal:
|
||||||
|
|
||||||
|
typedef type (f)(parms);
|
||||||
|
|
||||||
|
%typemap(method) type (*f)(parms) {
|
||||||
|
...
|
||||||
|
}
|
||||||
|
|
||||||
01/16/01: ttn
|
01/16/01: ttn
|
||||||
Integrated XML output code contributed by Klaus Wiederaenders.
|
Integrated XML output code contributed by Klaus Wiederaenders.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue