| Commit message (Expand) | Author | Age | Files | Lines |
* | * bignum.c (big_rshift), compile.c (validate_label, | nobu | 2011-12-05 | 1 | -1/+1 |
* | * cont.c (fiber_switch): ignore fiber context switch | naruse | 2011-11-20 | 1 | -0/+7 |
* | * cont.c (rb_fiber_m_transfer, rb_fiber_resume): prohibit using | ko1 | 2011-11-09 | 1 | -2/+14 |
* | * io.c: use "__sun" instead of "sun" to detect SunOS. | akr | 2011-10-24 | 1 | -1/+1 |
* | * cont.c (fiber_store): balance braces. | nobu | 2011-10-13 | 1 | -3/+3 |
* | * cont.c (cont_mark): mark original Thread object from saved_thread. | nagachika | 2011-10-05 | 1 | -0/+1 |
* | * vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371 | ktsj | 2011-10-02 | 1 | -1/+1 |
* | * vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should not | ktsj | 2011-10-01 | 1 | -1/+1 |
* | * cont.c (fiber_entry): fix stack allocation failure on Debian | kosaki | 2011-08-30 | 1 | -1/+2 |
* | * cont.c (HAVE_GETCONTEXT): see getcontext(3) because DragonFly BSD | naruse | 2011-08-06 | 1 | -1/+1 |
* | * cont.c (cont_save_thread): fix missing semicolon. | takano32 | 2011-07-19 | 1 | -2/+2 |
* | * cont.c (FIBER_MACHINE_STACK_ALLOCATION_SIZE): Fiber stack size | kosaki | 2011-07-08 | 1 | -2/+2 |
* | add a comment why FreeBSD can't use MAP_STACK. | kosaki | 2011-07-07 | 1 | -0/+4 |
* | * cont.c (FIBER_STACK_FLAGS): workaround fix for r32420 on FreeBSD. | naruse | 2011-07-06 | 1 | -1/+1 |
* | * cont.c (fiber_machine_stack_alloc): cleanup pointer arithmetic. | kosaki | 2011-07-06 | 1 | -6/+6 |
* | * cont.c (fiber_machine_stack_alloc): fix mprotect misuse. A stack | kosaki | 2011-07-06 | 1 | -3/+6 |
* | * cont.c (fiber_machine_stack_alloc): use MAP_STACK if it's provided. | kosaki | 2011-07-06 | 1 | -1/+8 |
* | * cont.c (fiber_machine_stack_alloc): use MAP_FAILED instead of -1. | kosaki | 2011-07-06 | 1 | -1/+1 |
* | * cont.c (fiber_machine_stack_alloc): remove unnecessary cast. | kosaki | 2011-07-06 | 1 | -1/+1 |
* | * cont.c: disable FIBER_USE_NATIVE on Solaris because resuming any | mame | 2011-07-04 | 1 | -1/+1 |
* | * cont.c (cont_capture): add volatile. | naruse | 2011-06-22 | 1 | -3/+4 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -3/+1 |
* | * suppress compile warnings. | nobu | 2011-06-17 | 1 | -1/+0 |
* | * fix for build on solaris 10. | nobu | 2011-06-16 | 1 | -2/+3 |
* | * cont.c (cont_save_thread): add new utility function. | nagachika | 2011-06-14 | 1 | -11/+17 |
* | * cont.c (root_fiber_alloc): set root fiber's status RUNNING. | nagachika | 2011-06-08 | 1 | -1/+1 |
* | * cont.c: use #if FIBER_USE_NATIVE instead of #ifdef. | nagachika | 2011-06-06 | 1 | -14/+15 |
* | * cont.c (cont_init): clear macihne_stack_start/end of saved thread to | nagachika | 2011-05-15 | 1 | -0/+1 |
* | * 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 |