index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-fiber
Age
Commit message (
Expand
)
Author
2014-03-21
make Fiber#transfer compatible with CRuby
take_cheeze
2014-03-21
implement Fiber#transfer
take_cheeze
2014-03-20
make behavior of Fiber without block compatible with CRuby
take_cheeze
2014-03-20
refactor and use assert_raise in fiber test checking exception raise
take_cheeze
2014-03-20
use FiberError in fiber exception raise
take_cheeze
2014-03-19
add root fiber resume test to know double resume checking is working
take_cheeze
2014-03-19
revert MRB_FIBER_RESUMED as MRB_FIBER_RESUMING to fix recurive resume
take_cheeze
2014-03-18
add a space after C reserved words
Yukihiro "Matz" Matsumoto
2014-03-18
stricter check for double resume; close #1885
Yukihiro "Matz" Matsumoto
2014-03-18
add Fiber#== from #1865 patch
Yukihiro "Matz" Matsumoto
2014-03-18
add fiber assertion from #1865 patch
Yukihiro "Matz" Matsumoto
2014-03-17
move summary of mrbgems in default gembox to its spec
take_cheeze
2014-03-15
Add Fiber's double resume test and fix it.
take_cheeze
2014-03-05
should check crossing C boudary from resume
Yukihiro "Matz" Matsumoto
2014-03-01
mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to us...
Yukihiro "Matz" Matsumoto
2014-02-09
initialize ci->stackent at the top; #1691
Yukihiro "Matz" Matsumoto
2014-02-04
Remove warning
mattn
2014-02-04
fibers cannot cross C function boundary; close #1680
Yukihiro "Matz" Matsumoto
2013-11-04
add Fiber.current
Yukihiro "Matz" Matsumoto
2013-08-07
rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby source
Yukihiro "Matz" Matsumoto
2013-08-03
add read barrier to value.p
Yuichi Nishiwaki
2013-08-04
should protect resume fiber by write barrier; close #1434
Yukihiro "Matz" Matsumoto
2013-07-23
"spec.author" is better for single-author gems.
Tomoyuki Sahara
2013-06-06
do not specify implementation dependant exception class names in fiber test
Yukihiro "Matz" Matsumoto
2013-05-28
Test for raise when yield is called on root fiber
Carson McDonald
2013-05-28
Add test for raise on resume after fiber is dead
Carson McDonald
2013-05-27
add Fiber#alive?
skandhas
2013-05-26
fix fiber GC problem
Yukihiro "Matz" Matsumoto
2013-05-24
Add Fiber Test for issue #1264
Daniel Bovensiepen
2013-05-25
should set argc at proper position; close #1264
Yukihiro "Matz" Matsumoto
2013-05-23
add fiber tests
Yukihiro "Matz" Matsumoto
2013-05-23
manage fiber status (create|running|resumed|terminated)
Yukihiro "Matz" Matsumoto
2013-05-22
garbage collect context (fiber) properly
Yukihiro "Matz" Matsumoto
2013-05-20
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-05-20
avoid unnecessary pool/syms restoration
Yukihiro "Matz" Matsumoto
2013-05-20
Change Fibder to Fiber and a couple other wording issues
Carson McDonald
2013-05-20
update error message
Yukihiro "Matz" Matsumoto
2013-05-20
update Fiber.new doc
Yukihiro "Matz" Matsumoto
2013-05-20
primary mruby fiber implementation
Yukihiro "Matz" Matsumoto
[prev]