| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-21 | Add document to Fiber#transfer . | take_cheeze | |
| 2014-04-11 | Qualify argv argument of API `const`. | Takeshi Watanabe | |
| 2014-03-22 | remove unnecessary mrb_get_args in fiber_switch | take_cheeze | |
| 2014-03-21 | add const qualifier to pacify warning; ref #1900 | Yukihiro "Matz" Matsumoto | |
| 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 ↵ | 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 | |
