summaryrefslogtreecommitdiff
path: root/cont.c
AgeCommit message (Expand)Author
2016-08-03* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko1
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-05-01* cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4usa
2016-04-14cont.c: wrong _MSC_VER checknobu
2015-12-24fix common misspelling [ci skip]nobu
2015-12-10* cont.c: fix a double word typo.hsbt
2015-12-09* *.c (*_memsize): do not check ptr.ko1
2015-09-20cont.c: append to continuations doc [ci skip]nobu
2015-08-21* include/ruby/ruby.h, cont.c, vm_trace.c: add a new eventko1
2015-07-21cont.c: CreateFiberEx fallbacknobu
2015-07-13remove needless volatilenobu
2015-07-07* cont.c (cont_free): remove mysterious fflush()ko1
2015-07-06* cont.c (fiber_init): initialize control frame correctly.ko1
2015-07-03* method.h: introduce rb_callable_method_entry_t to removeko1
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-05-30cont.c: Check ruby_current_threadnobu
2015-04-06* vm_args.c: protect value stack from calling other methodsko1
2014-12-10* vm_core.h: introduce new fieldko1
2014-12-01use 0 for reservednobu
2014-11-27* vm_core.h: add rb_thread_t::local_storage_recursive_hashko1
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-10-16cont.c (fiber_store): fix WIN32 fibersnormal
2014-10-16cont.c: fix typedefnobu
2014-10-16cont.c: fix compile errornobu
2014-10-15cont.c: fix when FIBER_USE_NATIVE is 0normal
2014-10-15cont.c: fix build when FIBER_USE_NATIVE is 0normal
2014-10-15cont.c: Optimize fiber_switch calleesnormal
2014-10-15cont.c (cont_save_thread): Sparse copying of thread datanormal
2014-10-15cont.c: Small code cleanupnormal
2014-10-15cont.c: Code cleanup in fiber_switch/fiber_storenormal
2014-10-15cont.c: Remove unused prev_fiber/next_fiber fieldsnormal
2014-08-15rb_{thread,context,fiber}_struct: trivial packingnormal
2014-08-14cont.c (cont_mark): fix typo in unused path [ci skip]normal
2014-07-25introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal
2014-06-18constify parametersnobu
2014-06-07cont.c : keep context.uc_stack.ss_sp and context.uc_stack.ss_size for later use.kanemoto
2014-05-25* cont.c: [DOC] Fix rdoc in example for Fiber#transfer by @majjohazzak
2014-04-04eval_intern.h: VAR_INITIALIZEDnobu
2014-01-28vm_core.h: rb_thread_struct::machinenobu
2013-11-16* thread_pthread.c (rb_thread_create_timer_thread): Show errorakr
2013-11-15 * cont.c : Introdule ensure rollback mechanism. Please see below.tarui
2013-11-05* gc.c: add support to estimate increase of oldspace memory usage.ko1
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-08* cont.c: disable FIBER_USE_NATIVE on GNU/Hurd because it doesn'tkosaki
2013-10-08cont.c: supplement comments of FIBER_USE_NATIVEnobu
2013-10-07cont.c: split conditionsnobu
2013-10-07configure.in: move FIBER_USE_NATIVE conditionsnobu
2013-09-25* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko1
2013-08-07* cont.c (rb_fiber_start): use RARRAY_RAWPTR() instead ofko1
2013-07-31show errno on FiberError ref #8711naruse