aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-27 17:46:20 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-27 17:46:20 +0000
commit8a81b54a2b9cf5349c882659fd3b2bc7995bc633 (patch)
tree68c239be1745f00411b2d4008924c98bf13769a4 /ChangeLog
parentc180e0d8801a8fb1f4d900d6a7e36ccb7d4f557e (diff)
downloadruby-8a81b54a2b9cf5349c882659fd3b2bc7995bc633.tar.gz
* gc.c (garbage_collect_body): fix GC_ENABLE_LAZY_SWEEP condition.
* gc.c (GC_NOTIFY): move debug print location and use stderr instead of stdout. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 228b48e265..31dd64074d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue May 28 02:44:23 2013 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (garbage_collect_body): fix GC_ENABLE_LAZY_SWEEP condition.
+
+ * gc.c (GC_NOTIFY): move debug print location and use stderr instead
+ of stdout.
+
Tue May 28 02:07:21 2013 Koichi Sasada <ko1@atdot.net>
* vm_trace.c (rb_postponed_job_register_one): fix iteration bug.