From 43ad16ce1afbcbf46e6d0f2911b033dc9348ec18 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 25 Dec 2008 09:57:05 +0000 Subject: merges r20981 and r20985 from trunk into ruby_1_9_1. * vm_insnhelper.c (vm_method_search): return rb_cObject if there is no super class. [ruby-dev:37587] * bootstraptest/test_method.rb: add tests for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 74a7023ac..a678de8b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Dec 25 14:32:23 2008 Koichi Sasada + + * vm_insnhelper.c (vm_method_search): fix control flow bug. + (commited at r20981) + +Thu Dec 25 13:13:00 2008 Koichi Sasada + + * vm_insnhelper.c (vm_method_search): return rb_cObject if there is no + super class. [ruby-dev:37587] + + * bootstraptest/test_method.rb: add tests for above. + Thu Dec 25 12:49:12 2008 Koichi Sasada * proc.c (proc_new): should use proc_dup() if block has Proc. -- cgit