aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aec5a58ed5..e1084dd550 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Feb 19 11:53:35 2012 Narihiro Nakamura <authornari@gmail.com>
+
+ * gc.c (gc_clear_mark_on_sweep_slots): uses slot_sweep() for
+ unsweeped slots, because some dead objects might be marked in
+ next the mark phase by false pointers. [ruby-core:42672]
+
Sun Feb 19 03:00:30 2012 Tanaka Akira <akr@fsij.org>
* test/dbm/test_dbm.rb (test_dbmfile_suffix): check magic numbers.