aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_push_frame): change type of stack_max to size_t.ko12013-08-061-2/+2
* * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.ko12013-08-061-13/+9
* * vm_insnhelper.c (vm_expandarray): use RARRAY_RAWPTR() instead ofko12013-07-241-5/+6
* * vm_insnhelper.c (vm_call_method): ensure methods of typecharliesome2013-06-181-1/+1
* * include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj2013-06-171-7/+3
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-4/+0
* Add more comment about r41041naruse2013-06-041-3/+7
* * vm_insnhelper.c (vm_yield_setup_block_args): add comment for r41041.nobu2013-06-031-0/+2
* * vm_insnhelper.c (vm_yield_setup_block_args): partially revert r41019.naruse2013-06-021-0/+3
* vm_insnhelper.c: extract keyword arguments after splatnobu2013-06-011-5/+6
* vm_insnhelper.c: add commentsnobu2013-06-011-4/+3
* * vm_insnhelper.c (vm_callee_setup_keyword_arg,mame2013-05-301-4/+4
* vm_insnhelper.c: suppress warningnobu2013-05-271-1/+1
* * hash.c (rb_hash_tbl_raw), internal.h: added.ko12013-05-261-4/+4
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-1/+1
* insns.def: refactor by wanabenobu2013-05-051-6/+16
* vm_insnhelper.c: non-symbol keynobu2013-04-121-6/+38
* vm_insnhelper.c: check required kwarg with resthashnobu2013-03-211-3/+6
* required keyword argumentsnobu2013-03-121-6/+29
* vm_insnhelper.c: compare with me in method top cfpnobu2013-02-241-4/+24
* * vm_insnhelper.c: attr_writer should return its argument [Bug #7773]marcandre2013-02-061-5/+5
* * vm_insnhelper.c (vm_search_super_method): raise a TypeErrorshugo2013-01-101-1/+7
* vm_insnhelper.c: keyrest should not overwrite rest argnobu2013-01-071-7/+19
* * vm_insnhelper.c: set keyword hash on Proc/block calls.ktsj2012-12-301-23/+35
* use RB_TYPE_Pnobu2012-12-291-2/+2
* vm_insnhelper.c: no splat single opt argnobu2012-12-281-1/+1
* * vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): moveko12012-12-251-7/+13
* * method.h: remove `VM_METHOD_TYPE_CFUNC_FRAMELESS' method type.ko12012-12-171-29/+0
* * vm_insnhelper.c (vm_call_super_method): remove volatile introducedshugo2012-12-141-7/+14
* * vm_insnhelper.c (vm_call_super_method): a workaround for theshugo2012-12-131-0/+5
* * method.h: remove "VM_METHOD_TYPE__MAX" from rb_method_type_t.ko12012-12-131-2/+0
* method.h: NOEX_SAFE_SHIFT_OFFSETnobu2012-12-121-0/+2
* vm_insnhelper.c: no warnings for non-objectnobu2012-12-121-0/+2
* vm_insnhelper.c: common codenobu2012-12-121-8/+2
* fix typos for r38298kazu2012-12-111-7/+7
* * fix the behavior when a module is included into a refinement.shugo2012-12-101-6/+5
* compile.c, vm_insnhelper.c: flip-flop without hidden string keynobu2012-12-101-15/+11
* * vm_insnhelper.c (vm_call_opt_send): Kernel#send should not useshugo2012-12-091-1/+3
* * vm_insnhelper.c (vm_search_normal_superclass): super in ashugo2012-12-081-2/+8
* * eval.c (rb_mod_refine): raise an ArgumentError if a givenshugo2012-12-081-2/+0
* * vm_eval.c (yield_under, eval_under): do not activate refinementsshugo2012-12-071-66/+2
* * revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo2012-12-061-3/+89
* * variable.c (rb_class_path_no_cache): add a function to get the classtenderlove2012-12-011-5/+5
* * revert r37993 to avoid SEGV in tests.shugo2012-11-301-91/+3
* * vm.c: add a return hook when a method raises an exception.tenderlove2012-11-291-3/+3
* * vm_method.c (rb_method_entry_make): add a method entry withshugo2012-11-291-3/+91
* * probes.d: Change function-entry probe to method-entry.tenderlove2012-11-281-6/+6
* * vm_insnhelper.c (vm_call_method): fix undefined behavior.ko12012-11-281-2/+3
* * vm_trace.c: add two methods:ko12012-11-201-6/+6
* * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK,ngoto2012-11-181-0/+1