aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-29 08:08:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-29 08:08:25 +0000
commit2a6fb9690a698134659cd905d6c9a29dfb0080d6 (patch)
treee823b89696d907ac82e62466789680c0c7325f31 /ChangeLog
parent893349cadfe0fc95b94152b798305c83fc9e9a4d (diff)
downloadruby-2a6fb9690a698134659cd905d6c9a29dfb0080d6.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@23605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f1d9a4c851..537f911202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
-Fri May 29 10:04:32 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Fri May 29 17:08:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * 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 <nobu@ruby-lang.org>