aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
* * cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika2012-02-151-0/+24
* * cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used fornaruse2012-01-121-5/+4
* * bignum.c (big_rshift), compile.c (validate_label,nobu2011-12-051-1/+1
* * cont.c (fiber_switch): ignore fiber context switchnaruse2011-11-201-0/+7
* * cont.c (rb_fiber_m_transfer, rb_fiber_resume): prohibit usingko12011-11-091-2/+14
* * io.c: use "__sun" instead of "sun" to detect SunOS.akr2011-10-241-1/+1
* * cont.c (fiber_store): balance braces.nobu2011-10-131-3/+3
* * cont.c (cont_mark): mark original Thread object from saved_thread.nagachika2011-10-051-0/+1
* * vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371ktsj2011-10-021-1/+1
* * vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should notktsj2011-10-011-1/+1
* * cont.c (fiber_entry): fix stack allocation failure on Debiankosaki2011-08-301-1/+2
* * cont.c (HAVE_GETCONTEXT): see getcontext(3) because DragonFly BSDnaruse2011-08-061-1/+1
* * cont.c (cont_save_thread): fix missing semicolon.takano322011-07-191-2/+2
* * cont.c (FIBER_MACHINE_STACK_ALLOCATION_SIZE): Fiber stack sizekosaki2011-07-081-2/+2
* add a comment why FreeBSD can't use MAP_STACK.kosaki2011-07-071-0/+4
* * cont.c (FIBER_STACK_FLAGS): workaround fix for r32420 on FreeBSD.naruse2011-07-061-1/+1
* * cont.c (fiber_machine_stack_alloc): cleanup pointer arithmetic.kosaki2011-07-061-6/+6
* * cont.c (fiber_machine_stack_alloc): fix mprotect misuse. A stackkosaki2011-07-061-3/+6
* * cont.c (fiber_machine_stack_alloc): use MAP_STACK if it's provided.kosaki2011-07-061-1/+8
* * cont.c (fiber_machine_stack_alloc): use MAP_FAILED instead of -1.kosaki2011-07-061-1/+1
* * cont.c (fiber_machine_stack_alloc): remove unnecessary cast.kosaki2011-07-061-1/+1
* * cont.c: disable FIBER_USE_NATIVE on Solaris because resuming anymame2011-07-041-1/+1
* * cont.c (cont_capture): add volatile.naruse2011-06-221-3/+4
* * internal.h: declare internal functions here.akr2011-06-171-3/+1
* * suppress compile warnings.nobu2011-06-171-1/+0
* * fix for build on solaris 10.nobu2011-06-161-2/+3
* * cont.c (cont_save_thread): add new utility function.nagachika2011-06-141-11/+17
* * cont.c (root_fiber_alloc): set root fiber's status RUNNING.nagachika2011-06-081-1/+1
* * cont.c: use #if FIBER_USE_NATIVE instead of #ifdef.nagachika2011-06-061-14/+15
* * cont.c (cont_init): clear macihne_stack_start/end of saved thread tonagachika2011-05-151-0/+1
* * 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