summaryrefslogtreecommitdiff
path: root/test/ruby/test_fiber.rb
AgeCommit message (Expand)Author
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-13* cont.c (rb_fiber_alive_p): fix to return true instead of 1.ko1
2008-12-01* cont.c (rb_fiber_start): calls with exact argument number.nobu
2007-09-28* cont.c: Thread local storage should be fiber local.ko1
2007-09-07* test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throwmatz
2007-08-25* test/ruby/test_fiber.rb: fix to require 'continuation'.ko1
2007-08-25* cont.c: separate Continuation and Fiber from core.ko1
2007-08-21* cont.c: add Fiber#resume and Fiber.yield.ko1
2007-06-15* cont.c (rb_cont_call): forbid cross fiber continuation call.ko1
2007-06-07* cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].ko1
2007-06-06* test_fiber.rb: add a test (Continuation and Fiber).ko1
2007-06-06* cont.c (cont_new): add debug message.ko1
2007-06-05* cont.c (rb_fiber_start): clear th->tag and check error to fixko1
2007-06-02* cont.c (Fiber#pass): rename to Fiber#yield. Block parameterko1
2007-05-27* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko1