| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | vm_insnhelper.c: add comments | nobu | 2013-06-01 | 1 | -4/+3 |
* | * vm_insnhelper.c (vm_callee_setup_keyword_arg, | mame | 2013-05-30 | 1 | -4/+4 |
* | vm_insnhelper.c: suppress warning | nobu | 2013-05-27 | 1 | -1/+1 |
* | * hash.c (rb_hash_tbl_raw), internal.h: added. | ko1 | 2013-05-26 | 1 | -4/+4 |
* | * gc.c: support RGENGC. [ruby-trunk - Feature #8339] | ko1 | 2013-05-13 | 1 | -1/+1 |
* | insns.def: refactor by wanabe | nobu | 2013-05-05 | 1 | -6/+16 |
* | vm_insnhelper.c: non-symbol key | nobu | 2013-04-12 | 1 | -6/+38 |
* | vm_insnhelper.c: check required kwarg with resthash | nobu | 2013-03-21 | 1 | -3/+6 |
* | required keyword arguments | nobu | 2013-03-12 | 1 | -6/+29 |
* | vm_insnhelper.c: compare with me in method top cfp | nobu | 2013-02-24 | 1 | -4/+24 |
* | * vm_insnhelper.c: attr_writer should return its argument [Bug #7773] | marcandre | 2013-02-06 | 1 | -5/+5 |
* | * vm_insnhelper.c (vm_search_super_method): raise a TypeError | shugo | 2013-01-10 | 1 | -1/+7 |
* | vm_insnhelper.c: keyrest should not overwrite rest arg | nobu | 2013-01-07 | 1 | -7/+19 |
* | * vm_insnhelper.c: set keyword hash on Proc/block calls. | ktsj | 2012-12-30 | 1 | -23/+35 |
* | use RB_TYPE_P | nobu | 2012-12-29 | 1 | -2/+2 |
* | vm_insnhelper.c: no splat single opt arg | nobu | 2012-12-28 | 1 | -1/+1 |
* | * vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): move | ko1 | 2012-12-25 | 1 | -7/+13 |
* | * method.h: remove `VM_METHOD_TYPE_CFUNC_FRAMELESS' method type. | ko1 | 2012-12-17 | 1 | -29/+0 |
* | * vm_insnhelper.c (vm_call_super_method): remove volatile introduced | shugo | 2012-12-14 | 1 | -7/+14 |
* | * vm_insnhelper.c (vm_call_super_method): a workaround for the | shugo | 2012-12-13 | 1 | -0/+5 |
* | * method.h: remove "VM_METHOD_TYPE__MAX" from rb_method_type_t. | ko1 | 2012-12-13 | 1 | -2/+0 |
* | method.h: NOEX_SAFE_SHIFT_OFFSET | nobu | 2012-12-12 | 1 | -0/+2 |
* | vm_insnhelper.c: no warnings for non-object | nobu | 2012-12-12 | 1 | -0/+2 |
* | vm_insnhelper.c: common code | nobu | 2012-12-12 | 1 | -8/+2 |
* | fix typos for r38298 | kazu | 2012-12-11 | 1 | -7/+7 |
* | * fix the behavior when a module is included into a refinement. | shugo | 2012-12-10 | 1 | -6/+5 |
* | compile.c, vm_insnhelper.c: flip-flop without hidden string key | nobu | 2012-12-10 | 1 | -15/+11 |
* | * vm_insnhelper.c (vm_call_opt_send): Kernel#send should not use | shugo | 2012-12-09 | 1 | -1/+3 |
* | * vm_insnhelper.c (vm_search_normal_superclass): super in a | shugo | 2012-12-08 | 1 | -2/+8 |
* | * eval.c (rb_mod_refine): raise an ArgumentError if a given | shugo | 2012-12-08 | 1 | -2/+0 |
* | * vm_eval.c (yield_under, eval_under): do not activate refinements | shugo | 2012-12-07 | 1 | -66/+2 |
* | * revised r37993 to avoid SEGV/ILL in tests. In r37993, a method | shugo | 2012-12-06 | 1 | -3/+89 |
* | * variable.c (rb_class_path_no_cache): add a function to get the class | tenderlove | 2012-12-01 | 1 | -5/+5 |
* | * revert r37993 to avoid SEGV in tests. | shugo | 2012-11-30 | 1 | -91/+3 |
* | * vm.c: add a return hook when a method raises an exception. | tenderlove | 2012-11-29 | 1 | -3/+3 |
* | * vm_method.c (rb_method_entry_make): add a method entry with | shugo | 2012-11-29 | 1 | -3/+91 |
* | * probes.d: Change function-entry probe to method-entry. | tenderlove | 2012-11-28 | 1 | -6/+6 |
* | * vm_insnhelper.c (vm_call_method): fix undefined behavior. | ko1 | 2012-11-28 | 1 | -2/+3 |
* | * vm_trace.c: add two methods: | ko1 | 2012-11-20 | 1 | -6/+6 |
* | * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK, | ngoto | 2012-11-18 | 1 | -0/+1 |
* | * vm_insnhelper.c (vm_call_cfunc_with_frame): don't use ci after | ko1 | 2012-11-13 | 1 | -41/+46 |
* | * vm_insnhelper.c (vm_caller_setup_args): save and restore | ko1 | 2012-11-13 | 1 | -2/+13 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -0/+7 |
* | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo), | shugo | 2012-11-12 | 1 | -14/+3 |
* | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): | shugo | 2012-11-11 | 1 | -3/+14 |
* | adjust style | nobu | 2012-11-06 | 1 | -1/+2 |
* | vm_insnhelper.c: fix indentation | ko1 | 2012-10-27 | 1 | -40/+40 |
* | vm_insnhelper.c: inline | nobu | 2012-10-24 | 1 | -3/+3 |
* | * vm_insnhelper.c (vm_call_method): remove `default' and | ko1 | 2012-10-23 | 1 | -3/+2 |
* | * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME): | ko1 | 2012-10-23 | 1 | -52/+144 |