From f83ff724cad84bed1e887c2653d9f03563879719 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 30 Sep 2003 00:21:14 +0000 Subject: * eval.c (rb_eval): while/until should not capture break unless they are destination of the break. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 28777e064..4982b1fea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 30 09:11:43 2003 Yukihiro Matsumoto + + * eval.c (rb_eval): while/until should not capture break unless + they are destination of the break. + Tue Sep 30 03:12:02 2003 Minero Aoki * lib/net/http.rb (finish): revert to 1.93. -- cgit