summaryrefslogtreecommitdiff
path: root/vm_method.c
AgeCommit message (Expand)Author
2010-07-21* vm_method.c (rb_method_boundp): revert r28543, r28564.naruse
2010-07-07* vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu
2010-07-05* vm_method.c (rb_method_boundp): Return false for protectedknu
2010-05-29* removed trailing spaces.nobu
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-11* eval_intern.h (rb_vm_get_sourceline): add prototype.nobu
2010-05-05* vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko1
2010-05-04* method.h, vm_method.c: rename some internal functions related toko1
2010-04-20* vm_method.c (rb_add_method_def): decrement alias count ofmame
2010-04-18* vm_method.c (rb_add_method_def): workarond fix for redefinitionnaruse
2010-04-09* vm_method.c (rb_add_method): clear attr.location before rb_ary_new3.wanabe
2010-03-24* vm_method.c (rb_add_method): prototype of rb_vm_get_sourceline.nobu
2010-03-22* proc.c (rb_method_location): return attr's location if it is setup.wanabe
2010-01-20 * common.mk (compile.$(OBJEXT)): dependencies lacking.shyouhei
2010-01-08* vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame
2009-11-26* removed spaces just before tabs.nobu
2009-11-18* vm_method.c (rb_undef): should raise TypeError if klass is nil.shugo
2009-11-17* vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo
2009-10-17* vm_method.c (basic_obj_respond_to): call #respond_to_missing?matz
2009-10-09* vm_method.c (rb_method_boundp): should exclude NOEX_RESPONDS.matz
2009-10-04* vm_method.c (basic_obj_respond_to): should not callmatz
2009-10-03* vm_method.c (rb_add_method_def): no redefinition warning onnobu
2009-09-30* vm_method.c (rb_add_method_def): show the location wherenobu
2009-09-29* vm_method.c (rb_method_definition_eq): non-null definition isnobu
2009-09-29* vm_method.c (rb_add_method_def): nothing to do if old method hadnobu
2009-09-29* vm_method.c (rb_method_entry_eq): fixed a message.nobu
2009-09-28git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz
2009-09-27* vm_method.c (rb_method_entry_eq): suppressed a warning.nobu
2009-09-26* vm_method.c (rb_method_entry_eq): method defined from samematz
2009-09-25* vm_method.c (check_definition): fixed typo.nobu
2009-09-25* vm_method.c (obj_respond_to_missing): added rdoc.nobu
2009-09-25* vm_method.c (rb_mod_method_defined): should return true or false.nobu
2009-09-25* vm_method.c (rb_mod_method_defined): should return true or false.nobu
2009-09-23* vm_method.c (basic_obj_respond_to): new function to fundamentalmatz
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu
2009-09-13* vm_method.c (rb_add_method_def): no warning for inheritednobu
2009-09-12* vm_method.c (CALL_METHOD_HOOK): refined with macro.nobu
2009-09-12* vm_method.c (remove_method): typo fixed.nobu
2009-09-12* vm_method.c (rb_remove_method_id): no definition body isnobu
2009-09-12* vm_method.c (rb_alias): hooks are called from rb_add_method_def.nobu
2009-09-12* vm_method.c (rb_add_method, rb_add_method_me): call method addednobu
2009-08-28* method.h (rb_method_definition_t): split from rb_method_entry_tnobu
2009-08-27* vm_method.c (rb_remove_method_id): exported.nobu
2009-08-06* vm_method.c (rb_method_entry_eq): deals with optimized methodnobu
2009-07-22 * method.h : Commas at end of enum list not allowed as of C89shyouhei
2009-07-19* vm_method.c (me_opts): fixed optimized method aliasing.nobu
2009-07-16* vm_method.c (rb_alias): fix a case which try non-existing method alias.ko1
2009-07-15* vm_method.c: separate clearing cache entry code.ko1
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-04* vm_method.c (rb_add_method, remove_method, rb_undef): fixednobu