| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 40525,40526,40528,40530: [Backport #8345] | nagachika | 2013-06-18 | 1 | -0/+2 |
* | merge revision(s) 39644,39646,39647,39874,39898: [Backport #8048] | nagachika | 2013-04-20 | 1 | -1/+3 |
* | merge revision(s) 39601 and 39602(partially): [Backport #7983] | nagachika | 2013-03-24 | 1 | -10/+36 |
* | merge revision(s) 39282: [Backport #8007] | nagachika | 2013-03-02 | 1 | -1/+1 |
* | * backport r39276 from trunk. [ruby-dev:46997] [Bug #7825] | ktsj | 2013-02-16 | 1 | -1/+5 |
* | * vm.c (rb_vm_stack_to_heap): call rb_vm_get_binding_creatable_next_cfp | ktsj | 2013-02-05 | 1 | -1/+1 |
* | * proc.c (rb_binding_new_with_cfp): permit to create binding object | ko1 | 2013-02-05 | 1 | -0/+12 |
* | * vm_backtrace.c: fix issue of rb_debug_inspector_open(). | ko1 | 2013-01-29 | 1 | -1/+1 |
* | vm.c: initialize root_svar | nobu | 2013-01-09 | 1 | -0/+2 |
* | vm.c: suppress warning | nobu | 2012-12-28 | 1 | -0/+3 |
* | * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame): | ko1 | 2012-12-25 | 1 | -5/+4 |
* | * vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): move | ko1 | 2012-12-25 | 1 | -3/+3 |
* | * thread.c: rename methods: | ko1 | 2012-12-23 | 1 | -2/+2 |
* | * cont.c (rb_fiber_start): in case of jump with TAG_FATAL, | nagachika | 2012-12-22 | 1 | -5/+0 |
* | vm.c: fix format | nobu | 2012-12-20 | 1 | -1/+1 |
* | * vm.c: support variable VM/Machine stack sizes. | ko1 | 2012-12-19 | 1 | -4/+93 |
* | * vm.c (rb_vm_jump_tag_but_local_jump): remove unnessesary 2nd | nagachika | 2012-12-18 | 1 | -5/+3 |
* | * vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the case | nagachika | 2012-12-18 | 1 | -0/+5 |
* | * signal.c (rb_sigaltstack_size): new. calculate stack size for | kosaki | 2012-12-15 | 1 | -1/+1 |
* | vm.c: pass exceptions while handling an exception | nobu | 2012-12-11 | 1 | -1/+2 |
* | probes_helper.h: RUBY_DTRACE_HOOK | nobu | 2012-12-11 | 1 | -1/+1 |
* | * revised r37993 to avoid SEGV/ILL in tests. In r37993, a method | shugo | 2012-12-06 | 1 | -0/+2 |
* | vm.c: save blockprocval | nobu | 2012-12-05 | 1 | -1/+10 |
* | adjust style. | nobu | 2012-12-01 | 1 | -1/+1 |
* | [EXPERIMENTAL: NEED DISCUSS] | ko1 | 2012-11-29 | 1 | -0/+3 |
* | * vm.c: add a return hook when a method raises an exception. | tenderlove | 2012-11-29 | 1 | -1/+2 |
* | * compile.c (compile_array_): refix r37991 remove assertion: | naruse | 2012-11-29 | 1 | -0/+2 |
* | * include/ruby/debug.h: add rb_debug_inspector_* APIs. | ko1 | 2012-11-29 | 1 | -2/+2 |
* | * probes.d: Change function-entry probe to method-entry. | tenderlove | 2012-11-28 | 1 | -1/+1 |
* | * vm.c (rb_vm_make_env_object): make Proc object if Env is possible | ko1 | 2012-11-27 | 1 | -11/+11 |
* | * Makefile.in: run preprocessor when making probe.h | kosaki | 2012-11-22 | 1 | -4/+0 |
* | * vm.c: Don't define vm_collect_usage_operand() and | kosaki | 2012-11-22 | 1 | -3/+2 |
* | * vm_trace.c: add two methods: | ko1 | 2012-11-20 | 1 | -3/+3 |
* | * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK, | ngoto | 2012-11-18 | 1 | -0/+1 |
* | vm.c: gc guard | nobu | 2012-11-16 | 1 | -0/+1 |
* | adjust indent | nobu | 2012-11-16 | 1 | -3/+3 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -8/+34 |
* | Fix compatibility of cached expanded load path | shirosaki | 2012-11-05 | 1 | -0/+1 |
* | Cache the expanded load path | shirosaki | 2012-11-05 | 1 | -0/+2 |
* | Index $LOADED_FEATURES so that require isn't so slow | shirosaki | 2012-11-05 | 1 | -0/+2 |
* | * vm.c (rb_vm_rewrite_ep_in_errinfo, vm_rewrite_ep_in_errinfo): | ktsj | 2012-11-03 | 1 | -26/+21 |
* | * vm.c, proc.c: avoid unnecessary `rb_vm_rewrite_ep_in_errinfo' | ktsj | 2012-11-03 | 1 | -3/+1 |
* | vm.c: rewrite all catch points | nobu | 2012-11-02 | 1 | -2/+14 |
* | * thread.c: added Thread#thread_variable_(get|set), | tenderlove | 2012-10-29 | 1 | -0/+2 |
* | * vm.c (vm_define_method): remove type and frozen checking. | ko1 | 2012-10-27 | 1 | -8/+1 |
* | * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h: | ko1 | 2012-10-27 | 1 | -1/+1 |
* | * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME): | ko1 | 2012-10-23 | 1 | -0/+1 |
* | vm.c: pass through thrown objects | nobu | 2012-10-19 | 1 | -1/+1 |
* | * vm.c (vm_analysis_insn|operand|register): use st_insert | ko1 | 2012-10-04 | 1 | -7/+11 |
* | * vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysis | ko1 | 2012-10-04 | 1 | -4/+218 |