aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
* * proc.c: catch up last commit.ko12013-10-071-1/+1
* * iseq.c, internal.h: change to public (but internal) functionsko12013-10-071-1/+1
* * vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):ktsj2013-09-291-0/+9
* * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko12013-09-251-3/+3
* * vm_insnhelper.c (vm_make_proc_with_iseq): fix bug message.ktsj2013-09-221-1/+1
* vm_insnhelper.c: debuggingnobu2013-09-091-3/+30
* eval.c, vm_insnhelper.c: adjust stylenobu2013-09-091-1/+2
* * vm_eval.c (vm_call0): fix prototype, the id parameter should be ofcharliesome2013-09-071-4/+9
* * vm_insnhelper.c (vm_getivar): use class sequence to check classcharliesome2013-09-051-6/+4
* * vm_insnhelper.c (vm_search_method): no need to check klass == ci->klasscharliesome2013-09-041-1/+1
* * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,charliesome2013-09-041-2/+4
* * vm_insnhelper.c (vm_search_super_method): use ci->argc instead ofko12013-09-021-1/+1
* vm_insnhelper.c: fix zsuper in prependednobu2013-08-291-3/+6
* array.c: optimized equalitynobu2013-08-271-0/+12
* vm_insnhelper.c: reduce duplicationnobu2013-08-271-7/+4
* vm_insnhelper.h: RBASIC_CLASSnobu2013-08-271-4/+4
* * insns.def: fix regexp's once option behavior.ko12013-08-201-2/+35
* * vm_insnhelper.c (vm_invoke_block): returning from lambda procktsj2013-08-091-2/+5
* * 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