aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* vm_method.c: preserve encodingsnobu2014-11-251-2/+2
* vm_method.c: preserve encodingsnobu2014-11-251-5/+5
* intern.h: deprecate disable and enable supernobu2014-11-051-15/+0
* vm_method.c: get rid of cachenobu2014-10-231-1/+2
* vm_method.c: no redefinition warnings for undefined methodsnobu2014-10-231-1/+1
* vm_method.c: configurable global method cache sizenobu2014-09-181-3/+35
* vm_method.c: single expressionnobu2014-09-171-1/+1
* vm_method.c: should not modify frozen objectsnobu2014-09-121-2/+2
* vm_method.c (release_method_definition): use rb_free_method_entrynormal2014-08-121-2/+1
* thread.c, vm_method.c: avoid inadvertent pin-downnobu2014-07-301-1/+1
* * parse.y: change Symbol <-> ID relationship to avoidko12014-07-091-5/+5
* constify parametersnobu2014-06-181-3/+3
* vm_method.c: no RTEST on mere flagnobu2014-06-161-1/+1
* vm_method.c: separate ID selectionnobu2014-06-151-5/+9
* variable.c, vm_method.c: pin downnobu2014-03-311-0/+2
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-5/+5
* vm_method.c fix commit missnobu2014-03-231-1/+1
* vm_method.c: check if klass is 0nobu2014-03-231-1/+1
* vm_method.c: fix infinite recursionnobu2014-03-201-2/+9
* vm_method.c: cast via VALUEnobu2014-03-151-3/+3
* vm_method.c: disable GMC writing if GMC is disablednormal2014-03-021-12/+24
* * vm_insnhelper.c (vm_call_method): should check ci->me->flag ofshugo2014-02-131-0/+1
* vm_method.c: use RCLASS_SERIAL macro instead of direct accesstmm12013-12-201-2/+2
* fix typo: s/POWOR/POWER/tmm12013-12-201-2/+2
* vm_method: set automaticallynobu2013-12-201-1/+6
* * vm_method.c: check definition ofko12013-12-201-0/+5
* * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko12013-12-201-8/+8