From 4292fd7798b6fe31aec8dd2da9c8acab1f2bb518 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 22 Oct 2013 09:29:53 +0000 Subject: * lib/pp.rb (object_address_group): Use Kernel#to_s to obtain the class name and object address. This fix a problem caused by %p in C generates variable length address. Reported by ko1 via IRC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d9c9fe9ecf..d7bfb27db4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Oct 22 18:26:12 2013 Tanaka Akira + + * lib/pp.rb (object_address_group): Use Kernel#to_s to obtain the class + name and object address. + This fix a problem caused by %p in C generates variable length + address. + Reported by ko1 via IRC. + Tue Oct 22 16:57:48 2013 Benoit Daloze * file.c (File#expand_path): [DOC] improve documentation of File#expand_path. -- cgit v1.2.3