diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-18 02:50:37 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-18 02:50:37 +0000 |
commit | a38a944191a6a1ba1705575ee53eacf92083be2a (patch) | |
tree | fd5d0b8859031421670d121c3fe899613702aeb2 | |
parent | c3f3d759553d42b3817c0e82828762a31f30c301 (diff) | |
download | ruby-a38a944191a6a1ba1705575ee53eacf92083be2a.tar.gz ruby-a38a944191a6a1ba1705575ee53eacf92083be2a.tar.xz ruby-a38a944191a6a1ba1705575ee53eacf92083be2a.zip |
add ChangeLog entry.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Sat Aug 18 11:44:59 2007 Koichi Sasada <ko1@atdot.net> * compile.c (iseq_set_arguments), insnhelper.ci (vm_callee_setup_arg, vm_yield_setup_args): + fix to cause raise on "lambda{|a|}.call(1, 2)". + [ruby-dev:31464] * bootstraptest/test_block.rb: add tests for above. |