summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2014-04-11proc.c: fix super in bound UnboundMethodnobu
2014-04-11vm_insnhelper.c: preserve encodingsnobu
2014-03-13vm_insnhelper.c: relax arity checknobu
2014-03-12vm_insnhelper.c: disable fastpath if splatnobu
2014-03-12vm_insnhelper.c: inline functionnobu
2014-02-13* vm_insnhelper.c (vm_call_method): should check ci->me->flag ofshugo
2014-02-08vm_insnhelper.c: adjust indentnobu
2014-01-10vm_insnhelper.c: boudn method transplantingnobu
2014-01-08vm_insnhelper.c: revive r44455 for bound module methodnobu
2013-12-29proc.c: fix inherited method ownernobu
2013-12-28vm_insnhelper.c: missing super in method modulenobu
2013-12-25* vm_insnhelper.c (argument_error): insert dummy frame to makeko1
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-19vm_insnhelper.c: optimize for looptmm1
2013-12-14vm_insnhelper.c: post arguments as mandatorynobu
2013-12-09* internal.h (RCLASS_SERIAL): Add RCLASS_SERIAL as a conveniencecharliesome
2013-12-09* compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h,charliesome
2013-12-08class.c, vm_insnhelper.c: check unknown keywordsnobu
2013-12-08gc.c: promote long-lived NODE_CREF objects to oldgentmm1
2013-12-06class.c: move kwarg functionsnobu
2013-12-06vm_insnhelper.c: rb_get_kwargsnobu
2013-11-30vm_insnhelper.c: keyword hash functionsnobu
2013-11-29* vm_insnhelper.c (check_match): Fix SEGV with VM_CHECKMATCH_TYPE_CASEsorah
2013-11-09* insns.def: unify ic_constant_serial and ic_class_serial into one fieldcharliesome
2013-11-09* class.c: unify names of vm state version counters to 'serial'.charliesome
2013-10-29* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: splitcharliesome
2013-10-17* vm_insnhelper.c (vm_call_method): set ci->me to 0 when theshugo
2013-10-07* proc.c: catch up last commit.ko1
2013-10-07* iseq.c, internal.h: change to public (but internal) functionsko1
2013-09-29* vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):ktsj
2013-09-25* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko1
2013-09-22* vm_insnhelper.c (vm_make_proc_with_iseq): fix bug message.ktsj
2013-09-09vm_insnhelper.c: debuggingnobu
2013-09-09eval.c, vm_insnhelper.c: adjust stylenobu
2013-09-07* vm_eval.c (vm_call0): fix prototype, the id parameter should be ofcharliesome
2013-09-05* vm_insnhelper.c (vm_getivar): use class sequence to check classcharliesome
2013-09-04* vm_insnhelper.c (vm_search_method): no need to check klass == ci->klasscharliesome
2013-09-04* class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,charliesome
2013-09-02* vm_insnhelper.c (vm_search_super_method): use ci->argc instead ofko1
2013-08-29vm_insnhelper.c: fix zsuper in prependednobu
2013-08-27array.c: optimized equalitynobu
2013-08-27vm_insnhelper.c: reduce duplicationnobu
2013-08-27vm_insnhelper.h: RBASIC_CLASSnobu
2013-08-20* insns.def: fix regexp's once option behavior.ko1
2013-08-09* vm_insnhelper.c (vm_invoke_block): returning from lambda procktsj
2013-08-06* vm_insnhelper.c (vm_push_frame): change type of stack_max to size_t.ko1
2013-08-06* vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.ko1
2013-07-24* vm_insnhelper.c (vm_expandarray): use RARRAY_RAWPTR() instead ofko1
2013-06-18* vm_insnhelper.c (vm_call_method): ensure methods of typecharliesome
2013-06-17* include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj