*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4428 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2547941ebe
commit
4e4146b480
1 changed files with 13 additions and 0 deletions
|
|
@ -1,6 +1,19 @@
|
|||
Version 1.3.18 (In progress)
|
||||
============================
|
||||
|
||||
03/03/2003: beazley
|
||||
Fixed a small glitch in typemap local variable replacement. If you had
|
||||
a typemap like this:
|
||||
|
||||
%typemap(in) type ($1_type temp) {
|
||||
...
|
||||
temp = ...;
|
||||
...
|
||||
}
|
||||
|
||||
and no occurrence of "$1_type" appeared in the body, then the local
|
||||
variable type wouldn't be substituted.
|
||||
|
||||
03/03/2003: cheetah (William Fulton)
|
||||
[CSharp] New version of the CSharp module which is typemap based.
|
||||
It also uses ECMA C# and no longer uses Microsoft Visual C++.NET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue