aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
Commit message (Expand)AuthorAgeFilesLines
...
* vm_eval.c: share with rb_obj_respond_tonobu2015-08-201-5/+20
* vm_method.c: reuse method entrynobu2015-08-191-5/+12
* * id_table.h: introduce ID key table.ko12015-08-121-15/+17
* * vm_method.c: typo fix [fix GH-993][ci skip] Patch by @0x0deahsbt2015-08-111-8/+8
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-10/+7
* * method.h: introduce rb_callable_method_entry_t to removeko12015-07-031-96/+214
* vm_method.c: remove unused codenobu2015-07-011-12/+0
* vm_method.c: no NOEX macrosnobu2015-07-011-9/+4
* vm_method.c: orignial visibilitiesnobu2015-07-011-6/+8
* move RB_GC_GUARD responsibility to rb_add_method_iseqnormal2015-06-301-0/+1
* * vm_method.c (rb_method_entry_create): need to callko12015-06-251-3/+5
* * vm_method.c: make a rb_method_definition_t data (def) *after* makingko12015-06-251-107/+110
* * vm_method.c (rb_method_definition_reset): need a WB forko12015-06-241-2/+8
* vm_method.c: use the current visibilitynobu2015-06-241-10/+12
* vm_method.c: remove redundant checknobu2015-06-241-9/+2
* * method.h: embed rb_method_entry_t::attr::flags (5 bits) intoko12015-06-101-8/+6
* * vm.c: use VM_ASSERT instead of assert().ko12015-06-101-3/+3
* * method.h: back to share rb_method_definition_t byko12015-06-061-60/+40
* * internal.h: move definition of rb_cref_t to method.h.ko12015-06-051-2/+2
* * vm_method.c (rb_add_method_iseq): use intermediate struct toko12015-06-041-4/+8
* * method.h: constify rb_method_refined_t::orig_me.ko12015-06-041-11/+10
* * method.h: introduce rb_method_refined_t for refined method entry.ko12015-06-031-10/+10
* * vm_method.c: rename `rb_frame_...' to `rb_scope_...'.ko12015-06-031-10/+10
* * method.h: split rb_method_definition_t::flag to several flags.ko12015-06-031-84/+102
* * vm_method.c (rb_method_definition_set): remove a double assignment.mame2015-06-021-1/+1
* * vm_method.c (rb_alias): rename parameter names.ko12015-06-021-9/+9
* * method.h: remove rb_method_iseq_t::iseqval.ko12015-06-021-9/+10
* * method.h: make rb_method_entry_t a VALUE.ko12015-06-021-270/+278
* * vm_method.c (rb_method_entry_make): do not show warning messageko12015-06-011-1/+2
* * class.c: remove needless include pragmra for method.h.ko12015-06-011-1/+0
* vm_method.c: suppress warningnobu2015-05-311-1/+1
* * eval_intern.h, vm_method.c: move macros to functions.ko12015-05-311-5/+23
* fix indentko12015-05-301-2/+2
* * method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko12015-05-301-43/+91
* * vm_method.c (rb_unlink_method_entry): make it static.ko12015-05-301-1/+1
* * method.h, vm_method.c (rb_free_method_entry): constify a parameter.ko12015-05-301-2/+2
* * vm_method.c (rb_alias): should resolve refined methods.shugo2015-05-261-0/+3
* * iseq.c: constify.ko12015-05-211-1/+1
* * vm_method.c: Remove private attribute warning [Bug #10967]zzak2015-05-211-3/+3
* * internal.h: define rb_cref_t and change to use it.ko12015-03-081-4/+4
* * internal.h: define CREF accessor macros.ko12015-03-081-2/+2
* * fix namespace issue on singleton class expressions. [Bug #10943]ko12015-03-061-11/+35
* revert r45487nobu2015-02-061-2/+0
* * vm_method.c (remove_method): When remove refinedshugo2015-02-031-1/+7
* class.c: add callback argumentnobu2015-01-191-3/+3
* vm_method.c: method defined should not use refinements.nobu2015-01-181-1/+1
* method.h: UNDEFINED_REFINED_METHOD_Pnobu2015-01-121-6/+3
* vm_method.c: NameError at refined method aliasnobu2015-01-121-1/+3
* vm_method.c: no super klass, no original method entrynobu2015-01-081-1/+6
* vm_method.c: fix change refined new method visibilitynobu2015-01-081-1/+3