From 7fdf6b4e285c0d74672df607c26a5583aa73ae0a Mon Sep 17 00:00:00 2001 From: Tiger Feng Date: Sun, 16 Feb 2003 21:08:03 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4329 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 4432fa8a4..bd3bda0cb 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,5 +1,21 @@ Version 1.3.18 (In progress) ============================ +02/15/2003: songyanf (Tiger) + Added -fvirtual option. + Reduce the lines and size of the wrapper file + by omitting redifined virtual function in children classes. + + Modified -compact option to -fcompact option + + Added -small option. + -small = -fvirtual -fcompact + And it can be extended by future feature options, + which are used to reduce wrapper file szie. + + Added SWIG_FEATURES environment variable check. + To dynamically set the feature options such as -fcompact & -fvirtual + *** NEW FEATURE *** + 02/13/2003: lenz Updated Doc/Manual/Perl5.html to talk about C++ compile problems configure.in now checks for PERL5_CCFLAGS