summaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
* * cont.c (rb_fiber_start): fixed unconditional test.nobu2009-11-031-1/+1
* fix typos.akr2009-11-031-2/+2
* * cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe2009-11-021-2/+7
* revert r25623wanabe2009-11-021-6/+4
* * cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe2009-11-011-4/+6
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-1/+1
* * cont.c, proc.c: added rdoc.nobu2009-09-211-0/+1
* * cont.c (cont_new, cont_capture, fiber_t_alloc): needs alreadynobu2009-09-211-6/+13
* * cont.c (cont_memsize, fiber_memsize): constified.nobu2009-09-091-2/+2
* * include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu2009-09-091-2/+2
* * cont.c (cont_memsize): fixed wrong expression on IA64.nobu2009-09-091-2/+1
* * cont.c (cont_restore_1, rb_cont_call): should be Fiber.nobu2009-09-091-6/+6
* * cont.c (cont_data_type, fiber_data_type): typed.nobu2009-09-081-5/+60
* * cont.c (cont_capture, fiber_store): reraise transferred error.nobu2009-06-011-2/+12
* * cont.c: fixed types.nobu2009-06-011-3/+3
* stripped trailing spaces.nobu2009-02-221-41/+41
* * cont.c (rb_fiber_alive_p): fix to return true instead of 1.ko12009-02-131-1/+1
* * cont.c (cont_mark, cont_capture, cont_restore_1): use #else insteadmame2009-02-051-3/+3
* * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu2009-02-011-1/+1
* * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixednobu2009-01-201-2/+2
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-191-4/+4
* * cont.c (cont_restore_0): padding size doesn't need to be largenobu2009-01-171-4/+12
* * cont.c: fix prototype declare of register_stack_extendtakano322009-01-141-1/+1
* * cont.c (cont_restore_1): should not be inlined.ko12009-01-101-1/+1
* * cont.c (cont_restore_0): streamlined to ensure O(1) time. based onnobu2009-01-061-18/+28
* * cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com>matz2008-12-281-1/+1
* * cont.c: rdoc for Fiber. patch by Muhammad Ali.yugui2008-12-271-0/+119
* * cont.c (fiber_status), template/insns.inc.tmpl (ruby_vminsn_type),nobu2008-12-091-1/+1
* * cont.c (rb_fiber_start): calls with exact argument number.nobu2008-12-011-2/+7
* * cont.c (fiber_alloc): separate allocation and initialization.matz2008-11-281-17/+26
* * cont.c (cont_mark, cont_capture, cont_restore_1): speed upmame2008-11-181-1/+26
* * cont.c: separate data structure between rb_fiber_t andko12008-10-221-68/+152
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-011-1/+1
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-2/+1
* * cont.c (cont_restore_0): dynamic stack direction code should bematz2008-05-081-1/+1
* * cont.c (cont_restore_0): fixed typo. [ruby-core:15821]nobu2008-03-071-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(),ko12007-12-251-1/+1
* * cont.c, vm.h: fix to support sparc machine.ko12007-12-231-0/+2
* * insnhelper.ci, vm.c, vm_core.h: change interface ofko12007-12-201-1/+1
* * cont.c: add rb_context_t#type.ko12007-11-091-22/+39
* * cont.c (cont_free): check Fiber or Continuation.ko12007-10-061-1/+2
* * cont.c: Thread local storage should be fiber local.ko12007-09-281-0/+5
* * cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146]ko12007-09-261-4/+4
* * cont.c: fix to remove Fiber.new until fiber.so is not loaded.ko12007-08-261-10/+16
* * cont.c: rename FIBER_STACK_SIZE to FIBER_VM_STACK_SIZE.ko12007-08-251-2/+3
* * cont.c: separate Continuation and Fiber from core.ko12007-08-251-30/+31
* * cont.c (rb_cont_call, fiber_switch, rb_fiber_resume, rb_fiber_yield):nobu2007-08-231-6/+4
* * cont.c: add Fiber#resume and Fiber.yield.ko12007-08-211-37/+92
* * cont.c (rb_fiber_m_yield): added. use this functionko12007-08-151-1/+7