From ed99d5ca3465647f4f7999735e7e9b771108a117 Mon Sep 17 00:00:00 2001 From: suke Date: Sun, 27 Dec 2009 01:51:54 +0000 Subject: * ext/win32ole/win32ole.c (foleparam_initialize): add foleparam_initialize to check argument of WIN32OLE_PARAM.new * test/win32ole/test_win32ole_param.rb (test_s_new): add some assertion to test WIN32OLE_PARAM.new git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb040e4c9..62d750480 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Dec 27 10:45:00 2009 Masaki Suketa + + * ext/win32ole/win32ole.c (foleparam_initialize): add foleparam_initialize + to check argument of WIN32OLE_PARAM.new + + * test/win32ole/test_win32ole_param.rb (test_s_new): add some assertion + to test WIN32OLE_PARAM.new + Sun Dec 27 09:41:54 2009 Yuki Sonoda (Yugui) * tool/rbinstall.rb (install?(:local, :comm, :bin, :'bin-comm')): -- cgit