From bfb6f23c72e2db67fed4fe4c047cfd16c5bc7184 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Mon, 8 Dec 2003 02:18:12 +0000 Subject: [PATCH] More director changes git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5499 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index ec62a50b3..65c871ece 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,24 @@ Version 1.3.20 (In progress) ============================ +12/07/2003: mmatus (Marcelo Matus) + The director protected member support had been + completly moved out from python.cxx, and now + resides in the common lang.cxx, emmit.cxx and + allocate.cxx files. + + This means it should work for all the other languages + that currently support directors, ie, python, java, ocalm + and ruby. + + The change has been tested with python (compilation+runtime) + and java (just compilation). + + Please add runtime tests for the missing languages + and test it. + + The '-nodirprot' option was moved to the principal main, + and can be used from all the languages. + 12/07/2003: cheetah (William Fulton) [Java] Fixed and improved error checking of STRING_OUT typemaps in various.i.