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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_core.h
Age
Commit message (
Expand
)
Author
2013-08-09
* proc.c: add Binding#local_variable_get/set/defined?
ko1
2013-08-07
Add Process.argv0.
knu
2013-08-06
* vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.
ko1
2013-07-23
* thread_(pthread|win32).h: rename rb_thread_cond_t to
ko1
2013-07-23
* thread_pthread.h, thread_win32.h: rename rb_thread_id_t to
ko1
2013-07-23
* thread_native.h: added.
ko1
2013-07-22
vm_eval.c: Check_TypedStruct
nobu
2013-06-19
* include/ruby/ruby.h (struct rb_data_type_struct), gc.c: add
ko1
2013-05-26
* include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.
ko1
2013-05-18
vm_core.h: move jmpbuf between tag and prev
nobu
2013-04-05
defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}
nobu
2013-03-22
load.c: loaded_features_index st_table
nobu
2013-03-21
revert r39861
nobu
2013-03-21
ruby.h: RB_UNUSED_VAR from UNINITIALIZED_VAR
nobu
2013-03-21
vm_core.h: suppress warnings
nobu
2013-03-19
* internal.h: added a declaration of ruby_kill().
kosaki
2013-03-12
required keyword arguments
nobu
2013-02-05
* remove trailing spaces.
nobu
2013-02-05
* proc.c (rb_binding_new_with_cfp): permit to create binding object
ko1
2013-01-29
* vm_backtrace.c: fix issue of rb_debug_inspector_open().
ko1
2013-01-25
* vm_core.h: modify a comment about rb_iseq_t::local_size.
ko1
2013-01-10
* vm_core.h (VM_DEBUG_BP_CHECK): set 0 as default.
ko1
2013-01-08
vm_core.h: flip_cnt in rb_iseq_t
nobu
2012-12-27
* vm_core.h (VM_DEFINECLASS_TYPE): explicit cast to enum type to avoid 64->32
charliesome
2012-12-25
* vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):
ko1
2012-12-25
* vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): move
ko1
2012-12-25
* vm_core.h (RUBY_VM_THREAD_VM_STACK_SIZE): change default
ko1
2012-12-23
* thread.c: rename methods:
ko1
2012-12-21
* include/ruby/debug.h: define rb_trace_arg_t.
ko1
2012-12-21
* vm_core.h, vm_trace.c: fix multi-threading bug for tracing.
ko1
2012-12-20
* vm_core.h (rb_vm_defineclass_type_t),
shugo
2012-12-19
* vm.c: support variable VM/Machine stack sizes.
ko1
2012-12-15
* signal.c (rb_sigaltstack_size): new. calculate stack size for
kosaki
2012-12-11
* iseq.c (rb_iseq_parameters): fix limit for optional arguments.
eregon
2012-12-04
* vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.
tarui
2012-12-02
* thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):
tarui
2012-11-30
* vm_core.h (rb_vm_struct): add thread_destruct_lock field.
kosaki
2012-11-30
revert r35486 (add rb_thread_t#yeiling field). because it doesn't help
kosaki
2012-11-29
* include/ruby/debug.h: add rb_debug_inspector_* APIs.
ko1
2012-11-28
* thread.c (thread_join_sleep): check spurious wakeup by itself for
tarui
2012-11-28
* vm_core.h (enum rb_thread_status): remove THREAD_TO_KILL
kosaki
2012-11-28
* thread.c (thread_s_new): uses main_thread->status instead of
kosaki
2012-11-26
* vm_trace.c: rename TracePoint#file and TracePoint#line
ko1
2012-11-26
* vm_core.h: add members to rb_trace_arg_t:
ko1
2012-11-26
* vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT)
kosaki
2012-11-26
* thread.c (thread_join_m): use th->interrupt_mask instead of
kosaki
2012-11-26
* ruby_atomic.h (ATOMIC_CAS): new macro for compare-and-exchange.
kosaki
2012-11-26
split trap interrupt and async interrupt
kosaki
2012-11-26
* vm_core.h (rb_thread_struct): added 'in_trap' member for marking
kosaki
2012-11-22
* Makefile.in (probes.o): add -C to ignore #include in probes.d.
naruse
[next]