From 5650e26ccd514dc0456752f7be802e11eff1d41c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Mon, 23 Feb 2004 12:57:50 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5735 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index e0baa8de5..c387cebdc 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,11 @@ Version 1.3.22 (in progress) ================================== +02/23/2004: mkoeppe (Matthias Koeppe) + [MzScheme] Use FUNC_NAME rather than a bogus typemap variable for signalling + errors. Call scheme_wrong_type with a zero-based argument number. + Reported by Ondrej Pacovsky, SF #902621. + 02/22/2004: mkoeppe (Matthias Koeppe) [Guile] In -scm mode, don't try to invoke a null destructor function.