| Commit message (Expand) | Author | Age | Files | Lines |
* | vm_trace.c: defer interrupts while postponed jobs | nobu | 2014-12-13 | 1 | -3/+4 |
* | * vm_core.h: introduce new field | ko1 | 2014-12-10 | 1 | -1/+3 |
* | use 0 for reserved | nobu | 2014-12-01 | 1 | -1/+1 |
* | * vm_core.h: add rb_thread_t::local_storage_recursive_hash | ko1 | 2014-11-27 | 1 | -2/+4 |
* | * internal.h: Include ruby.h and ruby/encoding.h to be | akr | 2014-11-15 | 1 | -3/+1 |
* | * vm_core.h, proc.c, vm_backtrace.c, vm_trace.c: | ktsj | 2014-10-18 | 1 | -1/+1 |
* | * Avoid undefined behaviors found by gcc -fsanitize=undefined. | akr | 2014-10-17 | 1 | -1/+1 |
* | vm_trace.c (rb_tp_t): pack 56 => 48 bytes on 64-bit | normal | 2014-10-02 | 1 | -1/+1 |
* | * process.c (rlimit_resource_type, rlimit_resource_value): | ktsj | 2014-07-30 | 1 | -1/+1 |
* | * vm_trace.c: add new method TracePoint.stat to debug | ko1 | 2014-06-13 | 1 | -0/+44 |
* | * vm_trace.c: clear and restore recursive checking thread local data | ko1 | 2014-06-13 | 1 | -0/+2 |
* | * vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings about | usa | 2014-05-29 | 1 | -1/+1 |
* | vm.c: remove rb_vm_living_threads_foreach function | normal | 2014-05-28 | 1 | -8/+6 |
* | vm*: doubly-linked list from ccan to manage vm->living_threads | normal | 2014-05-10 | 1 | -4/+2 |
* | * vm_trace.c: fix typo | hsbt | 2014-01-19 | 1 | -1/+1 |
* | vm_trace.c: isolate exceptions | nobu | 2013-12-17 | 1 | -0/+3 |
* | * vm_trace.c (rb_suppress_tracing): Fix initialization of stack | tmm1 | 2013-12-04 | 1 | -0/+1 |
* | * vm_trace.c: skip "exception check" and "reentrant check (only normal | ko1 | 2013-11-26 | 1 | -51/+82 |
* | * vm_trace.c: prohibit to specify normal events and internal events | ko1 | 2013-11-26 | 1 | -1/+7 |
* | * vm_trace.c (symbol2event_flag): add secret feature. | ko1 | 2013-11-10 | 1 | -0/+2 |
* | vm_trace.c: isolate errinfo in trace blocks | nobu | 2013-11-07 | 1 | -0/+1 |
* | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -0/+1 |
* | * vm_trace.c (tp_free): remvoed because empty free function. | ko1 | 2013-10-29 | 1 | -7/+1 |
* | * vm_trace.c: exterminate Zombies. | ko1 | 2013-10-22 | 1 | -20/+49 |
* | * vm_trace.c (rb_postponed_job_flush): fix bit operation. | ko1 | 2013-10-11 | 1 | -1/+1 |
* | * vm_trace.c (rb_postponed_job_flush): simplify. | ko1 | 2013-10-11 | 1 | -39/+18 |
* | revert r43248. Should not set interrupt_flag. | ko1 | 2013-10-11 | 1 | -1/+1 |
* | vm_trace.c: use macro | nobu | 2013-10-10 | 1 | -1/+1 |
* | vm_trace.c: suppress warnings | nobu | 2013-10-10 | 1 | -6/+6 |
* | vm_trace.c: fix infinite hook | nobu | 2013-10-10 | 1 | -11/+38 |
* | * vm_trace.c (postponed_job): use preallocated buffer. | ko1 | 2013-10-10 | 1 | -18/+49 |
* | * vm_trace.c: [DOC] Fix TracePoint return values in examples | zzak | 2013-08-05 | 1 | -5/+5 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -5/+0 |
* | * vm_trace.c (rb_postponed_job_register_one): fix iteration bug. | ko1 | 2013-05-27 | 1 | -0/+1 |
* | * vm_trace.c (rb_postponed_job_flush): remove a wrong comment. | ko1 | 2013-05-27 | 1 | -1/+1 |
* | * include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE to | ko1 | 2013-05-27 | 1 | -1/+1 |
* | fix typo | tmm1 | 2013-05-27 | 1 | -1/+1 |
* | * vm_trace.c (rb_postponed_job_flush, rb_postponed_job_register): use | ko1 | 2013-05-27 | 1 | -2/+2 |
* | * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events. | ko1 | 2013-05-27 | 1 | -1/+26 |
* | * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API. | ko1 | 2013-05-26 | 1 | -0/+56 |
* | id.def: predefined IDs | nobu | 2013-05-02 | 1 | -1/+1 |
* | prefix global symbols | nobu | 2013-03-06 | 1 | -1/+1 |
* | * vm_trace.c: Note about TracePoint events set, and comment on | zzak | 2013-02-09 | 1 | -19/+32 |
* | * proc.c (rb_binding_new_with_cfp): permit to create binding object | ko1 | 2013-02-05 | 1 | -1/+2 |
* | * vm_backtrace.c: fix issue of rb_debug_inspector_open(). | ko1 | 2013-01-29 | 1 | -2/+0 |
* | vm_trace.c: TracePoint safe level check | nobu | 2013-01-29 | 1 | -2/+8 |
* | vm_trace.c: trace_func safe level check | nobu | 2013-01-29 | 1 | -0/+6 |
* | * include/ruby/ruby.h (RUBY_EVENT_SPECIFIED_LINE): make it special. | ko1 | 2013-01-07 | 1 | -0/+1 |
* | * vm_trace.c (rb_threadptr_exec_event_hooks_orig): pop tag before | ko1 | 2013-01-07 | 1 | -1/+6 |
* | * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame): | ko1 | 2012-12-25 | 1 | -2/+15 |