*** 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:
Dave Beazley 2001-02-04 03:24:05 +00:00
commit d07b661b94

View file

@ -2,6 +2,15 @@ SWIG (Simplified Wrapper and Interface Generator)
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
Integrated XML output code contributed by Klaus Wiederaenders.