summaryrefslogtreecommitdiff
path: root/test/ruby/test_fiber.rb
AgeCommit message (Expand)Author
2013-06-20test_fiber.rb: longer timeoutnobu
2013-06-19test/ruby: reap zombiesnobu
2013-01-30cont.c: fiber local svarnobu
2013-01-22Sync output messagenaruse
2013-01-16Remove commenting out tests introduced by r38478naruse
2012-12-22* cont.c (rb_fiber_start): in case of jump with TAG_FATAL,nagachika
2012-12-19* vm.c: support variable VM/Machine stack sizes.ko1
2012-12-19* test/ruby/test_fiber.rb: remove a strange single quote character.ko1
2012-12-18* vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the casenagachika
2012-12-15* cont.c (rb_fiber_start): don't enqueue Qnil to async_errinfo_queue.nagachika
2012-10-29Use assert_normal_exit to split processnaruse
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-02-15* cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika
2011-11-20* cont.c (fiber_switch): ignore fiber context switchnaruse
2011-11-09* test/ruby/test_fiber.rb: add tests for r33684 (Fiber#resume).ko1
2011-09-03* test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):ktsj
2011-05-15 * cont.c (cont_init): clear macihne_stack_start/end of saved thread tonagachika
2010-11-03* cont.c (rb_fiber_resume): raise an "double resume" error when rootmame
2010-05-09* test/ruby/test_fiber.rb: add ML ref.mame
2010-05-09* cont.c (fiber_switch): raise FiberError when returning to deadmame
2009-06-01* cont.c (cont_capture, fiber_store): reraise transferred error.nobu
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