From 24529c7f1346692076f3f4c4a48720dfdd0fba02 Mon Sep 17 00:00:00 2001 From: Surendra Singhi Date: Sat, 30 Sep 2006 19:01:46 +0000 Subject: [PATCH] no message git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9382 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index e1fb9eac3..9811978bb 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,11 @@ Version 1.3.30 (in progress) ============================ +09/30/2006: efuzzyone + [CFFI] Bitfield support and vararg support due to Arthur Smyles. + C expression to Lisp conversion, thanks to Arthur Smyles for the initial + idea, it now supports conversion for a whole range of C expressions. + 09/28/2006: wsfulton Fix #1508327 - Overloaded methods are hidden when using -fvirtual optimisation. Overloaded methods are no longer candidates for elimination - this mimics