From cf6334e1cb91bfee0f95e5ae7ea9c4a72df1f6c2 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 28 Aug 2008 12:08:19 +0000 Subject: * vm_method.c (rb_method_node): fail earlier if no method found. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8c028f81e6..7c8a8c8cdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ Thu Aug 28 20:22:49 2008 Yukihiro Matsumoto * object.c (convert_type): call less rb_intern() less frequently by using cache structure. + * vm_method.c (rb_method_node): fail earlier if no method found. + Thu Aug 28 19:04:50 2008 NAKAMURA Usaku * bootstraptest/test_io.rb: no need to create real file. -- cgit v1.2.3