From cc2334bd7bdeae8e91397576020d397a3d04af5f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 11 Oct 2005 12:42:50 +0000 Subject: * eval.c (rb_obj_respond_to): check if obj responds to the given method with the given visibility. [ruby-dev:27408] * eval.c (rb_respond_to): conform to Object#respond_to?. [ruby-dev:27411] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f1cc20636..9ec0b37945 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Tue Oct 11 21:30:11 2005 Nobuyoshi Nakada +Tue Oct 11 21:41:58 2005 Nobuyoshi Nakada * configure.in (RUBY_FUNC_ATTRIBUTE): check prefixed attribute form first. [ruby-dev:27398] @@ -9,10 +9,10 @@ Tue Oct 11 21:30:11 2005 Nobuyoshi Nakada * util.h (qsort): removed the definition incompatible to ANSI. fixed: [ruby-core:06147] -Mon Oct 10 00:09:54 2005 Nobuyoshi Nakada + * eval.c (rb_obj_respond_to): check if obj responds to the given + method with the given visibility. [ruby-dev:27408] - * parse.y (ripper_initialize): rollback obj_respond_to(). - fixed: [ruby-dev:27406] + * eval.c (rb_respond_to): conform to Object#respond_to?. [ruby-dev:27411] Sat Oct 8 19:49:42 2005 Nobuyoshi Nakada -- cgit v1.2.3