New templated method SwigValueInit to initialise all types - used initially for return types in director methods

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10064 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-10-28 23:07:46 +00:00
commit b6f9def156

View file

@ -1,6 +1,10 @@
Version 1.3.32 (in progress)
============================
10/28/2007: wsfulton
[Java, C#] New approach for fixing uninitialised variable usage on error in director
methods using the new templated initialisation function SwigValueInit().
10/28/2007: wsfulton
[Perl] Use more efficient SvPV_nolen(x) instead of SvPV(x,PL_na) if SvPV_nolen is
supported.