summaryrefslogtreecommitdiff
path: root/ext/win32ole
AgeCommit message (Expand)Author
2007-01-13remove including header filesuke
2007-01-13fix memory leak of win32ole.suke
2006-07-07Test class name should not be duplicated.suke
2006-06-19support some kind of method of word. [ruby-Bugs#3237]suke
2006-06-16support PROPERTYPUTREF. [ruby-talk:183042]suke
2006-06-15The return value of WIN32OLE#ole_methods and WIN32OLE#ole_put_methodssuke
2006-03-29WIN32OLE#[] should accept multi argments.suke
2006-01-27add .documentsuke
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-10-09add testNIL2VTEMPTYsuke
2005-10-09create .document file for rdoc.suke
2005-10-04update comment.suke
2005-09-19avoid core dump with WIN32OLE_EVENT. [ruby-dev:27133]suke
2005-09-16fix bug in ext/win32ole/sample/ienavi.rbsuke
2005-08-06should set only one handler in WIN32OLE_EVENT#on_eventsuke
2005-07-09convert dispid in Ruby and C by INT2NUM and NUM2INT.suke
2005-04-18add WIN32OLE.codepage, WIN32OLE.codepage= methods.suke
2005-04-10* ext/win32ole/win32ole.c(ole_invoke): retry after converting Qnilsuke
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-10-30* string.c (rb_str_locktmp): lock string temporarily.matz
2004-10-30some typo fixed.suke
2004-10-19 * ext/win32ole.c(ole_invoke): retrieve the result value whensuke
2004-10-17 * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke
2004-06-22* ext/win32ole/win32ole.c (ole_hresult2msg): remove trailingocean
2004-06-22 * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke
2004-04-05* eval.c (top_include): include in the wrapped load is done formatz
2004-02-18* ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.eban
2004-02-15ext/win32ole/win32ole.c: add IDispatch interface in val2variantsuke
2004-01-27* ext/win32ole/win32ole.c (set_argv): fix condition.usa
2004-01-26* ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu
2003-10-16consistent parentheses in assignment RHS.matz
2003-10-12* ext/win32ole/extconf.rb: check "windows.h", not "windows".eban
2003-09-29* ext/win32ole/extconf.rb: add windows.h checking.eban
2003-09-24* ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,nobu
2003-08-14* ext/win32ole/win32ole.c (OLE_FREE): should not callsuke
2003-07-16* eval.c (rb_disable_super, rb_enable_super): deprecate.matz
2003-06-23* io.c (io_close): missing prototype.aamine
2003-06-16 * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa
2003-06-06* gc.c (define_final): eliminate rb_f_lambda() call.matz
2003-05-17add WIN32OLE_TYPE#to_s method.suke
2003-05-03secure check when safe level 4.suke
2002-12-21* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa
2002-12-20* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu
2002-10-24* configure.in (LIBPATHFLAG): avoid $ substitution.nobu
2002-10-17* win32ole.c(EVENTSINK_Invoke): set pvarResult.suke
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-09-01win32ole.c(fole_each) : ensure to release IEnumVARIANT interface.suke
2002-08-13ole_invoke: retry when calling by reference is fail.suke
2002-08-10* win32ole.c(WIN32OLE#ole_methods): list up all methods.suke