summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_fiber.rb
Commit message (Expand)AuthorAgeFilesLines
* * cont.c (cont_capture, fiber_store): reraise transferred error.nobu2009-06-011-0/+5
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * cont.c (rb_fiber_alive_p): fix to return true instead of 1.ko12009-02-131-0/+9
* * cont.c (rb_fiber_start): calls with exact argument number.nobu2008-12-011-0/+4
* * cont.c: Thread local storage should be fiber local.ko12007-09-281-0/+29
* * test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throwmatz2007-09-071-1/+1
* * test/ruby/test_fiber.rb: fix to require 'continuation'.ko12007-08-251-0/+1
* * cont.c: separate Continuation and Fiber from core.ko12007-08-251-2/+3
* * cont.c: add Fiber#resume and Fiber.yield.ko12007-08-211-30/+51
* * cont.c (rb_cont_call): forbid cross fiber continuation call.ko12007-06-151-24/+6
* * cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].ko12007-06-071-1/+9
* * test_fiber.rb: add a test (Continuation and Fiber).ko12007-06-061-0/+16
* * cont.c (cont_new): add debug message.ko12007-06-061-0/+17
* * cont.c (rb_fiber_start): clear th->tag and check error to fixko12007-06-051-0/+16
* * cont.c (Fiber#pass): rename to Fiber#yield. Block parameterko12007-06-021-14/+21
* * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko12007-05-271-0/+66