diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-26 08:44:43 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-26 08:44:43 +0000 |
| commit | 521590b86ea31e0ebf25cdabf641c9321b7e0f00 (patch) | |
| tree | f2b31fb51cd0a095868a0bd647100f39a123064a /ChangeLog | |
| parent | f5b53613764e2d7ef226939c78bc7d71cc40706d (diff) | |
| download | ruby-521590b86ea31e0ebf25cdabf641c9321b7e0f00.tar.gz ruby-521590b86ea31e0ebf25cdabf641c9321b7e0f00.tar.xz ruby-521590b86ea31e0ebf25cdabf641c9321b7e0f00.zip | |
* compile.c (iseq_compile_each): validate argument expr of "next"
statement.
* bootstraptest/test_syntax.rb: add a test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sat Jan 26 17:42:23 2008 Koichi Sasada <ko1@atdot.net> + + * compile.c (iseq_compile_each): validate argument expr of "next" + statement. + + * bootstraptest/test_syntax.rb: add a test. + Sat Jan 26 17:22:46 2008 Koichi Sasada <ko1@atdot.net> * compile.c, compile.h: fix to calculate correct stack depth |
