aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
* * vm_core.h (ruby_current_thread): probeprofiler has been removednobu2011-10-181-1/+1
* * vm.c (rb_vm_rewrite_dfp_in_errinfo): change return typektsj2011-08-271-1/+1
* * proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.ktsj2011-08-271-0/+1
* * vm_core.h: add a decl. of rb_autoloading_value().ko12011-08-261-0/+2
* * iseq.h, iseq.c, compile.c: Change the line number data structureko12011-08-241-2/+2
* * vm.c (ruby_threadptr_data_type): rename to hide.nobu2011-08-161-2/+2
* * vm_core.h (ALT_STACK_SIZE): use MINSIGSTKSZ*2 instead of SIGSTKSZ*2.kosaki2011-07-301-2/+2
* * vm.c (th_init): preallocate alternative stack.kosaki2011-07-301-0/+6
* * proc.c (struct METHOD), gc.c (gc_marks), vm_method.cmame2011-07-251-0/+2
* * thread_pthread.c (rb_thread_create_timer_thread): removedkosaki2011-07-101-2/+0
* * vm_core.h (typedef struct rb_vm_struct): create a newkosaki2011-07-101-0/+1
* * thread.c (thread_unlock_all_locking_mutexes): rename tokosaki2011-07-081-0/+1
* * thread.c (rb_threadptr_check_signal): only wake up main thread.ko12011-06-301-1/+0
* * thread_pthread.c: Stop polling in the timer thread when there areko12011-06-271-1/+3
* * vm.c, vm_core.h (rb_vm_stack_to_heap): remove const.kosaki2011-06-181-1/+1
* * vm.c, vm_core.h (rb_vm_stack_to_heap): fix "const" place.ko12011-06-181-1/+1
* * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr2011-06-181-0/+3
* * internal.h: declare internal functions here.akr2011-06-171-0/+3
* * thread_pthread.c: rewrite GVL completely.kosaki2011-06-131-1/+4
* * vm_core.h, vm_insnhelper.h: move decl. ofko12011-06-131-5/+0
* * thread.c: remove th->transition_for_lock. It's thread unsafe.kosaki2011-06-121-1/+0
* * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT,kosaki2011-06-111-4/+5
* * io.c: fix IO.copy_stream interrupt handling.akr2011-06-091-1/+0
* * vm_core.h (rb_thread_struct): add volatile tokosaki2011-05-171-1/+1
* * vm_core.h (RUBY_VM_CHECK_INTS_TH): merge a patch by ko1nobu2011-04-011-3/+3
* * thread.c (rb_thread_io_blocking_region): new function to runnobu2011-02-121-0/+3
* * vm.c (ruby_thread_data_type): add prefix.nobu2011-02-041-2/+2
* * vm_core.h (GetThreadPtr): use TypedData_Get_Struct() insteadkosaki2011-02-041-1/+3
* * vm_core.h: parenthesize macro arguments.akr2011-01-211-20/+20
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-201-1/+0
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-181-0/+1
* remove a comma at end of enumerator list.kazu2010-12-101-2/+2
* * vm_core.h (rb_vm_inc_const_missing_count): missing prototype.nobu2010-12-041-0/+1
* * vm.c (ruby_vm_at_exit): new API. This enables extension libs toshyouhei2010-12-021-0/+6
* * thread_pthread.c (gvl_release, gvl_init): suppress warnings.nobu2010-11-281-0/+1
* * thread.c, vm_core.h: make gvl_acquire/release/init/destructko12010-11-271-1/+1
* * gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option.ko12010-11-031-7/+0
* * compile.c (new_child_iseq): adjust argument types.nobu2010-10-311-3/+3
* * vm_core.h: some refactoring.ko12010-10-311-17/+19
* * vm_core.h (rb_signal_buff_size, rb_signal_exec): movednobu2010-10-091-0/+2
* * vm_core.h: add missing prototypes.nobu2010-10-061-0/+4
* * load.c (ruby_init_ext): export for golfers.nobu2010-09-041-0/+13
* * vm_core.h (rb_{get,set,reset}_coverages): used in coverage.nobu2010-08-141-0/+4
* * insns.def, vm_core.h: fixed typo. reported by Rocky Bernsteinnobu2010-08-021-3/+3
* * vm_core.h (rb_thread_check_trap_pending): hidden API for tcl/tk wrapper.nobu2010-07-281-0/+10
* * include/ruby/{intern,io}.h: add missing prototypes.nobu2010-07-221-3/+0
* * vm_core.c (rb_thread_struct): add a field for sigaltstack.mame2010-05-131-0/+7
* * vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h fornobu2010-05-131-0/+1
* * vm_eval.c (eval_string_with_cref): propagative filename and line_nomame2010-05-091-0/+2
* * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame2010-05-091-2/+0