| Commit message (Expand) | Author | Age | Files | Lines |
* | * cont.c: parenthesize macro arguments. | akr | 2010-12-06 | 1 | -5/+5 |
* | * cont.c (fiber_t_alloc): raise an error when fiber is going to be | mame | 2010-11-03 | 1 | -0/+4 |
* | * cont.c (rb_fiber_resume): raise an "double resume" error when root | mame | 2010-11-03 | 1 | -1/+1 |
* | * cont.c: apply documentation patch by Run Paint Run Run. | naruse | 2010-10-27 | 1 | -21/+28 |
* | * cont.c (fiber_setcontext): missing variable definition. | nobu | 2010-10-12 | 1 | -1/+2 |
* | * cont.c (fiber_memsize): Return size. | naruse | 2010-10-03 | 1 | -1/+1 |
* | * cont.c: typos. | usa | 2010-07-28 | 1 | -2/+2 |
* | * cont.c: (RB_PAGE_SIZE): renamed from PAGE_SIZE. [ruby-dev:41870] | naruse | 2010-07-28 | 1 | -6/+6 |
* | * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c: | naruse | 2010-07-27 | 1 | -1/+1 |
* | * configure.in (XCFLAGS): use -fvisibility=hidden if possible. | nobu | 2010-07-21 | 1 | -0/+8 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -2/+2 |
* | * cont.c (fiber_setcontext): Use swapcontext() instead longjmp(). | kosaki | 2010-05-21 | 1 | -10/+1 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -1/+1 |
* | * cont.c (fiber_set_stack_location), iseq.c (prepare_iseq_build), | nobu | 2010-05-16 | 1 | -2/+2 |
* | * cont.c (fiber_switch): raise FiberError when returning to dead | mame | 2010-05-09 | 1 | -3/+9 |
* | * cont.c (fiber_initialize_machine_stack_context): try to release | nobu | 2010-05-09 | 1 | -0/+8 |
* | * cont.c (stackgrowdirection): removed duplicated code, use | nobu | 2010-05-08 | 1 | -64/+18 |
* | * error.c: RDoc for subclasses of Exception. [ruby-core:28394] | marcandre | 2010-05-08 | 1 | -0/+15 |
* | * cont.c: define FIBER_USE_NATIVE only when _WIN32_WINNT >= 0x0400 | usa | 2010-05-06 | 1 | -1/+1 |
* | * cont.c (Init_Cont): th is used only when FIBER_USE_NATIVE. | nobu | 2010-05-06 | 1 | -1/+1 |
* | * cont.c (fiber_setcontext): Fix last commit. | ko1 | 2010-05-06 | 1 | -0/+1 |
* | * cont.c: apply FIBER_USE_NATIVE patch. This patch improve | ko1 | 2010-05-05 | 1 | -10/+365 |
* | * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry): | ko1 | 2010-05-05 | 1 | -0/+1 |
* | * cont.c, vm_core.h, eval.c: because rb_protect must not be jumped by | mame | 2010-01-25 | 1 | -0/+7 |
* | * cont.c (rb_cont_call, cont_restore_1): remove trap_tag check because | mame | 2010-01-25 | 1 | -7/+0 |
* | * cont.c (rb_fiber_start): fixed unconditional test. | nobu | 2009-11-03 | 1 | -1/+1 |
* | fix typos. | akr | 2009-11-03 | 1 | -2/+2 |
* | * cont.c (fiber_free): don't free unallocated local_storage. see #1325. | wanabe | 2009-11-02 | 1 | -2/+7 |
* | revert r25623 | wanabe | 2009-11-02 | 1 | -6/+4 |
* | * cont.c (fiber_free): don't free unallocated local_storage. see #1325. | wanabe | 2009-11-01 | 1 | -4/+6 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -1/+1 |
* | * cont.c, proc.c: added rdoc. | nobu | 2009-09-21 | 1 | -0/+1 |
* | * cont.c (cont_new, cont_capture, fiber_t_alloc): needs already | nobu | 2009-09-21 | 1 | -6/+13 |
* | * 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 |