git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2008-06-18 11:36:59 +00:00
parent 19e22ae8f4
commit 80243ab386

View File

@ -64,7 +64,7 @@ Wed Jun 18 04:27:58 2008 Koichi Sasada <ko1@atdot.net>
Wed Jun 18 04:24:20 2008 Koichi Sasada <ko1@atdot.net>
* vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"
* vm.c, vm_insnhelper.c: fix escape process with "break" and "return"
syntax in "lambda". [ ruby-Bugs-19304 ], [ruby-core:17164]
* KNOWNBUGS.rb, bootstraptest/test_proc.rb: add/move solved test.