summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2012-08-26suppress warningsnobu
2012-08-23remove trailing spaces.nobu
2012-08-23* include/ruby/ruby.h: introduce flonum technique forko1
2012-08-22* vm_insnhelper.c (vm_setup_method): fix last commit.ko1
2012-08-22* vm_insnhelper.c (vm_setup_method): should not enable tail callshugo
2012-08-20vm_insnhelper.c: iclass as klass in cfpnobu
2012-08-08* compile.c, insns.def (checkmatch):ko1
2012-08-06* include/ruby/ruby.h, eval.c, vm_insnhelper.c: fix typo.shugo
2012-08-03vm_insnhelper.c: no recvnobu
2012-08-02* vm_insnhelper.c (rb_vm_using_modules): fix indent.ktsj
2012-08-02* vm_insnhelper.c (vm_call_method): remove garbage spaces.nobu
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-08-02* class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo
2012-08-01RB_TYPE_P BUILTIN_TYPEnobu
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1
2012-07-18vm.c: remove unused variablesnobu
2012-07-04__callee__ fixnobu
2012-06-27Module#prependnobu
2012-06-11* vm_core.h: remove lfp (local frame pointer) and renameko1
2012-06-04* vm_core.h (rb_location_t): fix type and field name.ko1
2012-05-24Feature #5896nobu
2012-05-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2012-05-22* vm_core.h: add a data type rb_location_t to store iseq locationko1
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-03-16* vm_insnhelper.c (argument_error): use line number at the beginningnobu
2012-03-15* adjust style.nobu
2012-03-14* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre
2012-03-14* vm_insnhelper.c: improve number of arguments error in case ofmarcandre
2012-03-13* compile.c (iseq_set_arguments): keyword rest arg without keyword args.nobu
2012-01-30* vm_eval.c (vm_call0): should pass block to enumerators. patchednobu
2012-01-20* vm.c (vm_exec): remove workaround for LLVM because r34278 fixes it.naruse
2011-12-27* vm_insnhelper.c (unknown_keyword_error): add GC guard to preventnagachika
2011-12-26* vm_insnhelper.c (unknown_keyword_error): make it kind a error message when ...mame
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame
2011-12-12* vm_insnhelper.c (vm_yield_setup_block_args): splat singlenobu
2011-12-05* bignum.c (big_rshift), compile.c (validate_label,nobu
2011-10-27* vm_insnhelper.c (vm_call_cfunc): adding back useless hack. For sometenderlove
2011-10-06fix typoskazu
2011-10-06* vm_eval.c (make_no_method_execption): extract fromnobu
2011-10-05* vm_insnhelper.c (vm_call_cfunc): remove useless hack.naruse
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-09-21* vm_insnhelper.c (vm_call_cfunc): suppress a warning. note thatnobu
2011-09-20Avoid cfp consistency error by LLVM.naruse
2011-09-20* vm_insnhelper.c (vm_get_cvar_base): reduce duplicated checks andnobu
2011-09-02* vm_insnhelper.c (vm_search_const_defined_class): searchnobu
2011-09-01* insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu
2011-08-31* Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi
2011-08-30* vm_insnhelper.c (vm_call_cfunc): revert r33112. RB_GC_GUARD macrousa