From 7e9865c827df4fd592f3c0fa3b016d5f7d9cf4e8 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Thu, 13 Jan 2000 16:44:41 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@83 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SWIG/CHANGES b/SWIG/CHANGES index c27cd14a4..f32ed3897 100644 --- a/SWIG/CHANGES +++ b/SWIG/CHANGES @@ -1,5 +1,10 @@ SWIG (Simplified Wrapper and Interface Generator) +1/13/00 : beazley + Added -freeze option that forces SWIG to freeze upon exit. + This is only used as a debugging tool so that I can more + easily examine SWIG's memory footprint. + 1/13/00 : beazley Added patch to guile module for supporting optional arguments Patch contributed by Dieter Baron.