| Commit message (Expand) | Author | Age | Files | Lines |
* | * cont.c (cont_memsize, fiber_memsize): constified. | nobu | 2009-09-09 | 1 | -2/+2 |
* | * include/ruby/ruby.h (rb_data_type_struct): constified dsize. | nobu | 2009-09-09 | 1 | -2/+2 |
* | * cont.c (cont_memsize): fixed wrong expression on IA64. | nobu | 2009-09-09 | 1 | -2/+1 |
* | * cont.c (cont_restore_1, rb_cont_call): should be Fiber. | nobu | 2009-09-09 | 1 | -6/+6 |
* | * cont.c (cont_data_type, fiber_data_type): typed. | nobu | 2009-09-08 | 1 | -5/+60 |
* | * cont.c (cont_capture, fiber_store): reraise transferred error. | nobu | 2009-06-01 | 1 | -2/+12 |
* | * cont.c: fixed types. | nobu | 2009-06-01 | 1 | -3/+3 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -41/+41 |
* | * cont.c (rb_fiber_alive_p): fix to return true instead of 1. | ko1 | 2009-02-13 | 1 | -1/+1 |
* | * cont.c (cont_mark, cont_capture, cont_restore_1): use #else instead | mame | 2009-02-05 | 1 | -3/+3 |
* | * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined), | nobu | 2009-02-01 | 1 | -1/+1 |
* | * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed | nobu | 2009-01-20 | 1 | -2/+2 |
* | * vm.c: add a prefix "rb_" to exposed functions | ko1 | 2009-01-19 | 1 | -4/+4 |
* | * cont.c (cont_restore_0): padding size doesn't need to be large | nobu | 2009-01-17 | 1 | -4/+12 |
* | * cont.c: fix prototype declare of register_stack_extend | takano32 | 2009-01-14 | 1 | -1/+1 |
* | * cont.c (cont_restore_1): should not be inlined. | ko1 | 2009-01-10 | 1 | -1/+1 |
* | * cont.c (cont_restore_0): streamlined to ensure O(1) time. based on | nobu | 2009-01-06 | 1 | -18/+28 |
* | * cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com> | matz | 2008-12-28 | 1 | -1/+1 |
* | * cont.c: rdoc for Fiber. patch by Muhammad Ali. | yugui | 2008-12-27 | 1 | -0/+119 |
* | * cont.c (fiber_status), template/insns.inc.tmpl (ruby_vminsn_type), | nobu | 2008-12-09 | 1 | -1/+1 |
* | * cont.c (rb_fiber_start): calls with exact argument number. | nobu | 2008-12-01 | 1 | -2/+7 |
* | * cont.c (fiber_alloc): separate allocation and initialization. | matz | 2008-11-28 | 1 | -17/+26 |
* | * cont.c (cont_mark, cont_capture, cont_restore_1): speed up | mame | 2008-11-18 | 1 | -1/+26 |
* | * cont.c: separate data structure between rb_fiber_t and | ko1 | 2008-10-22 | 1 | -68/+152 |
* | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei | 2008-07-01 | 1 | -1/+1 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -2/+1 |
* | * cont.c (cont_restore_0): dynamic stack direction code should be | matz | 2008-05-08 | 1 | -1/+1 |
* | * cont.c (cont_restore_0): fixed typo. [ruby-core:15821] | nobu | 2008-03-07 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(), | ko1 | 2007-12-25 | 1 | -1/+1 |
* | * cont.c, vm.h: fix to support sparc machine. | ko1 | 2007-12-23 | 1 | -0/+2 |
* | * insnhelper.ci, vm.c, vm_core.h: change interface of | ko1 | 2007-12-20 | 1 | -1/+1 |
* | * cont.c: add rb_context_t#type. | ko1 | 2007-11-09 | 1 | -22/+39 |
* | * cont.c (cont_free): check Fiber or Continuation. | ko1 | 2007-10-06 | 1 | -1/+2 |
* | * cont.c: Thread local storage should be fiber local. | ko1 | 2007-09-28 | 1 | -0/+5 |
* | * cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146] | ko1 | 2007-09-26 | 1 | -4/+4 |
* | * cont.c: fix to remove Fiber.new until fiber.so is not loaded. | ko1 | 2007-08-26 | 1 | -10/+16 |
* | * cont.c: rename FIBER_STACK_SIZE to FIBER_VM_STACK_SIZE. | ko1 | 2007-08-25 | 1 | -2/+3 |
* | * cont.c: separate Continuation and Fiber from core. | ko1 | 2007-08-25 | 1 | -30/+31 |
* | * cont.c (rb_cont_call, fiber_switch, rb_fiber_resume, rb_fiber_yield): | nobu | 2007-08-23 | 1 | -6/+4 |
* | * cont.c: add Fiber#resume and Fiber.yield. | ko1 | 2007-08-21 | 1 | -37/+92 |
* | * cont.c (rb_fiber_m_yield): added. use this function | ko1 | 2007-08-15 | 1 | -1/+7 |
* | * cont.c (rb_fiber_yield): change argument ordering. export. | matz | 2007-08-06 | 1 | -22/+20 |
* | * configure.in: add --enable-valgrind. | akr | 2007-07-14 | 1 | -1/+1 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -1/+1 |
* | * cont.c (cont_restore_1): workaround for x64-mswin64's SEH. | usa | 2007-07-08 | 1 | -0/+9 |
* | * yarvcore.h: rename rb_control_frame_t#magic to flag. | ko1 | 2007-07-05 | 1 | -1/+1 |
* | * cont.c (cont_save_machine_stack): clear saved_thread.machine_stack*. | ko1 | 2007-07-03 | 1 | -7/+12 |
* | * cont.c (rb_fiber_s_new): revert initializing VM stack. | ko1 | 2007-06-26 | 1 | -1/+0 |
* | * cont.c (rb_fiber_s_new): fix to clear rb_thread_t#tag. | ko1 | 2007-06-25 | 1 | -2/+1 |