From 7accb2da5425398fb1edae9407a7edb4dec81a4e Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 24 Dec 2007 20:27:10 +0000 Subject: * compile.c (iseq_compile): clear local table if node == 0. a patch from Yusuke ENDOH * vm.c: clear VM stack. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b654e20cb..503ee17bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Dec 25 05:24:12 2007 Koichi Sasada + + * compile.c (iseq_compile): clear local table if node == 0. + a patch from Yusuke ENDOH + + * vm.c: clear VM stack. + Tue Dec 25 04:23:32 2007 Tanaka Akira * parse.y (rb_id2str): fill klass of returned string as rb_cString. -- cgit