diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-27 06:54:58 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-27 06:54:58 +0000 |
| commit | 87cf83a06cdec5b6f5e5ad799a66a33b9df3bafe (patch) | |
| tree | f0d5e98b974ce640da822f0627d152eb4025a2c3 /ChangeLog | |
| parent | d4055d55b7fd5ee08ef7a425753b1c23cd67f252 (diff) | |
| download | ruby-87cf83a06cdec5b6f5e5ad799a66a33b9df3bafe.tar.gz ruby-87cf83a06cdec5b6f5e5ad799a66a33b9df3bafe.tar.xz ruby-87cf83a06cdec5b6f5e5ad799a66a33b9df3bafe.zip | |
* compile.c (iseq_compile_each): "when *[],1" dumps core.
a patch from Yusuke ENDOH <mame AT tsg.ne.jp>. [ruby-dev:32350]
* bootstraptest/test_syntax.rb: add a test for above.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14033 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 @@ +Tue Nov 27 15:53:43 2007 Koichi Sasada <ko1@atdot.net> + + * compile.c (iseq_compile_each): "when *[],1" dumps core. + a patch from Yusuke ENDOH <mame AT tsg.ne.jp>. [ruby-dev:32350] + + * bootstraptest/test_syntax.rb: add a test for above. + Tue Nov 27 15:40:05 2007 Koichi Sasada <ko1@atdot.net> * compile.c (iseq_compile_each): "a[*b] += 1" dumps core. |
