aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_method.c (rb_clear_cache_by_class): just return if the class hasakr2010-11-021-0/+3
* * array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu2010-10-241-5/+2
* Commit miss.nobu2010-10-191-2/+5
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-5/+2
* * compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu2010-10-121-2/+3
* * vm_method.c (rb_method_boundp): revert r28543, r28564.naruse2010-07-211-11/+10
* * vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu2010-07-071-11/+11
* * vm_method.c (rb_method_boundp): Return false for protectedknu2010-07-051-2/+3
* * removed trailing spaces.nobu2010-05-291-1/+1
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-18/+18
* * eval_intern.h (rb_vm_get_sourceline): add prototype.nobu2010-05-111-1/+0
* * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko12010-05-051-16/+43
* * method.h, vm_method.c: rename some internal functions related toko12010-05-041-13/+16
* * vm_method.c (rb_add_method_def): decrement alias count ofmame2010-04-201-0/+8
* * vm_method.c (rb_add_method_def): workarond fix for redefinitionnaruse2010-04-181-2/+8
* * vm_method.c (rb_add_method): clear attr.location before rb_ary_new3.wanabe2010-04-091-2/+1
* * vm_method.c (rb_add_method): prototype of rb_vm_get_sourceline.nobu2010-03-241-0/+1
* * proc.c (rb_method_location): return attr's location if it is setup.wanabe2010-03-221-2/+13
* * common.mk (compile.$(OBJEXT)): dependencies lacking.shyouhei2010-01-201-3/+3
* * vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame2010-01-081-1/+11
* * removed spaces just before tabs.nobu2009-11-261-1/+1
* * vm_method.c (rb_undef): should raise TypeError if klass is nil.shugo2009-11-181-0/+3
* * vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo2009-11-171-0/+4
* * vm_method.c (basic_obj_respond_to): call #respond_to_missing?matz2009-10-171-4/+4
* * vm_method.c (rb_method_boundp): should exclude NOEX_RESPONDS.matz2009-10-091-1/+1
* * vm_method.c (basic_obj_respond_to): should not callmatz2009-10-041-9/+12
* * vm_method.c (rb_add_method_def): no redefinition warning onnobu2009-10-031-0/+1
* * vm_method.c (rb_add_method_def): show the location wherenobu2009-09-301-0/+19
* * vm_method.c (rb_method_definition_eq): non-null definition isnobu2009-09-291-3/+2
* * vm_method.c (rb_add_method_def): nothing to do if old method hadnobu2009-09-291-2/+9
* * vm_method.c (rb_method_entry_eq): fixed a message.nobu2009-09-291-1/+1
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz2009-09-281-0/+2
* * vm_method.c (rb_method_entry_eq): suppressed a warning.nobu2009-09-271-1/+1
* * vm_method.c (rb_method_entry_eq): method defined from samematz2009-09-261-1/+1
* * vm_method.c (check_definition): fixed typo.nobu2009-09-251-1/+1
* * vm_method.c (obj_respond_to_missing): added rdoc.nobu2009-09-251-0/+12
* * vm_method.c (rb_mod_method_defined): should return true or false.nobu2009-09-251-2/+2
* * vm_method.c (rb_mod_method_defined): should return true or false.nobu2009-09-251-3/+7
* * vm_method.c (basic_obj_respond_to): new function to fundamentalmatz2009-09-231-10/+27
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-7/+7
* * vm_method.c (rb_add_method_def): no warning for inheritednobu2009-09-131-1/+2
* * vm_method.c (CALL_METHOD_HOOK): refined with macro.nobu2009-09-121-21/+18
* * vm_method.c (remove_method): typo fixed.nobu2009-09-121-1/+1
* * vm_method.c (rb_remove_method_id): no definition body isnobu2009-09-121-13/+11
* * vm_method.c (rb_alias): hooks are called from rb_add_method_def.nobu2009-09-121-15/+0
* * vm_method.c (rb_add_method, rb_add_method_me): call method addednobu2009-09-121-3/+10
* * method.h (rb_method_definition_t): split from rb_method_entry_tnobu2009-08-281-101/+106
* * vm_method.c (rb_remove_method_id): exported.nobu2009-08-271-4/+8
* * vm_method.c (rb_method_entry_eq): deals with optimized methodnobu2009-08-061-0/+2
* * method.h : Commas at end of enum list not allowed as of C89shyouhei2009-07-221-1/+2