summaryrefslogtreecommitdiffstats
path: root/method.h
Commit message (Expand)AuthorAgeFilesLines
* * 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: http://svn.ruby-lang.org/repos/ruby/trunk@25129 b2dd03c8-39d4-4d8...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