summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-18 22:04:30 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-18 22:04:30 +0000
commit5455b7e72ef7230b36faa3e004444e5bb80915e1 (patch)
treec01d0181ea163511a0396d29581d2949bd3b6fc4 /ChangeLog
parent81ed2d3c4aa19c03a6e2d644c853e5977fb53cc8 (diff)
* gc.c (RGENGC_CHECK_MODE): add new check mode `3'.
In this mode, show all references if there is a miss-corrected object. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41401 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 6a2381d11b..4d09768a66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jun 19 07:02:19 2013 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (RGENGC_CHECK_MODE): add new check mode `3'.
+ In this mode, show all references if there is
+ a miss-corrected object.
+
Wed Jun 19 06:31:08 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_stress_set): add special option of GC.stress.