| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * thread.c (thread_s_new): uses main_thread->status instead of | kosaki | 2012-11-28 | 1 | -1/+0 |
* | * vm_trace.c: rename TracePoint#file and TracePoint#line | ko1 | 2012-11-26 | 1 | -3/+3 |
* | * vm_core.h: add members to rb_trace_arg_t: | ko1 | 2012-11-26 | 1 | -0/+8 |
* | * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT) | kosaki | 2012-11-26 | 1 | -5/+12 |
* | * thread.c (thread_join_m): use th->interrupt_mask instead of | kosaki | 2012-11-26 | 1 | -3/+0 |
* | * ruby_atomic.h (ATOMIC_CAS): new macro for compare-and-exchange. | kosaki | 2012-11-26 | 1 | -3/+5 |
* | split trap interrupt and async interrupt | kosaki | 2012-11-26 | 1 | -1/+2 |
* | * vm_core.h (rb_thread_struct): added 'in_trap' member for marking | kosaki | 2012-11-26 | 1 | -0/+3 |
* | * Makefile.in (probes.o): add -C to ignore #include in probes.d. | naruse | 2012-11-22 | 1 | -4/+0 |
* | * Makefile.in: run preprocessor when making probe.h | kosaki | 2012-11-22 | 1 | -0/+4 |
* | * include/ruby/debug.h: introdudced. | ko1 | 2012-11-20 | 1 | -1/+1 |
* | * vm_trace.c: add two methods: | ko1 | 2012-11-20 | 1 | -7/+24 |
* | revert r37730 | kosaki | 2012-11-20 | 1 | -6/+6 |
* | * thread.c, vm_core.h: big rename th to cur_th when works only | kosaki | 2012-11-19 | 1 | -6/+6 |
* | * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK, | ngoto | 2012-11-18 | 1 | -30/+0 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -0/+30 |
* | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo), | shugo | 2012-11-12 | 1 | -1/+0 |
* | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): | shugo | 2012-11-11 | 1 | -0/+1 |
* | * ruby_atomic.h: renamed from atomic.h to avoid header file name conflict | ngoto | 2012-11-09 | 1 | -1/+1 |
* | Fix compatibility of cached expanded load path | shirosaki | 2012-11-05 | 1 | -0/+1 |
* | Cache the expanded load path | shirosaki | 2012-11-05 | 1 | -0/+2 |
* | Index $LOADED_FEATURES so that require isn't so slow | shirosaki | 2012-11-05 | 1 | -0/+2 |
* | * vm.c (rb_vm_rewrite_ep_in_errinfo, vm_rewrite_ep_in_errinfo): | ktsj | 2012-11-03 | 1 | -1/+0 |
* | * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME): | ko1 | 2012-10-23 | 1 | -2/+22 |
* | * vm_core.h (rb_vm_t::trace_running): add a new field | ktsj | 2012-10-21 | 1 | -0/+1 |
* | * vm_core.h (rb_vm_t::trace_flag): remove `trace_flag' | ktsj | 2012-10-21 | 1 | -1/+0 |
* | * method.h (rb_method_cfunc_t::invoker): add new field (func ptr) | ko1 | 2012-10-19 | 1 | -0/+1 |
* | * vm_insnhelper.c (vm_call_method_missing): make a refactoring | ko1 | 2012-10-17 | 1 | -0/+1 |
* | * vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cache | ko1 | 2012-10-16 | 1 | -1/+4 |
* | * vm_core.h (VM_CALL_*): rename VM_CALL_*_BIT | ko1 | 2012-10-15 | 1 | -9/+8 |
* | * vm_insnhelper.c: refactoring. | ko1 | 2012-10-14 | 1 | -0/+2 |
* | * insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h: | ko1 | 2012-10-14 | 1 | -4/+21 |
* | * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'. | ko1 | 2012-10-09 | 1 | -4/+15 |
* | * vm_core.h: now VM_DEBUG_BP_CHECK should be 1. | ko1 | 2012-09-28 | 1 | -1/+1 |
* | * vm_core.h: remove rb_control_frame_t::bp (bp: base pointer). | ko1 | 2012-09-28 | 1 | -10/+18 |
* | Feature #7035 | nobu | 2012-09-24 | 1 | -0/+2 |
* | suppress warnings | nobu | 2012-08-26 | 1 | -1/+1 |
* | vm_insnhelper.c: iclass as klass in cfp | nobu | 2012-08-20 | 1 | -1/+1 |
* | * vm_trace.c, vm_core.h: simplify tracing mechanism. | ko1 | 2012-08-16 | 1 | -7/+12 |
* | * compile.c, insns.def (checkmatch): | ko1 | 2012-08-08 | 1 | -0/+10 |
* | * vm_exec.c, insns.def (leave): solve problems on | ko1 | 2012-08-07 | 1 | -0/+5 |
* | * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c, | shugo | 2012-08-02 | 1 | -5/+11 |
* | * thread.c (rb_thread_s_control_interrupt, | ko1 | 2012-07-19 | 1 | -6/+8 |
* | * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue. | ko1 | 2012-07-18 | 1 | -1/+10 |
* | * iseq.c, vm_eval.c: set th->base_block properly. | ko1 | 2012-06-22 | 1 | -1/+7 |
* | * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type). | ko1 | 2012-06-15 | 1 | -1/+2 |
* | fix r36079 | nobu | 2012-06-14 | 1 | -1/+1 |
* | * eval.c: Add doxygen comments. | yugui | 2012-06-14 | 1 | -0/+11 |
* | * vm_core.h: remove lfp (local frame pointer) and rename | ko1 | 2012-06-11 | 1 | -11/+32 |
* | * vm_insnhelper.h: remove magical code "lfp[0] & 0x02". | ko1 | 2012-06-04 | 1 | -0/+2 |