From f3ab97a87915a52545fa9947911db41cad8bc781 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 29 May 2009 08:10:10 +0000 Subject: * struct.c (Init_Struct): made #to_s an alias to #inspect to reduce the result of recursive struct. a patch from ujihisa at [ruby-dev:38554]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 537f91120..57b059aea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ +Fri May 29 17:10:08 2009 Nobuyoshi Nakada + + * struct.c (Init_Struct): made #to_s an alias to #inspect to + reduce the result of recursive struct. a patch from ujihisa a + [ruby-dev:38554]. + Fri May 29 17:08:23 2009 Nobuyoshi Nakada * hash.c (Init_Hash): made #to_s an alias to #inspect to reduce - the result of recursive array. a patch from ujihisa a + the result of recursive hash. a patch from ujihisa a [ruby-core:23601]. [ruby-dev:38555] Fri May 29 09:30:00 2009 Nobuyoshi Nakada -- cgit