From a0021cb2d75633068d8a7193559080c3c5cc5f98 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 10 Nov 2008 01:52:46 +0000 Subject: * lib/delegate.rb (Delegator.delegating_block): should not refer DelegateClass specific @delegate_dc_obj. a patch from Erik Hollensbe in [ruby-core:19671]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 68ad46b59..b5395f001 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Nov 10 10:50:43 2008 Yukihiro Matsumoto + + * lib/delegate.rb (Delegator.delegating_block): should not refer + DelegateClass specific @delegate_dc_obj. a patch from Erik + Hollensbe in [ruby-core:19671]. + Mon Nov 10 09:54:21 2008 NAKAMURA Usaku * win32/win32.c (ifs_open_socket): should retry without proto_buffer -- cgit