summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-10 07:30:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-10 07:30:08 +0000
commit08ca88378f404d6672cbee1b95fec14597e0e597 (patch)
tree627e3a415dba6b7f070bc0c60db0eec60af897ff /ChangeLog
parent72fb77606d82cfb43ee28492fd7469af0dc62634 (diff)
downloadruby-08ca88378f404d6672cbee1b95fec14597e0e597.tar.gz
ruby-08ca88378f404d6672cbee1b95fec14597e0e597.tar.xz
ruby-08ca88378f404d6672cbee1b95fec14597e0e597.zip
* array.c (recursive_join): use obj to tell if recursion occurs.
[ruby-core:24150] * enum.c (enum_join): reverted r23966. [ruby-core:24196] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dc106088..d4074c981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
+Fri Jul 10 16:30:03 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * array.c (recursive_join): use obj to tell if recursion occurs.
+ [ruby-core:24150]
+
+ * enum.c (enum_join): reverted r23966. [ruby-core:24196]
+
Fri Jul 10 14:41:34 2009 NARUSE, Yui <naruse@ruby-lang.org>
* marshal.c (r_object0): set encoding only if the encoding
is not US-ASCII.
+
Fri Jul 10 14:44:03 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* random.c (struct MT): ruby already assumes int has 32bit a