index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_trace.c
Age
Commit message (
Expand
)
Author
2014-01-19
* vm_trace.c: fix typo
hsbt
2013-12-17
vm_trace.c: isolate exceptions
nobu
2013-12-04
* vm_trace.c (rb_suppress_tracing): Fix initialization of stack
tmm1
2013-11-26
* vm_trace.c: skip "exception check" and "reentrant check (only normal
ko1
2013-11-26
* vm_trace.c: prohibit to specify normal events and internal events
ko1
2013-11-10
* vm_trace.c (symbol2event_flag): add secret feature.
ko1
2013-11-07
vm_trace.c: isolate errinfo in trace blocks
nobu
2013-10-29
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-29
* vm_trace.c (tp_free): remvoed because empty free function.
ko1
2013-10-22
* vm_trace.c: exterminate Zombies.
ko1
2013-10-11
* vm_trace.c (rb_postponed_job_flush): fix bit operation.
ko1
2013-10-11
* vm_trace.c (rb_postponed_job_flush): simplify.
ko1
2013-10-11
revert r43248. Should not set interrupt_flag.
ko1
2013-10-10
vm_trace.c: use macro
nobu
2013-10-10
vm_trace.c: suppress warnings
nobu
2013-10-10
vm_trace.c: fix infinite hook
nobu
2013-10-10
* vm_trace.c (postponed_job): use preallocated buffer.
ko1
2013-08-05
* vm_trace.c: [DOC] Fix TracePoint return values in examples
zzak
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-05-27
* vm_trace.c (rb_postponed_job_register_one): fix iteration bug.
ko1
2013-05-27
* vm_trace.c (rb_postponed_job_flush): remove a wrong comment.
ko1
2013-05-27
* include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE to
ko1
2013-05-27
fix typo
tmm1
2013-05-27
* vm_trace.c (rb_postponed_job_flush, rb_postponed_job_register): use
ko1
2013-05-27
* include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.
ko1
2013-05-26
* include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.
ko1
2013-05-02
id.def: predefined IDs
nobu
2013-03-06
prefix global symbols
nobu
2013-02-09
* vm_trace.c: Note about TracePoint events set, and comment on
zzak
2013-02-05
* proc.c (rb_binding_new_with_cfp): permit to create binding object
ko1
2013-01-29
* vm_backtrace.c: fix issue of rb_debug_inspector_open().
ko1
2013-01-29
vm_trace.c: TracePoint safe level check
nobu
2013-01-29
vm_trace.c: trace_func safe level check
nobu
2013-01-07
* include/ruby/ruby.h (RUBY_EVENT_SPECIFIED_LINE): make it special.
ko1
2013-01-07
* vm_trace.c (rb_threadptr_exec_event_hooks_orig): pop tag before
ko1
2012-12-25
* vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):
ko1
2012-12-21
* vm_trace.c (tracepoint_new): add code to support specified thread.
ko1
2012-12-21
* vm_core.h, vm_trace.c: fix multi-threading bug for tracing.
ko1
2012-12-21
vm_trace.c: style
nobu
2012-12-20
* vm_trace.c (rb_suppress_tracing): remove unused variable 'vm_tracing'
tarui
2012-12-20
* vm_trace.c (rb_suppress_tracing): bugfix for vm->trace_running
tarui
2012-12-19
* vm_trace.c (rb_threadptr_exec_event_hooks): get rid of race
tarui
2012-12-19
Revert r38371 and r38384. they didn't solve the issue
naruse
2012-12-18
* vm_trace.c (tracepoint_attr_defined_class): Clean up rdoc for
zzak
2012-12-17
* vm_trace.c (fill_id_and_klass): TracePoint#defined_class returns
ko1
2012-12-14
vm_trace.c: suppress warning
nobu
2012-12-14
* vm_trace.c (exec_hooks): add volatile to avoid segv.
naruse
2012-12-11
vm.c: pass exceptions while handling an exception
nobu
2012-12-10
vm_trace.c: exceptions in event hooks
nobu
2012-12-06
Fix typo
zzak
[next]