aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole
Commit message (Expand)AuthorAgeFilesLines
* * ext/win32ole/win32ole.c (ole_hresult2msg): remove trailingocean2004-06-221-3/+6
* * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke2004-06-221-9/+8
* * win32ole.c: add RDoc style comment.suke2004-05-081-61/+183
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-40/+40
* * ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.eban2004-02-181-0/+1
* add IDispatch wrapper in val2variantsuke2004-02-151-241/+385
* * ext/win32ole/win32ole.c (set_argv): fix condition.usa2004-01-271-1/+1
* * ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu2004-01-262-14/+20
* consistent parentheses in assignment RHS.matz2003-10-161-5/+5
* * ext/win32ole/extconf.rb: check "windows.h", not "windows".eban2003-10-121-1/+1
* * ext/win32ole/extconf.rb: add windows.h checking.eban2003-09-291-1/+2
* * ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,nobu2003-09-241-1/+1
* * ext/win32ole/win32ole.c (OLE_FREE): should not callsuke2003-08-141-5/+7
* * eval.c (rb_disable_super, rb_enable_super): deprecate.matz2003-07-161-4/+0
* * io.c (io_close): missing prototype.aamine2003-06-231-0/+2
* * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa2003-06-161-1/+1
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-1/+1
* add WIN32OLE_TYPE#to_s method.suke2003-05-176-3/+38
* secure check when safe level 4.suke2003-05-031-2/+26
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-0/+2
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-201-4/+4
* * configure.in (LIBPATHFLAG): avoid $ substitution.nobu2002-10-241-5/+3
* * win32ole.c(EVENTSINK_Invoke): set pvarResult.suke2002-10-171-3/+8
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* win32ole.c(fole_each) : ensure to release IEnumVARIANT interface.suke2002-09-011-11/+28
* ole_invoke: retry when calling by reference is fail.suke2002-08-131-2/+20
* * win32ole.c(WIN32OLE#ole_methods): list up all methods.suke2002-08-101-115/+172
* avoid some warningssuke2002-06-122-11/+10
* change PLATFORM with RUBY_PLATFORM.suke2002-06-032-2/+2
* merge win32ole from roughsuke2002-06-0125-0/+14139