From 874a344ed60bec033fb90d9c9748234df322fafe Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 17 Apr 2007 07:47:59 +0000 Subject: * eval.c (rb_yield_0): should not clear state on TAG_NEXT when it's invoked from within lambda body. [ruby-talk:248136] * eval.c (proc_invoke): handle TAG_NEXT which would be caused by next in the lambda body as well. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cf65410143..caef08930a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Apr 17 16:46:46 2007 Yukihiro Matsumoto + + * eval.c (rb_yield_0): should not clear state on TAG_NEXT when + it's invoked from within lambda body. [ruby-talk:248136] + + * eval.c (proc_invoke): handle TAG_NEXT which would be caused by + next in the lambda body as well. + Mon Apr 16 22:56:01 2007 Yukihiro Matsumoto * ext/pty/expect_sample.rb: avoid symbolic link representation for -- cgit v1.2.3