diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-19 21:39:08 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-19 21:39:08 +0000 |
| commit | 1043ac415c38ad49e6b0d07877c41f3ab2c08834 (patch) | |
| tree | 651e8f1515fed4fb052aac9d9c4d0d4b791345f4 /ChangeLog | |
| parent | 535cf35c1dd7ad59c027312667df5cc6b835865d (diff) | |
| download | ruby-1043ac415c38ad49e6b0d07877c41f3ab2c08834.tar.gz ruby-1043ac415c38ad49e6b0d07877c41f3ab2c08834.tar.xz ruby-1043ac415c38ad49e6b0d07877c41f3ab2c08834.zip | |
* compile.c (iseq_compile_each): add pop after throw as return.
* bootstraptest/test_knownbug.rb, test_syntax.rb: move resolved test.
* vm_core.h, iseq.c, compile.h: add debug output code.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14348 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 @@ +Thu Dec 20 06:34:27 2007 Koichi Sasada <ko1@atdot.net> + + * compile.c (iseq_compile_each): add pop after throw as return. + + * bootstraptest/test_knownbug.rb, test_syntax.rb: move resolved test. + + * vm_core.h, iseq.c, compile.h: add debug output code. + Thu Dec 20 04:57:18 2007 Koichi Sasada <ko1@atdot.net> * compile.c (iseq_compile_each): remove unused retry entry. |
