From a835b366d9e4f18d466c0a79118d8a4c0a883083 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 4 Aug 2008 18:29:55 +0000 Subject: * array.c (rb_ary_sort_bang): respect overridden <=> for String and Fixnum. [ruby-core:17708] * include/ruby/node.h (NOEX_BASIC): basic definition method flag. * include/ruby/intern.h, vm_method.c (rb_method_basic_definition_p): new function to check if the method is not redefined after the initialization. * vm_method.c (rb_obj_respond_to): use rb_method_basic_definition_p. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 62a549380..4a29363cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Tue Aug 5 03:29:52 2008 Nobuyoshi Nakada + + * array.c (rb_ary_sort_bang): respect overridden <=> for String and + Fixnum. [ruby-core:17708] + + * include/ruby/node.h (NOEX_BASIC): basic definition method flag. + + * include/ruby/intern.h, vm_method.c (rb_method_basic_definition_p): + new function to check if the method is not redefined after the + initialization. + + * vm_method.c (rb_obj_respond_to): use rb_method_basic_definition_p. + Mon Aug 4 20:39:06 2008 Yuki Sonoda (Yugui) * Makefile.in (update-rubyspec): renamed the rubyspec directory -- cgit