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
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
2015-12-14
* enum.c: fix a typo in documentation.
hsbt
2015-11-07
* vm_trace.c (exec_hooks_precheck): check need_clean everytime
ko1
2015-11-07
* vm_trace.c (rb_threadptr_exec_event_hooks_orig):
ko1
2015-10-31
use rb_source_loc and rb_source_location
nobu
2015-08-21
* include/ruby/ruby.h, cont.c, vm_trace.c: add a new event
ko1
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-15
remove redundant NULL check in mark functions
normal
2015-04-25
vm_trace.c: unified a_call and a_return
nobu
2015-04-25
vm_trace.c: not a static variable
nobu
2015-04-25
vm_trace.c: indent
nobu
2015-04-25
vm_trace.c: unnecessary method undef
nobu
2015-04-15
* vm_trace.c (rb_tracepoint_new): fix documentation.
ko1
2015-04-15
* vm_trace.c (rb_tracepoint_new): Add documentation for
ko1
2014-12-13
vm_trace.c: defer interrupts while postponed jobs
nobu
2014-12-10
* vm_core.h: introduce new field
ko1
2014-12-01
use 0 for reserved
nobu
2014-11-27
* vm_core.h: add rb_thread_t::local_storage_recursive_hash
ko1
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-10-18
* vm_core.h, proc.c, vm_backtrace.c, vm_trace.c:
ktsj
2014-10-17
* Avoid undefined behaviors found by gcc -fsanitize=undefined.
akr
2014-10-02
vm_trace.c (rb_tp_t): pack 56 => 48 bytes on 64-bit
normal
2014-07-30
* process.c (rlimit_resource_type, rlimit_resource_value):
ktsj
2014-06-13
* vm_trace.c: add new method TracePoint.stat to debug
ko1
2014-06-13
* vm_trace.c: clear and restore recursive checking thread local data
ko1
2014-05-29
* vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings about
usa
2014-05-28
vm.c: remove rb_vm_living_threads_foreach function
normal
2014-05-10
vm*: doubly-linked list from ccan to manage vm->living_threads
normal
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
[next]