From 9328cf57a096563eebc512a71a314b3a3dd4e02e Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 30 Aug 2005 04:27:41 +0000 Subject: * eval.c (rb_f_send): do not call private methods if the receiver is specified. [ruby-talk:153672] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bfc7fa761..a4cebcfbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 30 12:45:15 2005 Yukihiro Matsumoto + + * eval.c (rb_f_send): do not call private methods if the receiver + is specified. [ruby-talk:153672] + Mon Aug 29 19:47:18 2005 Hirokazu Yamamoto * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870] @@ -34,7 +39,6 @@ Sat Aug 27 20:13:31 2005 Hirokazu Yamamoto * ext/curses/view.rb: String =~ String is deprecated. ->>>>>>> 1.4509 Thu Aug 25 15:48:58 2005 Hirokazu Yamamoto * ext/win32ole/win32ole.c: supress warnings. (win32) -- cgit