aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
* * compile.c, insns.def (checkmatch):ko12012-08-081-0/+10
* * vm_exec.c, insns.def (leave): solve problems onko12012-08-071-0/+5
* * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo2012-08-021-5/+11
* * thread.c (rb_thread_s_control_interrupt,ko12012-07-191-6/+8
* * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko12012-07-181-1/+10
* * iseq.c, vm_eval.c: set th->base_block properly.ko12012-06-221-1/+7
* * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko12012-06-151-1/+2
* fix r36079nobu2012-06-141-1/+1
* * eval.c: Add doxygen comments.yugui2012-06-141-0/+11
* * vm_core.h: remove lfp (local frame pointer) and renameko12012-06-111-11/+32
* * vm_insnhelper.h: remove magical code "lfp[0] & 0x02".ko12012-06-041-0/+2
* * vm_core.h (rb_location_t): fix type and field name.ko12012-06-041-13/+13
* * common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.cko12012-06-021-1/+0
* * vm.c: refactoring backtrace related funcitons.ko12012-05-251-1/+0
* remove trailing spacesnobu2012-05-221-1/+1
* * vm_core.h: add a data type rb_location_t to store iseq locationko12012-05-221-5/+11
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-0/+4
* * vm_core.h (rb_thread_t#yielding): add a field.ko12012-04-281-0/+1
* * iseq.c (rb_iseq_first_lineno): constified.nobu2012-03-161-1/+1
* * vm_core.h: Fix comment about arg_opts of iseq and some typosmarcandre2011-12-301-3/+3
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame2011-12-261-0/+1
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame2011-12-261-0/+3
* * 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