From 4d5513d4697170120a2068e18263d416d5cd9d8b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 2 Sep 2005 14:53:02 +0000 Subject: * lib: do not use __send__ to access private methods. [ruby-dev:26935] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72da817fa..f36aa6fe2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,21 +1,25 @@ +Fri Sep 2 23:51:54 2005 Nobuyoshi Nakada + + * lib: do not use __send__ to access private methods. [ruby-dev:26935] + Fri Sep 2 03:29:00 2005 Keiju Ishitsuka * lib/irb/init.rb: make IRB -I option that is same befavior for ruby. [ruby-dev:26872], [ruby-dev: 26920] * lib/irb/locale.rb: support to print help message when OS locale is ja_JP.utf-8. [ruby-dev:26872] - + Thu Sep 1 17:11:25 2005 Yukihiro Matsumoto * eval.c (rb_call0): wrong condition for $SAFE restoration. Thu Sep 1 14:12:45 2005 Hidetoshi NAGAI - * ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn't - work (gives wrong order of arguments). + * ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn't + work (gives wrong order of arguments). - * ext/tk/lib/multi-tk.rb: add MultiTkIp#invoke_hidden_on_namespace - to support '-namespace' option of 'interp invokehidden' command + * ext/tk/lib/multi-tk.rb: add MultiTkIp#invoke_hidden_on_namespace + to support '-namespace' option of 'interp invokehidden' command on Tcl8.5. Wed Aug 31 14:43:15 2005 NAKAMURA Usaku @@ -124,7 +128,7 @@ Wed Aug 17 00:05:46 2005 Yukihiro Matsumoto where a method is defined . * eval.c (rb_call0): restore preserved safe level in the method - execution. + execution. Mon Aug 15 00:38:51 2005 Nobuyoshi Nakada -- cgit