| Commit message (Expand) | Author | Age | Files | Lines |
* | defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END} | nobu | 2013-04-05 | 1 | -18/+6 |
* | load.c: loaded_features_index st_table | nobu | 2013-03-22 | 1 | -1/+1 |
* | revert r39861 | nobu | 2013-03-21 | 1 | -1/+7 |
* | ruby.h: RB_UNUSED_VAR from UNINITIALIZED_VAR | nobu | 2013-03-21 | 1 | -7/+1 |
* | vm_core.h: suppress warnings | nobu | 2013-03-21 | 1 | -1/+3 |
* | * internal.h: added a declaration of ruby_kill(). | kosaki | 2013-03-19 | 1 | -0/+1 |
* | required keyword arguments | nobu | 2013-03-12 | 1 | -0/+1 |
* | * remove trailing spaces. | nobu | 2013-02-05 | 1 | -1/+1 |
* | * proc.c (rb_binding_new_with_cfp): permit to create binding object | ko1 | 2013-02-05 | 1 | -0/+1 |
* | * vm_backtrace.c: fix issue of rb_debug_inspector_open(). | ko1 | 2013-01-29 | 1 | -0/+1 |
* | * vm_core.h: modify a comment about rb_iseq_t::local_size. | ko1 | 2013-01-25 | 1 | -1/+1 |
* | * vm_core.h (VM_DEBUG_BP_CHECK): set 0 as default. | ko1 | 2013-01-10 | 1 | -1/+1 |
* | vm_core.h: flip_cnt in rb_iseq_t | nobu | 2013-01-08 | 1 | -0/+1 |
* | * vm_core.h (VM_DEFINECLASS_TYPE): explicit cast to enum type to avoid 64->32 | charliesome | 2012-12-27 | 1 | -1/+1 |
* | * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame): | ko1 | 2012-12-25 | 1 | -2/+10 |
* | * vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): move | ko1 | 2012-12-25 | 1 | -0/+6 |
* | * vm_core.h (RUBY_VM_THREAD_VM_STACK_SIZE): change default | ko1 | 2012-12-25 | 1 | -1/+1 |
* | * thread.c: rename methods: | ko1 | 2012-12-23 | 1 | -11/+11 |
* | * include/ruby/debug.h: define rb_trace_arg_t. | ko1 | 2012-12-21 | 1 | -4/+4 |
* | * vm_core.h, vm_trace.c: fix multi-threading bug for tracing. | ko1 | 2012-12-21 | 1 | -1/+1 |
* | * vm_core.h (rb_vm_defineclass_type_t), | shugo | 2012-12-20 | 1 | -0/+15 |
* | * vm.c: support variable VM/Machine stack sizes. | ko1 | 2012-12-19 | 1 | -4/+23 |
* | * signal.c (rb_sigaltstack_size): new. calculate stack size for | kosaki | 2012-12-15 | 1 | -6/+0 |
* | * iseq.c (rb_iseq_parameters): fix limit for optional arguments. | eregon | 2012-12-11 | 1 | -8/+12 |
* | * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime. | tarui | 2012-12-04 | 1 | -5/+10 |
* | * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context): | tarui | 2012-12-02 | 1 | -1/+0 |
* | * vm_core.h (rb_vm_struct): add thread_destruct_lock field. | kosaki | 2012-11-30 | 1 | -1/+2 |
* | revert r35486 (add rb_thread_t#yeiling field). because it doesn't help | kosaki | 2012-11-30 | 1 | -1/+0 |
* | * include/ruby/debug.h: add rb_debug_inspector_* APIs. | ko1 | 2012-11-29 | 1 | -1/+2 |
* | * thread.c (thread_join_sleep): check spurious wakeup by itself for | tarui | 2012-11-28 | 1 | -2/+8 |
* | * vm_core.h (enum rb_thread_status): remove THREAD_TO_KILL | kosaki | 2012-11-28 | 1 | -1/+1 |
* | * thread.c (thread_s_new): uses main_thread->status instead of | kosaki | 2012-11-28 | 1 | -1/+0 |
* | * vm_trace.c: rename TracePoint#file and TracePoint#line | ko1 | 2012-11-26 | 1 | -3/+3 |
* | * vm_core.h: add members to rb_trace_arg_t: | ko1 | 2012-11-26 | 1 | -0/+8 |
* | * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT) | kosaki | 2012-11-26 | 1 | -5/+12 |
* | * thread.c (thread_join_m): use th->interrupt_mask instead of | kosaki | 2012-11-26 | 1 | -3/+0 |
* | * ruby_atomic.h (ATOMIC_CAS): new macro for compare-and-exchange. | kosaki | 2012-11-26 | 1 | -3/+5 |
* | split trap interrupt and async interrupt | kosaki | 2012-11-26 | 1 | -1/+2 |
* | * vm_core.h (rb_thread_struct): added 'in_trap' member for marking | kosaki | 2012-11-26 | 1 | -0/+3 |
* | * Makefile.in (probes.o): add -C to ignore #include in probes.d. | naruse | 2012-11-22 | 1 | -4/+0 |
* | * Makefile.in: run preprocessor when making probe.h | kosaki | 2012-11-22 | 1 | -0/+4 |
* | * include/ruby/debug.h: introdudced. | ko1 | 2012-11-20 | 1 | -1/+1 |
* | * vm_trace.c: add two methods: | ko1 | 2012-11-20 | 1 | -7/+24 |
* | revert r37730 | kosaki | 2012-11-20 | 1 | -6/+6 |
* | * thread.c, vm_core.h: big rename th to cur_th when works only | kosaki | 2012-11-19 | 1 | -6/+6 |
* | * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK, | ngoto | 2012-11-18 | 1 | -30/+0 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -0/+30 |
* | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo), | shugo | 2012-11-12 | 1 | -1/+0 |
* | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): | shugo | 2012-11-11 | 1 | -0/+1 |
* | * ruby_atomic.h: renamed from atomic.h to avoid header file name conflict | ngoto | 2012-11-09 | 1 | -1/+1 |