From 40cec6c0e82cbfdfa277b059c2fe3287b704bdda Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 2 Dec 2003 19:46:54 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5458 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 0660d355f..6fa05e56a 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,11 @@ Version 1.3.20 (In progress) ============================ +12/02/2003: beazley + [Tcl] Fixed [ 755382 ] calling func(const vector& p) evaluates p[0] in interp. + The Tcl type checker was improperly handling the interpreter result when + type violations were supposed to be ignored. + Reported by Flaviu Popp-Nowak. + 11/30/2003: cheetah (William Fulton) Fixed [ 545058 ] configure's --with-tclincl has no effect