summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-03-20 02:14:24 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-03-20 02:14:24 +0000
commitdbef460d6f05b2671ed963112c4354a4f07ec56e (patch)
tree1bdeac2de217d178e7f2ec93e222405b41514f78 /ChangeLog
parent5d25beebb17c04350a1e462db83c7d76b4344e14 (diff)
downloadruby-dbef460d6f05b2671ed963112c4354a4f07ec56e.tar.gz
ruby-dbef460d6f05b2671ed963112c4354a4f07ec56e.tar.xz
ruby-dbef460d6f05b2671ed963112c4354a4f07ec56e.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
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 <usa@ruby-lang.org>
+
+ * ext/win32ole/win32ole.c (folevariant_value): could not compile
+ with C90 compiler.
+
Sun Mar 19 09:46:30 2006 Masaki Suketa <masaki.suketa@nifty.ne.jp>
- * 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.