summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
2012-08-26suppress warningsnobu
2012-08-20vm_insnhelper.c: iclass as klass in cfpnobu
2012-08-16* vm_trace.c, vm_core.h: simplify tracing mechanism.ko1
2012-08-08* compile.c, insns.def (checkmatch):ko1
2012-08-07* vm_exec.c, insns.def (leave): solve problems onko1
2012-08-02* class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1
2012-07-18* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko1
2012-06-22* iseq.c, vm_eval.c: set th->base_block properly.ko1
2012-06-15* vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko1
2012-06-14fix r36079nobu
2012-06-14* eval.c: Add doxygen comments.yugui
2012-06-11* vm_core.h: remove lfp (local frame pointer) and renameko1
2012-06-04* vm_insnhelper.h: remove magical code "lfp[0] & 0x02".ko1
2012-06-04* vm_core.h (rb_location_t): fix type and field name.ko1
2012-06-02* common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.cko1
2012-05-25* vm.c: refactoring backtrace related funcitons.ko1
2012-05-22remove trailing spacesnobu
2012-05-22* vm_core.h: add a data type rb_location_t to store iseq locationko1
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-04-28* vm_core.h (rb_thread_t#yielding): add a field.ko1
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