aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-02 00:19:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-02 00:19:41 +0000
commite4d687f3721477ec6804ca3483c4fb078af61e94 (patch)
treefdffa8dcc4897b28159e8eb72c3e042c8cfc1ba5 /ChangeLog
parent1f6f4e6b591a1f79ab90d45991f609423494d1f1 (diff)
downloadruby-e4d687f3721477ec6804ca3483c4fb078af61e94.tar.gz
* array.c (Init_Array): made #to_s an alias to #inspect to reduce
the result of recursive array. a patch from ujihisa at [ruby-dev:38362] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bb9d1f085..c4e9ab5e9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat May 2 09:19:40 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * array.c (Init_Array): made #to_s an alias to #inspect to reduce
+ the result of recursive array. a patch from ujihisa a
+ [ruby-dev:38362]
+
Fri May 1 16:50:05 2009 Akinori MUSHA <knu@iDaemons.org>
* lib/set.rb (Set#merge): Only directly use the passed objects