diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-31 15:32:22 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-31 15:32:22 +0000 |
| commit | a190d2dc09aacd1422a8910b3b75947988da7775 (patch) | |
| tree | 4ab24e6e350bd9444e0e3e8a86c7e33a88097eea /ChangeLog | |
| parent | b18838379ee2a5078e03fda26fe4e4e69066e414 (diff) | |
| download | ruby-a190d2dc09aacd1422a8910b3b75947988da7775.tar.gz ruby-a190d2dc09aacd1422a8910b3b75947988da7775.tar.xz ruby-a190d2dc09aacd1422a8910b3b75947988da7775.zip | |
* vm_eval.c (check_funcall): logic updated according to
[ruby-dev:39594]. search method entry, call if it exists;
otherwise check method_missing, call if it was overridden,
protecting exceptions; if NoMethodError happens, check method
name.
* vm_eval.c (vm_call0): use idMethodMissing.
* vm_eval.c (rb_search_method_entry): typo fixed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Sat Oct 31 23:28:49 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * vm_eval.c (check_funcall): logic updated according to + [ruby-dev:39594]. search method entry, call if it exists; + otherwise check method_missing, call if it was overridden, + protecting exceptions; if NoMethodError happens, check method + name. + + * vm_eval.c (vm_call0): use idMethodMissing. + + * vm_eval.c (rb_search_method_entry): typo fixed. + Sat Oct 31 17:19:28 2009 NAKAMURA, Hiroshi <nahi@ruby-lang.org> * lib/net/http.rb (Net::HTTPResponse#each_response_header): |
