aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * 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