From 5561c5f5c174cc7b653ece1a972c3c175904fd7e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 29 May 2009 08:08:25 +0000 Subject: * hash.c (Init_Hash): made #to_s an alias to #inspect to reduce the result of recursive array. a patch from ujihisa at [ruby-core:23601]. [ruby-dev:38555] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f1d9a4c85..537f91120 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ -Fri May 29 10:04:32 2009 Nobuyoshi Nakada +Fri May 29 17:08:23 2009 Nobuyoshi Nakada - * hash.c (rb_hash_inspect): rescurses with defined ID to get rid - of extra call. [ruby-core:23601] + * hash.c (Init_Hash): made #to_s an alias to #inspect to reduce + the result of recursive array. a patch from ujihisa a + [ruby-core:23601]. [ruby-dev:38555] Fri May 29 09:30:00 2009 Nobuyoshi Nakada -- cgit