From 731180ac3e1cb63de9ff67103a08065ddacba905 Mon Sep 17 00:00:00 2001 From: Joseph Wang Date: Thu, 14 Feb 2008 05:04:53 +0000 Subject: [PATCH] Add item about fix to R 2.6 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10259 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index cce1a0f25..5261dd2aa 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -11,6 +11,10 @@ Version 1.3.34 (in progress) $fulldecl - the fully qualified C/C++ declaration of the method being wrapped including the return type +02/12/2008: drjoe + [R] Now setting S4 flag in SWIG created objects. This + fixes R-SWIG for 2.6 and warning for 2.6 failure has been removed. + 02/11/2008: mgossage [Lua] Added a patch by Torsten Landschoff to fix the unary minus issue Ran 'astyle --style=kr -2' across lua.cxx to neaten it up