From eaf74a2060dd53de038f9a665f5f5e77c1f65363 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 15 Jun 2007 03:20:13 +0000 Subject: * cont.c (rb_cont_call): forbid cross fiber continuation call. * test/ruby/test_fiber.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 91b6f59bc..9f4e19d38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 15 12:20:11 2007 Koichi Sasada + + * cont.c (rb_cont_call): forbid cross fiber continuation call. + + * test/ruby/test_fiber.rb: ditto. + Fri Jun 15 12:14:07 2007 Koichi Sasada * sample/test.rb: fix to show line information whether test succeeds. -- cgit