diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-28 12:08:19 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-28 12:08:19 +0000 |
| commit | 7d2afd6bf819f9058cfb9a43eec32121af43f487 (patch) | |
| tree | eb3db3f20f81ef5244be2f77fdf6246400b702c1 /ChangeLog | |
| parent | 1ab1ff54e6abb6ae964d6b3965a795758277e63a (diff) | |
| download | ruby-7d2afd6bf819f9058cfb9a43eec32121af43f487.tar.gz ruby-7d2afd6bf819f9058cfb9a43eec32121af43f487.tar.xz ruby-7d2afd6bf819f9058cfb9a43eec32121af43f487.zip | |
* vm_method.c (rb_method_node): fail earlier if no method found.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ Thu Aug 28 20:22:49 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * 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 <usa@ruby-lang.org> * bootstraptest/test_io.rb: no need to create real file. |
