From ebd940b0b758262330ac8d08b1a2f7130ae1cce5 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 25 Aug 2007 20:56:51 +0000 Subject: * insnhelper.ci (vm_call_method): fix to relaxant safe level check ($SAFE > 2). [ruby-core:11998] * bootstraptest/test_method.rb: add tests for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 90e791c4c..38dd02d4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Aug 26 05:54:49 2007 Koichi Sasada + + * insnhelper.ci (vm_call_method): fix to relaxant safe level check + ($SAFE > 2). [ruby-core:11998] + + * bootstraptest/test_method.rb: add tests for above. + Sun Aug 26 05:52:08 2007 Koichi Sasada * test/ruby/test_fiber.rb: fix to require 'continuation'. -- cgit