aboutsummaryrefslogtreecommitdiffstats
path: root/method.h
Commit message (Expand)AuthorAgeFilesLines
* * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko12010-05-051-0/+7
* * gc.c (rb_mark_method_entry): renamed.nobu2010-05-041-1/+1
* * method.h (rb_gc_mark_method_entry): fixed typo.nobu2010-05-041-1/+1
* * method.h, vm_method.c: rename some internal functions related toko12010-05-041-4/+6
* * proc.c (rb_method_location): return attr's location if it is setup.wanabe2010-03-221-1/+6
* * vm_method.c (basic_obj_respond_to): should not callmatz2009-10-041-1/+2
* * method.h (rb_method_type_t): remove a comma at end ofnaruse2009-10-021-1/+1
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz2009-09-281-1/+2
* * vm_eval.c (rb_call0): gets rid of checking method cache twice.yugui2009-08-291-0/+2
* * method.h (rb_method_definition_t): split from rb_method_entry_tnobu2009-08-281-5/+12
* * method.c (rb_method_entry_t): body.proc should be marked.nobu2009-08-261-1/+1
* * method.h : Commas at end of enum list not allowed as of C89shyouhei2009-07-221-3/+3
* * method.h: properties.nobu2009-07-161-78/+78
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-0/+78