Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a test for [ruby-dev:34802]. | akr | 2008-05-22 | 1 | -0/+14 |
* | * test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderr | akr | 2008-05-22 | 1 | -0/+12 |
* | test/ruby/test_continuation.rb: remove duplicated test. | matz | 2008-05-08 | 1 | -14/+0 |
* | * test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit): | akr | 2008-05-03 | 1 | -0/+15 |
* | * cont.c: fix to remove Fiber.new until fiber.so is not loaded. | ko1 | 2007-08-26 | 1 | -1/+1 |
* | * cont.c: separate Continuation and Fiber from core. | ko1 | 2007-08-25 | 1 | -0/+2 |
* | * test/ruby/test_continuation.rb: add a test for last commit. | ko1 | 2007-06-06 | 1 | -0/+7 |
* | * cont.c (cont_capture): store all local variables in heap | ko1 | 2007-05-30 | 1 | -0/+14 |
* | * cont.c: fix bug around Continuation and Fiber. | ko1 | 2007-05-29 | 1 | -0/+31 |