summaryrefslogtreecommitdiff
path: root/vm_method.c
AgeCommit message (Expand)Author
2013-06-22* class.c (rb_include_class_new), eval.c (rb_using_refinement):ko1
2013-06-21* include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for secondko1
2013-06-14* class.c, include/ruby/ruby.h: add write barriers for T_CLASS,ko1
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-06vm_method.c: change argument of set_visibilitynobu
2013-06-06vm_method.c: top_private rdocnobu
2013-05-31vm_method.c: extract set_visibilitynobu
2013-05-25no clearing method cachenobu
2013-05-25vm_method.c: quote method namenobu
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-05-13vm_method.c: rb_method_entry_atnobu
2013-05-02id.def: predefined IDsnobu
2013-04-18vm_method.c: fix visibility on anonymous modulenobu
2013-03-24* vm_method.c (rb_sweep_method_entry): simplify code to unlink.nobu
2013-03-13vm_method.c: overrid flag of prepending methodnobu
2013-02-24* object.c: Document methods receiving string and convert to symbolzzak
2013-02-14vm_method.c: fix method_removednobu
2013-02-06vm_method.c: show respond_to locationnobu
2013-02-05vm_method.c: drop include_all flagnobu
2013-01-16vm_method.c: suppress warningsnobu
2013-01-07* vm_method.c (Init_eval_method): main.public and main.privateshugo
2012-12-30vm_method.c: idRespond_to_missingnobu
2012-12-22internal.h: quote unprintablenobu
2012-12-17* method.h: remove `VM_METHOD_TYPE_CFUNC_FRAMELESS' method type.ko1
2012-12-10* vm_method.c (rb_method_entry_without_refinements): useshugo
2012-12-09* vm_insnhelper.c (vm_call_opt_send): Kernel#send should not useshugo
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-12-01time.c, vm_method.c: update rdocnobu
2012-12-01vm_method.c: privatenobu
2012-12-01vm_method.c: make initialize methods privatenobu
2012-11-30* revert r37993 to avoid SEGV in tests.shugo
2012-11-29* vm_method.c (rb_method_entry_make): add a method entry withshugo
2012-11-13* vm_insnhelper.c (vm_call_cfunc_with_frame): don't use ci afterko1
2012-11-07* eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a createdshugo
2012-10-25* include/ruby/ruby.h, class.c: remove (revert)ko1
2012-10-23* vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):ko1
2012-10-19* method.h (rb_method_cfunc_t::invoker): add new field (func ptr)ko1
2012-10-18vm_method.c: check arity earliernobu
2012-10-18* class.c (rb_define_frameless_method): rename fromko1
2012-10-15* method.h: introduce new method type VM_METHOD_TYPE_CFUNC_FAST.ko1
2012-10-08* eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,shugo
2012-10-06* vm_opts.h (OPT_GLOBAL_METHOD_CACHE): new build option toshugo
2012-10-06* vm_method.c (search_method): check omod only once for performance.shugo
2012-09-28* vm_method.c (search_method): copy refinement iclasses to searchshugo
2012-09-27* eval.c (rb_overlay_module, rb_mod_refine): accept a module as theshugo
2012-09-08internal.h: allocator function in rb_classext_tnobu
2012-08-07* vm_method.c (rb_redefine_opt_method): use RCLASS_ORIGIN to avoidshugo
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