aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
Commit message (Expand)AuthorAgeFilesLines
* * 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