index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cont.c
Age
Commit message (
Expand
)
Author
2015-07-21
cont.c: CreateFiberEx fallback
nobu
2015-07-13
remove needless volatile
nobu
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 remove
ko1
2015-06-02
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-05-30
cont.c: Check ruby_current_thread
nobu
2015-04-06
* vm_args.c: protect value stack from calling other methods
ko1
2014-12-10
* vm_core.h: introduce new field
ko1
2014-12-01
use 0 for reserved
nobu
2014-11-27
* vm_core.h: add rb_thread_t::local_storage_recursive_hash
ko1
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-10-16
cont.c (fiber_store): fix WIN32 fibers
normal
2014-10-16
cont.c: fix typedef
nobu
2014-10-16
cont.c: fix compile error
nobu
2014-10-15
cont.c: fix when FIBER_USE_NATIVE is 0
normal
2014-10-15
cont.c: fix build when FIBER_USE_NATIVE is 0
normal
2014-10-15
cont.c: Optimize fiber_switch callees
normal
2014-10-15
cont.c (cont_save_thread): Sparse copying of thread data
normal
2014-10-15
cont.c: Small code cleanup
normal
2014-10-15
cont.c: Code cleanup in fiber_switch/fiber_store
normal
2014-10-15
cont.c: Remove unused prev_fiber/next_fiber fields
normal
2014-08-15
rb_{thread,context,fiber}_struct: trivial packing
normal
2014-08-14
cont.c (cont_mark): fix typo in unused path [ci skip]
normal
2014-07-25
introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use
normal
2014-06-18
constify parameters
nobu
2014-06-07
cont.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 @majjoha
zzak
2014-04-04
eval_intern.h: VAR_INITIALIZED
nobu
2014-01-28
vm_core.h: rb_thread_struct::machine
nobu
2013-11-16
* thread_pthread.c (rb_thread_create_timer_thread): Show error
akr
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 use
ko1
2013-10-08
* cont.c: disable FIBER_USE_NATIVE on GNU/Hurd because it doesn't
kosaki
2013-10-08
cont.c: supplement comments of FIBER_USE_NATIVE
nobu
2013-10-07
cont.c: split conditions
nobu
2013-10-07
configure.in: move FIBER_USE_NATIVE conditions
nobu
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 of
ko1
2013-07-31
show errno on FiberError ref #8711
naruse
2013-05-17
* cont.c: Typo in constant MAX_MACHINE_STACK_CACHE from '..MAHINE..'
zzak
2013-04-05
defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}
nobu
2013-01-30
cont.c: fiber local svar
nobu
2013-01-10
* cont.c: define FIBER_USE_NATIVE as 0 in ia64.
takano32
2012-12-29
adjust style
nobu
2012-12-23
* thread.c: rename methods:
ko1
2012-12-22
* cont.c (rb_fiber_start): unify conditions.
nagachika
2012-12-22
* cont.c (rb_fiber_start): in case of jump with TAG_FATAL,
nagachika
2012-12-21
* vm_core.h, vm_trace.c: fix multi-threading bug for tracing.
ko1
[next]