summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-fiber
AgeCommit message (Expand)Author
2014-03-21make Fiber#transfer compatible with CRubytake_cheeze
2014-03-21implement Fiber#transfertake_cheeze
2014-03-20make behavior of Fiber without block compatible with CRubytake_cheeze
2014-03-20refactor and use assert_raise in fiber test checking exception raisetake_cheeze
2014-03-20use FiberError in fiber exception raisetake_cheeze
2014-03-19add root fiber resume test to know double resume checking is workingtake_cheeze
2014-03-19revert MRB_FIBER_RESUMED as MRB_FIBER_RESUMING to fix recurive resumetake_cheeze
2014-03-18add a space after C reserved wordsYukihiro "Matz" Matsumoto
2014-03-18stricter check for double resume; close #1885Yukihiro "Matz" Matsumoto
2014-03-18add Fiber#== from #1865 patchYukihiro "Matz" Matsumoto
2014-03-18add fiber assertion from #1865 patchYukihiro "Matz" Matsumoto
2014-03-17move summary of mrbgems in default gembox to its spectake_cheeze
2014-03-15Add Fiber's double resume test and fix it.take_cheeze
2014-03-05should check crossing C boudary from resumeYukihiro "Matz" Matsumoto
2014-03-01mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to us...Yukihiro "Matz" Matsumoto
2014-02-09initialize ci->stackent at the top; #1691Yukihiro "Matz" Matsumoto
2014-02-04Remove warningmattn
2014-02-04fibers cannot cross C function boundary; close #1680Yukihiro "Matz" Matsumoto
2013-11-04add Fiber.currentYukihiro "Matz" Matsumoto
2013-08-07rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby sourceYukihiro "Matz" Matsumoto
2013-08-03add read barrier to value.pYuichi Nishiwaki
2013-08-04should protect resume fiber by write barrier; close #1434Yukihiro "Matz" Matsumoto
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
2013-06-06do not specify implementation dependant exception class names in fiber testYukihiro "Matz" Matsumoto
2013-05-28Test for raise when yield is called on root fiberCarson McDonald
2013-05-28Add test for raise on resume after fiber is deadCarson McDonald
2013-05-27add Fiber#alive?skandhas
2013-05-26fix fiber GC problemYukihiro "Matz" Matsumoto
2013-05-24Add Fiber Test for issue #1264Daniel Bovensiepen
2013-05-25should set argc at proper position; close #1264Yukihiro "Matz" Matsumoto
2013-05-23add fiber testsYukihiro "Matz" Matsumoto
2013-05-23manage fiber status (create|running|resumed|terminated)Yukihiro "Matz" Matsumoto
2013-05-22garbage collect context (fiber) properlyYukihiro "Matz" Matsumoto
2013-05-20Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-20avoid unnecessary pool/syms restorationYukihiro "Matz" Matsumoto
2013-05-20Change Fibder to Fiber and a couple other wording issuesCarson McDonald
2013-05-20update error messageYukihiro "Matz" Matsumoto
2013-05-20update Fiber.new docYukihiro "Matz" Matsumoto
2013-05-20primary mruby fiber implementationYukihiro "Matz" Matsumoto