Age | Commit message (Expand) | Author |
2012-12-11 | * iseq.c (rb_iseq_parameters): fix limit for optional arguments. | eregon |
2012-12-04 | * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime. | tarui |
2012-12-02 | * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context): | tarui |
2012-11-30 | * vm_core.h (rb_vm_struct): add thread_destruct_lock field. | kosaki |
2012-11-30 | revert r35486 (add rb_thread_t#yeiling field). because it doesn't help | kosaki |
2012-11-29 | * include/ruby/debug.h: add rb_debug_inspector_* APIs. | ko1 |
2012-11-28 | * thread.c (thread_join_sleep): check spurious wakeup by itself for | tarui |
2012-11-28 | * vm_core.h (enum rb_thread_status): remove THREAD_TO_KILL | kosaki |
2012-11-28 | * thread.c (thread_s_new): uses main_thread->status instead of | kosaki |
2012-11-26 | * vm_trace.c: rename TracePoint#file and TracePoint#line | ko1 |
2012-11-26 | * vm_core.h: add members to rb_trace_arg_t: | ko1 |
2012-11-26 | * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT) | kosaki |
2012-11-26 | * thread.c (thread_join_m): use th->interrupt_mask instead of | kosaki |
2012-11-26 | * ruby_atomic.h (ATOMIC_CAS): new macro for compare-and-exchange. | kosaki |
2012-11-26 | split trap interrupt and async interrupt | kosaki |
2012-11-26 | * vm_core.h (rb_thread_struct): added 'in_trap' member for marking | kosaki |
2012-11-22 | * Makefile.in (probes.o): add -C to ignore #include in probes.d. | naruse |
2012-11-22 | * Makefile.in: run preprocessor when making probe.h | kosaki |
2012-11-20 | * include/ruby/debug.h: introdudced. | ko1 |
2012-11-20 | * vm_trace.c: add two methods: | ko1 |
2012-11-20 | revert r37730 | kosaki |
2012-11-19 | * thread.c, vm_core.h: big rename th to cur_th when works only | kosaki |
2012-11-18 | * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK, | ngoto |
2012-11-12 | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove |
2012-11-12 | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo), | shugo |
2012-11-11 | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): | shugo |
2012-11-09 | * ruby_atomic.h: renamed from atomic.h to avoid header file name conflict | ngoto |
2012-11-05 | Fix compatibility of cached expanded load path | shirosaki |
2012-11-05 | Cache the expanded load path | shirosaki |
2012-11-05 | Index $LOADED_FEATURES so that require isn't so slow | shirosaki |
2012-11-03 | * vm.c (rb_vm_rewrite_ep_in_errinfo, vm_rewrite_ep_in_errinfo): | ktsj |
2012-10-23 | * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME): | ko1 |
2012-10-21 | * vm_core.h (rb_vm_t::trace_running): add a new field | ktsj |
2012-10-21 | * vm_core.h (rb_vm_t::trace_flag): remove `trace_flag' | ktsj |
2012-10-19 | * method.h (rb_method_cfunc_t::invoker): add new field (func ptr) | ko1 |
2012-10-17 | * vm_insnhelper.c (vm_call_method_missing): make a refactoring | ko1 |
2012-10-16 | * vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cache | ko1 |
2012-10-15 | * vm_core.h (VM_CALL_*): rename VM_CALL_*_BIT | ko1 |
2012-10-14 | * vm_insnhelper.c: refactoring. | ko1 |
2012-10-14 | * insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h: | ko1 |
2012-10-09 | * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'. | ko1 |
2012-09-28 | * vm_core.h: now VM_DEBUG_BP_CHECK should be 1. | ko1 |
2012-09-28 | * vm_core.h: remove rb_control_frame_t::bp (bp: base pointer). | ko1 |
2012-09-24 | Feature #7035 | nobu |
2012-08-26 | suppress warnings | nobu |
2012-08-20 | vm_insnhelper.c: iclass as klass in cfp | nobu |
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 on | ko1 |
2012-08-02 | * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c, | shugo |