index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_fiber.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
test/ruby: better assertions
nobu
2013-12-13
1
-4
/
+4
*
* test/ruby/test_fiber.rb: collect garbage fibers immediately.
ko1
2013-08-19
1
-1
/
+3
*
* variable.c, vm_method.c: remove dead code.
ktsj
2013-08-18
1
-4
/
+1
*
test_fiber.rb: longer timeout
nobu
2013-06-20
1
-2
/
+2
*
test/ruby: reap zombies
nobu
2013-06-19
1
-2
/
+3
*
cont.c: fiber local svar
nobu
2013-01-30
1
-0
/
+24
*
Sync output message
naruse
2013-01-22
1
-8
/
+8
*
Remove commenting out tests introduced by r38478
naruse
2013-01-16
1
-4
/
+1
*
* cont.c (rb_fiber_start): in case of jump with TAG_FATAL,
nagachika
2012-12-22
1
-1
/
+1
*
* vm.c: support variable VM/Machine stack sizes.
ko1
2012-12-19
1
-0
/
+42
*
* test/ruby/test_fiber.rb: remove a strange single quote character.
ko1
2012-12-19
1
-1
/
+1
*
* vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the case
nagachika
2012-12-18
1
-0
/
+9
*
* cont.c (rb_fiber_start): don't enqueue Qnil to async_errinfo_queue.
nagachika
2012-12-15
1
-0
/
+7
*
Use assert_normal_exit to split process
naruse
2012-10-29
1
-11
/
+12
*
* eval.c (rb_mod_using): new method Module#using. [experimental]
shugo
2012-08-02
1
-4
/
+1
*
* cont.c (rb_fiber_reset_root_local_storage): add a new function to
nagachika
2012-02-15
1
-0
/
+16
*
* cont.c (fiber_switch): ignore fiber context switch
naruse
2011-11-20
1
-0
/
+5
*
* test/ruby/test_fiber.rb: add tests for r33684 (Fiber#resume).
ko1
2011-11-09
1
-0
/
+23
*
* test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):
ktsj
2011-09-03
1
-0
/
+12
*
* cont.c (cont_init): clear macihne_stack_start/end of saved thread to
nagachika
2011-05-15
1
-0
/
+11
*
* cont.c (rb_fiber_resume): raise an "double resume" error when root
mame
2010-11-03
1
-0
/
+8
*
* test/ruby/test_fiber.rb: add ML ref.
mame
2010-05-09
1
-1
/
+1
*
* cont.c (fiber_switch): raise FiberError when returning to dead
mame
2010-05-09
1
-0
/
+11
*
* cont.c (cont_capture, fiber_store): reraise transferred error.
nobu
2009-06-01
1
-0
/
+5
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-1
/
+1
*
* cont.c (rb_fiber_alive_p): fix to return true instead of 1.
ko1
2009-02-13
1
-0
/
+9
*
* cont.c (rb_fiber_start): calls with exact argument number.
nobu
2008-12-01
1
-0
/
+4
*
* cont.c: Thread local storage should be fiber local.
ko1
2007-09-28
1
-0
/
+29
*
* test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throw
matz
2007-09-07
1
-1
/
+1
*
* test/ruby/test_fiber.rb: fix to require 'continuation'.
ko1
2007-08-25
1
-0
/
+1
*
* cont.c: separate Continuation and Fiber from core.
ko1
2007-08-25
1
-2
/
+3
*
* cont.c: add Fiber#resume and Fiber.yield.
ko1
2007-08-21
1
-30
/
+51
*
* cont.c (rb_cont_call): forbid cross fiber continuation call.
ko1
2007-06-15
1
-24
/
+6
*
* cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].
ko1
2007-06-07
1
-1
/
+9
*
* test_fiber.rb: add a test (Continuation and Fiber).
ko1
2007-06-06
1
-0
/
+16
*
* cont.c (cont_new): add debug message.
ko1
2007-06-06
1
-0
/
+17
*
* cont.c (rb_fiber_start): clear th->tag and check error to fix
ko1
2007-06-05
1
-0
/
+16
*
* cont.c (Fiber#pass): rename to Fiber#yield. Block parameter
ko1
2007-06-02
1
-14
/
+21
*
* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.
ko1
2007-05-27
1
-0
/
+66
[prev]