diff options
| author | suke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-29 12:41:50 +0000 |
|---|---|---|
| committer | suke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-29 12:41:50 +0000 |
| commit | 086b44661454be895f5e87201837d8537cf66ce9 (patch) | |
| tree | 1d96fff4e1b27c9f41c10755afe7fb8ce85de211 /ChangeLog | |
| parent | 2cff453e491270dfe080beeddb731a4d8efae6a0 (diff) | |
| download | ruby-086b44661454be895f5e87201837d8537cf66ce9.tar.gz ruby-086b44661454be895f5e87201837d8537cf66ce9.tar.xz ruby-086b44661454be895f5e87201837d8537cf66ce9.zip | |
* ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,
WIN32OLE_VARIANT#vartype.
* test/win32ole/test_win32ole.rb: add test for WIN32OLE.locale=,
WIN32OLE.locale.
* test/win32ole/test_win32ole_variant.rb: add test for
WIN32OLE_VARIANT#vartype.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Mon Jan 29 21:32:37 2007 Masaki Suketa <masaki.suketa@nifty.ne.jp> + + * ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale, + WIN32OLE_VARIANT#vartype. + + * test/win32ole/test_win32ole.rb: add test for WIN32OLE.locale=, + WIN32OLE.locale. + + * test/win32ole/test_win32ole_variant.rb: add test for + WIN32OLE_VARIANT#vartype. + Mon Jan 29 14:14:35 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * tool/parse.rb: replace YARVCore by VM class. |
