From 3005f5d5c57ebc142a526b2c8b740858c59749d5 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 20 Oct 2003 14:55:50 +0000 Subject: * eval.c (rb_eval): set current node after arguments evaluation. [ruby-dev:21632] * eval.c (rb_yield_0): set current node and keep it at local jump. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0409fbff8..0346304d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Oct 20 23:55:47 2003 Nobuyoshi Nakada + + * eval.c (rb_eval): set current node after arguments evaluation. + [ruby-dev:21632] + + * eval.c (rb_yield_0): set current node and keep it at local jump. + Mon Oct 20 22:01:18 2003 Nobuyoshi Nakada * eval.c (rb_thread_cleanup): keep thread group for main thread. -- cgit