From 34d287c10aca44f4dd20b3ff128c97c76edcbfc9 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 25 Dec 2007 02:14:36 +0000 Subject: * vm.c: check frame is FINAL when creating env. [ruby-core:14395] * bootstraptest/test_block.rb: add a test for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e188f9f92..086a63e70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Dec 25 11:02:10 2007 Koichi Sasada + + * vm.c: check frame is FINAL when creating env. + [ruby-core:14395] + + * bootstraptest/test_block.rb: add a test for above. + Tue Dec 25 09:12:13 2007 Eric Hodel * lib/rdoc/: Enable RDoc debugging only with $DEBUG_RDOC. -- cgit