aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_continuation.rb
Commit message (Expand)AuthorAgeFilesLines
* add a test for [ruby-dev:34802].akr2008-05-221-0/+14
* * test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderrakr2008-05-221-0/+12
* test/ruby/test_continuation.rb: remove duplicated test.matz2008-05-081-14/+0
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):akr2008-05-031-0/+15
* * cont.c: fix to remove Fiber.new until fiber.so is not loaded.ko12007-08-261-1/+1
* * cont.c: separate Continuation and Fiber from core.ko12007-08-251-0/+2
* * test/ruby/test_continuation.rb: add a test for last commit.ko12007-06-061-0/+7
* * cont.c (cont_capture): store all local variables in heapko12007-05-301-0/+14
* * cont.c: fix bug around Continuation and Fiber.ko12007-05-291-0/+31