summaryrefslogtreecommitdiff
path: root/vm_method.c
AgeCommit message (Expand)Author
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
2015-06-03* vm_method.c: rename `rb_frame_...' to `rb_scope_...'.ko1
2015-06-03* method.h: split rb_method_definition_t::flag to several flags.ko1
2015-06-02* vm_method.c (rb_method_definition_set): remove a double assignment.mame
2015-06-02* vm_method.c (rb_alias): rename parameter names.ko1
2015-06-02* method.h: remove rb_method_iseq_t::iseqval.ko1
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-06-01* vm_method.c (rb_method_entry_make): do not show warning messageko1
2015-06-01* class.c: remove needless include pragmra for method.h.ko1
2015-05-31vm_method.c: suppress warningnobu
2015-05-31* eval_intern.h, vm_method.c: move macros to functions.ko1
2015-05-30fix indentko1
2015-05-30* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko1
2015-05-30* vm_method.c (rb_unlink_method_entry): make it static.ko1
2015-05-30* method.h, vm_method.c (rb_free_method_entry): constify a parameter.ko1
2015-05-26* vm_method.c (rb_alias): should resolve refined methods.shugo
2015-05-21* iseq.c: constify.ko1
2015-05-21* vm_method.c: Remove private attribute warning [Bug #10967]zzak
2015-03-08* internal.h: define rb_cref_t and change to use it.ko1
2015-03-08* internal.h: define CREF accessor macros.ko1
2015-03-06* fix namespace issue on singleton class expressions. [Bug #10943]ko1
2015-02-06revert r45487nobu
2015-02-03* vm_method.c (remove_method): When remove refinedshugo
2015-01-19class.c: add callback argumentnobu
2015-01-18vm_method.c: method defined should not use refinements.nobu
2015-01-12method.h: UNDEFINED_REFINED_METHOD_Pnobu
2015-01-12vm_method.c: NameError at refined method aliasnobu
2015-01-08vm_method.c: no super klass, no original method entrynobu
2015-01-08vm_method.c: fix change refined new method visibilitynobu
2014-11-25vm_method.c: preserve encodingsnobu
2014-11-25vm_method.c: preserve encodingsnobu
2014-11-05intern.h: deprecate disable and enable supernobu
2014-10-23vm_method.c: get rid of cachenobu
2014-10-23vm_method.c: no redefinition warnings for undefined methodsnobu
2014-09-18vm_method.c: configurable global method cache sizenobu
2014-09-17vm_method.c: single expressionnobu
2014-09-12vm_method.c: should not modify frozen objectsnobu
2014-08-12vm_method.c (release_method_definition): use rb_free_method_entrynormal
2014-07-30thread.c, vm_method.c: avoid inadvertent pin-downnobu
2014-07-09* parse.y: change Symbol <-> ID relationship to avoidko1
2014-06-18constify parametersnobu
2014-06-16vm_method.c: no RTEST on mere flagnobu
2014-06-15vm_method.c: separate ID selectionnobu
2014-03-31variable.c, vm_method.c: pin downnobu
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-03-23vm_method.c fix commit missnobu
2014-03-23vm_method.c: check if klass is 0nobu
2014-03-20vm_method.c: fix infinite recursionnobu
2014-03-15vm_method.c: cast via VALUEnobu