From 11f670cdc2ea6a7afecf3e1190d458f7a3088898 Mon Sep 17 00:00:00 2001 From: suke Date: Sat, 12 Jul 2008 00:31:32 +0000 Subject: * test/win32ole/test_win32ole_event.rb: add test for WIN32OLE_EVENT#on_event_with_outargs * test/win32ole/test_win32ole_event.rb(teardown): calling WIN32OLE_EVENT.message_loop git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2647646da..a69ba3933 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Jul 12 09:25:07 2008 Masaki Suketa + + * test/win32ole/test_win32ole_event.rb: add test + for WIN32OLE_EVENT#on_event_with_outargs + + * test/win32ole/test_win32ole_event.rb(teardown): calling + WIN32OLE_EVENT.message_loop + Sat Jul 12 01:54:13 2008 NAKAMURA Usaku * win32/win32.c (rb_w32_select): shoudn't pass non-socket handle to -- cgit