From dbef460d6f05b2671ed963112c4354a4f07ec56e Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 20 Mar 2006 02:14:24 +0000 Subject: * ext/win32ole/win32ole.c (folevariant_value): could not compile with C90 compiler. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0712c382a..d7bedbcbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,15 @@ +Mon Mar 20 11:12:38 2006 NAKAMURA Usaku + + * ext/win32ole/win32ole.c (folevariant_value): could not compile + with C90 compiler. + Sun Mar 19 09:46:30 2006 Masaki Suketa - * ext/win32ole/win32ole.c(ole_val2olevariantdata): change behavior + * ext/win32ole/win32ole.c (ole_val2olevariantdata): change behavior of converting OLE Variant object with VT_ARRAY|VT_UI1 and Ruby String object. - * ext/win32ole/win32ole.c(folevariant_value): ditto. + * ext/win32ole/win32ole.c (folevariant_value): ditto. * ext/win32ole/tests/testOLEVARIANT.rb: ditto. -- cgit