aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cont.c (rb_fiber_yield): change argument ordering. export.matz2007-08-061-22/+20
* * configure.in: add --enable-valgrind.akr2007-07-141-1/+1
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-1/+1
* * cont.c (cont_restore_1): workaround for x64-mswin64's SEH.usa2007-07-081-0/+9
* * yarvcore.h: rename rb_control_frame_t#magic to flag.ko12007-07-051-1/+1
* * cont.c (cont_save_machine_stack): clear saved_thread.machine_stack*.ko12007-07-031-7/+12
* * cont.c (rb_fiber_s_new): revert initializing VM stack.ko12007-06-261-1/+0
* * cont.c (rb_fiber_s_new): fix to clear rb_thread_t#tag.ko12007-06-251-2/+1
* * cont.c (rb_fiber_s_new), yarvcore.c (th_init2): fix to clearko12007-06-251-0/+2
* * gc.h: add RUBY_ prefix to debug macros.ko12007-06-251-10/+10
* * vm.c: some refactoring.ko12007-06-241-4/+4
* * cont.c (rb_cont_call): forbid cross fiber continuation call.ko12007-06-151-1/+5
* * eval_load.c (Init_load): delay allocating an array for rb_load_pathakr2007-06-141-0/+77
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].ko12007-06-071-2/+5
* * cont.c (cont_new): add debug message.ko12007-06-061-2/+14
* * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko12007-06-061-2/+0
* * cont.c (rb_cont_call): forbid calling dead fiber withko12007-06-061-0/+8
* * cont.c (rb_fiber_start): clear th->tag and check error to fixko12007-06-051-1/+3
* * cont.c (Fiber#pass): rename to Fiber#yield. Block parameterko12007-06-021-33/+37
* * cont.c (cont_capture): store all local variables in heapko12007-05-301-2/+8
* * cont.c: fix bug around Continuation and Fiber.ko12007-05-291-3/+5
* * cont.c: fixed a function name.nobu2007-05-281-1/+3
* * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko12007-05-271-64/+321
* * cont.c: check across trap violation.ko12007-05-241-2/+3
* * cont.c: support callcc which everyone love.ko12007-05-231-0/+302