diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-30 00:21:14 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-30 00:21:14 +0000 |
| commit | f83ff724cad84bed1e887c2653d9f03563879719 (patch) | |
| tree | 5b1d006f36a07e0200a12c26309b6659639ec997 /ChangeLog | |
| parent | 9b8d9ed92b3d1ba145f12b01ed0f70fe94d06549 (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Sep 30 09:11:43 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <aamine@loveruby.net> * lib/net/http.rb (finish): revert to 1.93. |
