| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-05-27 | add Fiber#alive? | skandhas | |
| 2013-05-26 | fix fiber GC problem | Yukihiro "Matz" Matsumoto | |
| 2013-05-25 | should set argc at proper position; close #1264 | 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 | |
