aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko12008-12-271-3/+7
* * vm_eval.c (vm_call_super): uses method_missing().nobu2008-12-151-12/+4
* * vm_method.c (rb_obj_respond_to): Remove a duplicated rdocknu2008-12-041-10/+1
* * vm_method.c (rb_mod_modfunc): method undefined in included modulenobu2008-10-051-1/+1
* * common.mk: clean upko12008-09-231-2/+1
* * vm_method.c (rb_method_node): fail earlier if no method found.matz2008-08-281-2/+3
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-4/+5
* * array.c (rb_ary_sort_bang): respect overridden <=> for String andnobu2008-08-041-5/+10
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-0/+2
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1
* * eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko12008-05-241-0/+1145