From 30e6eb7a7b152973450bb35f5b7866e673cadaeb Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 15 Mar 2004 02:27:29 +0000 Subject: * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this yield is not break destination. [ruby-dev:23197] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a5ef7998d..2b337827c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ Mon Mar 15 10:14:51 2004 GOTOU Yuuzou * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder): add do_not_reverse_lookup. +Mon Mar 15 07:39:13 2004 Yukihiro Matsumoto + + * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this + yield is not break destination. [ruby-dev:23197] + Sun Mar 14 22:07:38 2004 Nobuyoshi Nakada * eval.c (rb_thread_raise): err at unstarted thread. (PR#1302) -- cgit