aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-29 01:04:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-29 01:04:34 +0000
commit893349cadfe0fc95b94152b798305c83fc9e9a4d (patch)
tree880980151d115b1dd70a1d1e131279d7bd624793 /ChangeLog
parent82f2e90d07ff9b576e010f0cf91d066cfb5d389a (diff)
downloadruby-893349cadfe0fc95b94152b798305c83fc9e9a4d.tar.gz
* hash.c (rb_hash_inspect): rescurses with defined ID to get rid
of extra call. [ruby-core:23601] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed889ec006..f1d9a4c851 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 29 10:04:32 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]
+
Fri May 29 09:30:00 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* enum.c (collect_all): checks interrupts. [ruby-core:23594]