summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-19 07:16:27 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-19 07:16:27 +0000
commit9546ba46052d82bcc771b173485b6e93ff7319c9 (patch)
treed69f98752b3e8a897de2911b3ab41e2d4b2bad30 /ChangeLog
parentf537854ff33fce2723ac7ff46180a990b5b0df5d (diff)
* gc.c (obj_info): show allocation site if GC_DEBUG is not 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b5fcd475e..e84d117673 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 19 16:15:24 2015 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (obj_info): show allocation site if GC_DEBUG is not 0.
+
Thu Mar 19 16:12:01 2015 Koichi Sasada <ko1@atdot.net>
* gc.c (newobj_of): fix RGENGC_OLD_NEWOBJ_CHECK logics.