summaryrefslogtreecommitdiff
path: root/vm_method.c
AgeCommit message (Expand)Author
2008-12-27* vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko1
2008-12-15* vm_eval.c (vm_call_super): uses method_missing().nobu
2008-12-04* vm_method.c (rb_obj_respond_to): Remove a duplicated rdocknu
2008-10-05* vm_method.c (rb_mod_modfunc): method undefined in included modulenobu
2008-09-23* common.mk: clean upko1
2008-08-28* vm_method.c (rb_method_node): fail earlier if no method found.matz
2008-08-16* include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-08-04* array.c (rb_ary_sort_bang): respect overridden <=> for String andnobu
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-24* eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko1