diff options
| author | suke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-29 11:18:37 +0000 |
|---|---|---|
| committer | suke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-29 11:18:37 +0000 |
| commit | c6e7adf29313a6dadb865426c5e06e7002b9dc8f (patch) | |
| tree | dfbac80cb9ecc8a37aa1c90f18c8f3bd05805cde /ChangeLog | |
| parent | 37e1883da646e6721f3a66ed669b9953354cb6c9 (diff) | |
| download | ruby-c6e7adf29313a6dadb865426c5e06e7002b9dc8f.tar.gz ruby-c6e7adf29313a6dadb865426c5e06e7002b9dc8f.tar.xz ruby-c6e7adf29313a6dadb865426c5e06e7002b9dc8f.zip | |
* ext/win32ole/win32ole.c (fev_initialize): initialization
handler instance variable.
* test/win32ole/test_win32ole_typelib.rb (test_s_typelibs):
fix the warning of shadowing outer local variable.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Mon Sep 29 20:13:05 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp> + + * ext/win32ole/win32ole.c (fev_initialize): initialization + handler instance variable. + + * test/win32ole/test_win32ole_typelib.rb (test_s_typelibs): + fix the warning of shadowing outer local variable. + Mon Sep 29 19:59:00 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp> * ext/win32ole/win32ole.c (rescue_callback): use rb_write_error |
