ruby-cvs:21869
From: ko1 ruby-lang.org
Date: Tue, 25 Dec 2007 05:27:11 +0900 (JST)
Subject: [ruby-cvs:21869] Ruby:r14632 (trunk): * compile.c (iseq_compile): clear local table if node == 0.
ko1 2007-12-25 05:27:10 +0900 (Tue, 25 Dec 2007)
New Revision: 14632
Modified files:
trunk/ChangeLog
trunk/compile.c
trunk/vm.c
Log:
* compile.c (iseq_compile): clear local table if node == 0.
a patch from Yusuke ENDOH <mame AT tsg.ne.jp>
* vm.c: clear VM stack.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.c?r1=14632&r2=14631
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14632&r2=14631
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm.c?r1=14632&r2=14631