summaryrefslogtreecommitdiff
path: root/vm_method.c
AgeCommit message (Expand)Author
2016-07-29rb_funcallvnobu
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-07-13* vm_method.c (method_entry_get_without_cache): checkko1
2016-06-24No respond_to? as if the default definitionnobu
2016-04-27internal.h: ONLY_FOR_INTERNAL_USEnobu
2016-03-08vm_method.c: fix aliased original namenobu
2016-03-01vm_method.c: fix assertionnobu
2016-02-24vm_method.c: for hidden objectnobu
2016-01-19* vm_method.c: fix grammar in respond_to? warning.hsbt
2016-01-03Use `rb_method_visibility_t` instead of `int` in `rb_print_undef`yui-knk
2015-12-18* vm_method.c (rb_method_entry_make, check_override_opt_method):shugo
2015-11-18* vm_method.c (rb_class_clear_method_cache): should clear allko1
2015-11-18* vm_method.c (prepare_callable_method_entry): useko1
2015-11-18* method.h: introduce the folliwing field and macros.ko1
2015-11-17revert r52614, r52615, r52617 because they cause serious errorsko1
2015-11-17* method.h (METHOD_ENTRY_COMPLEMENTED(_SET)): introduced to recognizeko1
2015-11-17* method.h: introduce rb_method_definition_t::complemented_count.ko1
2015-11-15vm_method.c: check if frozen [Fix GH-1096]nobu
2015-11-13* vm.c (vm_define_method): do not use current CREF immediately,ko1
2015-11-13* method.h: constify rb_cref_t::scope_visi;ko1
2015-10-31internal.h: RUBY_DTRACE_HOOKnobu
2015-10-30* vm_method.c: added documentation of protected/private methods.hsbt
2015-10-28NameError#receiver of uninitialized constantnobu
2015-10-26* vm_method.c(rb_method_entry_make):sorah
2015-10-24vm_method.c: remove common codenobu
2015-10-06* method.h: remove METHOD_ENTRY_SAFE(me) and related codeko1
2015-08-22vm_eval.c: cache resultsnobu
2015-08-20vm_eval.c: redefined respond_to_missing?nobu
2015-08-20vm_eval.c: share with rb_obj_respond_tonobu
2015-08-19vm_method.c: reuse method entrynobu
2015-08-12* id_table.h: introduce ID key table.ko1
2015-08-11* vm_method.c: typo fix [fix GH-993][ci skip] Patch by @0x0deahsbt
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-03* method.h: introduce rb_callable_method_entry_t to removeko1
2015-07-01vm_method.c: remove unused codenobu
2015-07-01vm_method.c: no NOEX macrosnobu
2015-07-01vm_method.c: orignial visibilitiesnobu
2015-06-30move RB_GC_GUARD responsibility to rb_add_method_iseqnormal
2015-06-25* vm_method.c (rb_method_entry_create): need to callko1
2015-06-25* vm_method.c: make a rb_method_definition_t data (def) *after* makingko1
2015-06-24* vm_method.c (rb_method_definition_reset): need a WB forko1
2015-06-24vm_method.c: use the current visibilitynobu
2015-06-24vm_method.c: remove redundant checknobu
2015-06-10* method.h: embed rb_method_entry_t::attr::flags (5 bits) intoko1
2015-06-10* vm.c: use VM_ASSERT instead of assert().ko1
2015-06-06* method.h: back to share rb_method_definition_t byko1
2015-06-05* internal.h: move definition of rb_cref_t to method.h.ko1
2015-06-04* vm_method.c (rb_add_method_iseq): use intermediate struct toko1
2015-06-04* method.h: constify rb_method_refined_t::orig_me.ko1
2015-06-03* method.h: introduce rb_method_refined_t for refined method entry.ko1