From edb751ca4d2b7513fa1bdd4df067fd59c98680a2 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 28 Sep 2007 19:04:45 +0000 Subject: * cont.c: Thread local storage should be fiber local. * bootstraptest/test_knownbug.rb, test/ruby/test_fiber.rb: move a fixed test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b68432b4d..f9f99cd96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Sep 29 03:53:26 2007 Koichi Sasada + + * cont.c: Thread local storage should be fiber local. + + * bootstraptest/test_knownbug.rb, test/ruby/test_fiber.rb: + move a fixed test. + Fri Sep 28 23:15:31 2007 Yukihiro Matsumoto * insnhelper.ci (vm_call_method): allow send! to call protected -- cgit