From 6010fcf9d689a3784a97968087ddb479cf34ad92 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 17 Apr 2007 22:51:24 +0000 Subject: [PATCH] csin and javain typemap improvements git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9680 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index d4db882cd..f5b1a6d07 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,15 @@ Version 1.3.32 (in progress) ============================ +04/17/2007: wsfulton + [Java, C#] Support for adding in Java/C# code before and after the intermediary call, + specifically related to the marshalling of the proxy type to the intermediary type. + The javain/csin typemap now supports the 'pre' and 'post' attributes to achieve this. + The javain typemap also supports an optional 'pgcppname' attribute for premature garbage + collection prevention parameter naming and the csin typemap supports an optional 'cshin' + attribute for the parameter type used in a constructor helper generated when the type is used + in a constructor. Details in the Java.html and CSharp.html documentation. + 04/16/2007: olly Don't treat `restrict' as a reserved identifier in C++ mode (bug#1685534).