diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-28 04:20:35 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-28 04:20:35 +0000 |
| commit | 44da447c16f637c5e662fb20437af0d4f6aca5e8 (patch) | |
| tree | b7f5373ce9a12b25c0074abc07ba566507663a18 /ChangeLog | |
| parent | ab5c2640dee9a4cbb5d9feccd9b29d552f8b2c4a (diff) | |
* vm_insnhelper.c (vm_setup_method): should push call frame before
raising exception, to put the Ruby-defined method name in the
error message. [ruby-core:26333]
* vm_insnhelper.c (VM_CALLEE_SETUP_ARG): macro modified.
* vm_insnhelper.c (vm_yield_setup_args): modified for new
VM_CALLEE_SETUP_ARG macro.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -12,6 +12,17 @@ Wed Oct 28 13:02:10 2009 Shugo Maeda <shugo@ruby-lang.org> * lib/net/ftp.rb (Net::FTP#login): calls send_type_command instead of binary=. +Wed Oct 28 12:26:51 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * vm_insnhelper.c (vm_setup_method): should push call frame before + raising exception, to put the Ruby-defined method name in the + error message. [ruby-core:26333] + + * vm_insnhelper.c (VM_CALLEE_SETUP_ARG): macro modified. + + * vm_insnhelper.c (vm_yield_setup_args): modified for new + VM_CALLEE_SETUP_ARG macro. + Tue Oct 27 22:46:44 2009 NARUSE, Yui <naruse@ruby-lang.org> * lib/net/ftp.rb (Net::FTP#initialize): @sock = nil. |
