aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
* * cont.c: parenthesize macro arguments.akr2010-12-061-5/+5
* * cont.c (fiber_t_alloc): raise an error when fiber is going to bemame2010-11-031-0/+4
* * cont.c (rb_fiber_resume): raise an "double resume" error when rootmame2010-11-031-1/+1
* * cont.c: apply documentation patch by Run Paint Run Run.naruse2010-10-271-21/+28
* * cont.c (fiber_setcontext): missing variable definition.nobu2010-10-121-1/+2
* * cont.c (fiber_memsize): Return size.naruse2010-10-031-1/+1
* * cont.c: typos.usa2010-07-281-2/+2
* * cont.c: (RB_PAGE_SIZE): renamed from PAGE_SIZE. [ruby-dev:41870]naruse2010-07-281-6/+6
* * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse2010-07-271-1/+1
* * configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu2010-07-211-0/+8
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-181-2/+2
* * cont.c (fiber_setcontext): Use swapcontext() instead longjmp().kosaki2010-05-211-10/+1
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-1/+1
* * cont.c (fiber_set_stack_location), iseq.c (prepare_iseq_build),nobu2010-05-161-2/+2
* * cont.c (fiber_switch): raise FiberError when returning to deadmame2010-05-091-3/+9
* * cont.c (fiber_initialize_machine_stack_context): try to releasenobu2010-05-091-0/+8
* * cont.c (stackgrowdirection): removed duplicated code, usenobu2010-05-081-64/+18
* * error.c: RDoc for subclasses of Exception. [ruby-core:28394]marcandre2010-05-081-0/+15
* * cont.c: define FIBER_USE_NATIVE only when _WIN32_WINNT >= 0x0400usa2010-05-061-1/+1
* * cont.c (Init_Cont): th is used only when FIBER_USE_NATIVE.nobu2010-05-061-1/+1
* * cont.c (fiber_setcontext): Fix last commit.ko12010-05-061-0/+1
* * cont.c: apply FIBER_USE_NATIVE patch. This patch improveko12010-05-051-10/+365
* * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko12010-05-051-0/+1
* * cont.c, vm_core.h, eval.c: because rb_protect must not be jumped bymame2010-01-251-0/+7
* * cont.c (rb_cont_call, cont_restore_1): remove trap_tag check becausemame2010-01-251-7/+0
* * 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