summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
2011-05-17* vm_core.h (rb_thread_struct): add volatile tokosaki
2011-04-01* vm_core.h (RUBY_VM_CHECK_INTS_TH): merge a patch by ko1nobu
2011-02-12* thread.c (rb_thread_io_blocking_region): new function to runnobu
2011-02-04* vm.c (ruby_thread_data_type): add prefix.nobu
2011-02-04 * vm_core.h (GetThreadPtr): use TypedData_Get_Struct() insteadkosaki
2011-01-21* vm_core.h: parenthesize macro arguments.akr
2010-12-20* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-18* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-10remove a comma at end of enumerator list.kazu
2010-12-04* vm_core.h (rb_vm_inc_const_missing_count): missing prototype.nobu
2010-12-02 * vm.c (ruby_vm_at_exit): new API. This enables extension libs toshyouhei
2010-11-28* thread_pthread.c (gvl_release, gvl_init): suppress warnings.nobu
2010-11-27* thread.c, vm_core.h: make gvl_acquire/release/init/destructko1
2010-11-03* gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option.ko1
2010-10-31* compile.c (new_child_iseq): adjust argument types.nobu
2010-10-31* vm_core.h: some refactoring.ko1
2010-10-09* vm_core.h (rb_signal_buff_size, rb_signal_exec): movednobu
2010-10-06* vm_core.h: add missing prototypes.nobu
2010-09-04* load.c (ruby_init_ext): export for golfers.nobu
2010-08-14* vm_core.h (rb_{get,set,reset}_coverages): used in coverage.nobu
2010-08-02* insns.def, vm_core.h: fixed typo. reported by Rocky Bernsteinnobu
2010-07-28* vm_core.h (rb_thread_check_trap_pending): hidden API for tcl/tk wrapper.nobu
2010-07-22* include/ruby/{intern,io}.h: add missing prototypes.nobu
2010-05-13* vm_core.c (rb_thread_struct): add a field for sigaltstack.mame
2010-05-13* vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h fornobu
2010-05-09* vm_eval.c (eval_string_with_cref): propagative filename and line_nomame
2010-05-09* compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame
2010-05-05* vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko1
2010-04-06 * vm_core.h: Introduce UNINITIALIZED_VAR() macro.kosaki
2010-03-16* compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame
2010-01-25* cont.c, vm_core.h, eval.c: because rb_protect must not be jumped bymame
2010-01-25* cont.c (rb_cont_call, cont_restore_1): remove trap_tag check becausemame
2010-01-23* thread.c (thread_start_func_2): unlock all locking mutexesnobu
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2009-12-03* compile.c (compile_cpath, iseq_compile_each): revertedshugo
2009-10-29* vm_core.h (rb_name_err_mesg_new): added prototype.nobu
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu
2009-09-19* vm_core.h (ENABLE_VM_OBJSPACE): socklist needs st_table innobu
2009-09-18* common.mk (eval.o): needs vm.h.nobu
2009-09-12* vm_core.h: change members of iseq_inline_cache_entry.ko1
2009-08-28* vm_core.h ({GET,INC}_VM_STATE_VERSION): moved from vm_insnhelper.h.nobu
2009-08-16* vm.c (vm_backtrace_each, vm_backtrace_push),nobu
2009-07-28* vm_core.h, vm_insnhelper.c (vm_call_method): reviveko1
2009-07-22* vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame
2009-07-16* node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko1
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-13* vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko1
2009-07-05* thread.c (rb_threadptr_exec_event_hooks): new function tonobu
2009-07-03* vm_core.h (struct rb_iseq_struct): fixed types.nobu