From 4661d3a459a7bc5367ef5d67452ef31714be23f2 Mon Sep 17 00:00:00 2001 From: suke Date: Sun, 17 Oct 2004 04:02:16 +0000 Subject: * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch. * ext/win32ole/win32ole.c (fole_get_methods): ditto. * ext/win32ole/win32ole.c (fole_put_methods): ditto. * ext/win32ole/tests/testWIN32OLE.rb: add test for WIN32OLE#ole_func_methods WIN32OLE#ole_get_methods, WIN32OLE#ole_put_methods git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6dc723848..1c6b9bfb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Oct 17 12:53:46 2004 Masaki Suketa + + * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch. + * ext/win32ole/win32ole.c (fole_get_methods): ditto. + * ext/win32ole/win32ole.c (fole_put_methods): ditto. + * ext/win32ole/tests/testWIN32OLE.rb: add test for WIN32OLE#ole_func_methods + WIN32OLE#ole_get_methods, WIN32OLE#ole_put_methods + Sat Oct 16 14:45:28 2004 Kouhei Sutou * lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage. -- cgit