summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
2013-12-09* compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h,charliesome
2013-11-29 * vm_dump.c (rb_vmdebug_debug_print_pre): Bugfix. Get PC directly.tarui
2013-11-18vm_core.h: extract VM_STACK_OVERFLOWED_Pnobu
2013-11-15 * cont.c : Introdule ensure rollback mechanism. Please see below.tarui
2013-11-09* insns.def: unify ic_constant_serial and ic_class_serial into one fieldcharliesome
2013-11-09* class.c: unify names of vm state version counters to 'serial'.charliesome
2013-10-29* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: splitcharliesome
2013-10-22 * vm_core.h (enum): avoid syntax error.shyouhei
2013-10-11* class.c, variable.c, gc.c (rb_class_tbl): removed.ko1
2013-10-10* vm_trace.c (postponed_job): use preallocated buffer.ko1
2013-10-07* iseq.c, internal.h: change to public (but internal) functionsko1
2013-10-02* vm_core.h: use __has_attribute() instead of __clang__major__ becausenaruse
2013-10-01* vm_core.h: use __attribute__((unused)) in UNINTIALIZED_VAR on clangcharliesome
2013-09-04* class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,charliesome
2013-08-20* insns.def: fix regexp's once option behavior.ko1
2013-08-09* proc.c: add Binding#local_variable_get/set/defined?ko1
2013-08-07Add 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 toko1
2013-07-23* thread_pthread.h, thread_win32.h: rename rb_thread_id_t toko1
2013-07-23* thread_native.h: added.ko1
2013-07-22vm_eval.c: Check_TypedStructnobu
2013-06-19* include/ruby/ruby.h (struct rb_data_type_struct), gc.c: addko1
2013-05-26* include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko1
2013-05-18vm_core.h: move jmpbuf between tag and prevnobu
2013-04-05defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu
2013-03-22load.c: loaded_features_index st_tablenobu
2013-03-21revert r39861nobu
2013-03-21ruby.h: RB_UNUSED_VAR from UNINITIALIZED_VARnobu
2013-03-21vm_core.h: suppress warningsnobu
2013-03-19* internal.h: added a declaration of ruby_kill().kosaki
2013-03-12required keyword argumentsnobu
2013-02-05* remove trailing spaces.nobu
2013-02-05* proc.c (rb_binding_new_with_cfp): permit to create binding objectko1
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-08vm_core.h: flip_cnt in rb_iseq_tnobu
2012-12-27* vm_core.h (VM_DEFINECLASS_TYPE): explicit cast to enum type to avoid 64->32charliesome
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): moveko1
2012-12-25* vm_core.h (RUBY_VM_THREAD_VM_STACK_SIZE): change defaultko1
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 forkosaki
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