From 44da447c16f637c5e662fb20437af0d4f6aca5e8 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 28 Oct 2009 04:20:35 +0000 Subject: * 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 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a96dea362..13a29cc52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,17 @@ Wed Oct 28 13:02:10 2009 Shugo Maeda * lib/net/ftp.rb (Net::FTP#login): calls send_type_command instead of binary=. +Wed Oct 28 12:26:51 2009 Yukihiro Matsumoto + + * 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 * lib/net/ftp.rb (Net::FTP#initialize): @sock = nil. -- cgit