aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
Commit message (Expand)AuthorAgeFilesLines
* * eval_error.c (error_print), vm_eval.c (eval_string_with_cref),ko12012-10-231-3/+3
* * vm_trace.c (rb_threadptr_exec_event_hooks, rb_suppress_tracing):ktsj2012-10-211-3/+3
* * vm_core.h (rb_vm_t::trace_running): add a new fieldktsj2012-10-211-4/+10
* internal.h: allocator function in rb_classext_tnobu2012-09-081-7/+0
* vm_trace.c: freed memory accessnobu2012-08-311-14/+4
* vm_trace.c: uninitialized statenobu2012-08-311-1/+1
* vm_trace.c: warningnobu2012-08-301-5/+3
* * vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895]ko12012-08-221-44/+411
* vm_trace.c: remove meaningless assingmentsnobu2012-08-171-5/+1
* * vm_trace.c, vm_core.h: simplify tracing mechanism.ko12012-08-161-291/+250
* * vm_trace.c: separate trace_func related functions fromko12012-08-151-0/+596