| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 ↵ | Yukihiro "Matz" Matsumoto | |
| use the function; there's no function available to create new fiber from C (countapart of Lua's lua_newthread), but that's because you cannot create a new fiber from C due to mruby C API design limitation. define your method to create fibers in Ruby; close #1269 | |||
| 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 | |
| API changes: - value.p must be accessed via mrb_value_p macro - value.p must be mutated via MRB_SET_VALUE_P macro | |||
| 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 | |
| "spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/ | |||
| 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 | |
