summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
2012-03-16* iseq.c (rb_iseq_first_lineno): constified.nobu
2011-12-30* vm_core.h: Fix comment about arg_opts of iseq and some typosmarcandre
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame
2011-10-18* vm_core.h (ruby_current_thread): probeprofiler has been removednobu
2011-08-27* vm.c (rb_vm_rewrite_dfp_in_errinfo): change return typektsj
2011-08-27* proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.ktsj
2011-08-26* vm_core.h: add a decl. of rb_autoloading_value().ko1
2011-08-24* iseq.h, iseq.c, compile.c: Change the line number data structureko1
2011-08-16* vm.c (ruby_threadptr_data_type): rename to hide.nobu
2011-07-30* vm_core.h (ALT_STACK_SIZE): use MINSIGSTKSZ*2 instead of SIGSTKSZ*2.kosaki
2011-07-30* vm.c (th_init): preallocate alternative stack.kosaki
2011-07-25* proc.c (struct METHOD), gc.c (gc_marks), vm_method.cmame
2011-07-10* thread_pthread.c (rb_thread_create_timer_thread): removedkosaki
2011-07-10* vm_core.h (typedef struct rb_vm_struct): create a newkosaki
2011-07-08* thread.c (thread_unlock_all_locking_mutexes): rename tokosaki
2011-06-30* thread.c (rb_threadptr_check_signal): only wake up main thread.ko1
2011-06-27* thread_pthread.c: Stop polling in the timer thread when there areko1
2011-06-18* vm.c, vm_core.h (rb_vm_stack_to_heap): remove const.kosaki
2011-06-18* vm.c, vm_core.h (rb_vm_stack_to_heap): fix "const" place.ko1
2011-06-18* eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr
2011-06-17* internal.h: declare internal functions here.akr
2011-06-13* thread_pthread.c: rewrite GVL completely.kosaki
2011-06-13* vm_core.h, vm_insnhelper.h: move decl. ofko1
2011-06-12* thread.c: remove th->transition_for_lock. It's thread unsafe.kosaki
2011-06-11* vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT,kosaki
2011-06-09* io.c: fix IO.copy_stream interrupt handling.akr
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