From 68e08149acac0e0982176de85fdff5735d5d42f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Mon, 17 May 2004 16:18:12 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5914 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index bce94a65a..406e65243 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,18 @@ Version 1.3.22 (in progress) ================================== +05/17/2004: mkoeppe (Matthias Koeppe) + + [Guile] New runtime functions SWIG_PointerAddress, + SWIG_PointerType, SWIG_IsPointerOfType, SWIG_IsPointer. + + [Guile] In -scm mode, wrap several SWIG runtime functions + and export them into the module (Swig swigrun). The + runtime module is now built with "module" linkage. + + [Guile] GOOPS proxy objects now also print the pointer + address of the C object. + 05/14/2004: lyle Added Kou's patch for the Ruby %import directive so that modules with "nested" names are handled properly. Consider an interface