From f05cb51f6e8475053a68a66bece43d2be6d6b4d2 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 6 Oct 2008 06:22:11 +0000 Subject: * gc.c (gc_mark_children): ignores T_ZOMBIE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e69b7e5ba..a65820a40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 6 15:22:08 2008 Nobuyoshi Nakada + + * gc.c (gc_mark_children): ignores T_ZOMBIE. + Mon Oct 6 12:45:20 2008 Yukihiro Matsumoto * test/ruby/test_module.rb (TestModule#_wrap_assertion): add -- cgit