diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-25 12:37:16 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-25 12:37:16 +0000 |
| commit | 52bb29144f80a0b2279e70a8ac7be323ed95c5c2 (patch) | |
| tree | 7f9889ab265a4dbf85c36ca259da1fb51a6db600 /ChangeLog | |
| parent | 4f89c13577242415cf76ce6267333075b54818cd (diff) | |
| download | ruby-52bb29144f80a0b2279e70a8ac7be323ed95c5c2.tar.gz ruby-52bb29144f80a0b2279e70a8ac7be323ed95c5c2.tar.xz ruby-52bb29144f80a0b2279e70a8ac7be323ed95c5c2.zip | |
* compile.c (iseq_compile_each): fix stack consistency error
(break is compiled to throw instead of jump insn).
these problems are reported by Yusuke ENDOH <mame AT tsg.ne.jp>
* bootstraptest/test_knownbug.rb, test_syntax.rb: move fixed test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Dec 25 21:32:54 2007 Koichi Sasada <ko1@atdot.net> + + * compile.c (iseq_compile_each): fix stack consistency error + (break is compiled to throw instead of jump insn). + these problems are reported by Yusuke ENDOH <mame AT tsg.ne.jp> + + * bootstraptest/test_knownbug.rb, test_syntax.rb: move fixed test. + Tue Dec 25 21:32:44 2007 Tanaka Akira <akr@fsij.org> * parse.y (struct parser_params): make parser_ruby_sourcefile common |
