summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-29 08:10:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-29 08:10:10 +0000
commit08e914f33104b985e7c6bc16d51378cd39c76474 (patch)
tree07e068a361a493b1dde9ea7b7f2ba95209e9db55 /ChangeLog
parent2a6fb9690a698134659cd905d6c9a29dfb0080d6 (diff)
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@23606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 537f911202..57b059aeaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+Fri May 29 17:10:08 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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 <nobu@ruby-lang.org>
* 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 <nobu@ruby-lang.org>