From d3abb42d971bc925d396201d0aea2d0755f7eec2 Mon Sep 17 00:00:00 2001 From: suke Date: Thu, 4 Nov 2004 12:12:59 +0000 Subject: ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16" entry to get library path. ext/win32ole/win32ole.c(oletypelib_path): ditto. ext/win32ole/win32ole.c(ole_typedesc2val): add VT_LPWSTR, VT_LPSTR, VT_ERROR case. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d42dde591..3d46c2d1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Nov 4 21:13:48 2004 Masaki Suketa + + * ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16" + entry to get library path. + + * ext/win32ole/win32ole.c(oletypelib_path): ditto. + + * ext/win32ole/win32ole.c(ole_typedesc2val): add VT_LPWSTR, VT_LPSTR, + VT_ERROR case. + Thu Nov 4 15:02:14 2004 Hidetoshi NAGAI * ext/tk/lib/tk/variable.rb: forget to initialize instance_variables -- cgit