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
2015-06-19
Fix typos in documentation and error messages [skip ci]
Anton Davydov
2015-02-19
new API function mrb_fiber_resume(); ref #1269
Yukihiro "Matz" Matsumoto
2015-02-19
add description comment to mrb_fiber_yield()
Yukihiro "Matz" Matsumoto
2014-08-29
Fix mismatches for MRB_API declarations.
Tatsuhiko Kubo
2014-08-25
Remove spaces in end-of-line.
Tatsuhiko Kubo
2014-07-16
need to call write_barrier on every fiber context switch
Yukihiro "Matz" Matsumoto
2014-07-15
fiber stack allocation size should be bigger than irep->nregs
Yukihiro "Matz" Matsumoto
2014-07-09
Clean up value.h and mrb_value boxing
David Turnbull
2014-07-03
fiber stack should not be cleared by zero when MRB_NAN_BOXING is set; close #...
Yukihiro "Matz" Matsumoto
2014-05-24
Use `assert_*` method instead of using result value.
take_cheeze
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-25
eliminate plain int except for a few cases like arena_index
Yukihiro "Matz" Matsumoto
2014-04-21
Remove unnecessary `require 'fiber'` note in Fiber.current document.
take_cheeze
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 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
[next]