From 66e821216263b1ec136802f1a79d257d2b7348dc Mon Sep 17 00:00:00 2001 From: suke Date: Wed, 2 Jul 2008 15:35:04 +0000 Subject: * ext/win32ole/win32ole.c: avoid creating Ruby object during GC. thanks to arton . [ruby-dev:35313] * test/win32ole/test_win32ole_event.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e4702d3d3..956f9a69a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jul 3 00:18:00 2008 Masaki Suketa + + * ext/win32ole/win32ole.c: avoid creating Ruby object during + GC. thanks to arton . [ruby-dev:35313] + + * test/win32ole/test_win32ole_event.rb: ditto. + Thu Jul 3 00:09:31 2008 Masaki Suketa * gc.c: add rb_during_gc(). based on a patch from arton