summaryrefslogtreecommitdiffstats
path: root/ext/win32ole
Commit message (Expand)AuthorAgeFilesLines
* * ext/win32ole/win32ole.c: supress warnings. (win32)ocean2005-08-251-2/+1
* refactoringsuke2005-08-201-9/+7
* add test script to check WIN32OLE can invoke InvokeVerb of FolderItem2suke2005-08-201-0/+70
* add WIN32OLE_VARIANT class.suke2005-08-131-77/+260
* add WIN32OLE_VARIANT classsuke2005-08-132-0/+75
* * ext/win32ole/win32ole.c (WIN32OLE_EVENT#on_event): should setsuke2005-08-122-8/+81
* add WIN32OLE_TYPE#ole_typelib, WIN32OLE_TYPE#implemented_ole_types.suke2005-07-302-44/+162
* convert dispid in Ruby and C by INT2NUM and NUM2INT.suke2005-07-093-3/+13
* * ext/win32ole/tests/testWIN32OLE.rb: add test for WIN32OLE.codepage=suke2005-04-152-2/+18
* ext/win32ole/win32ole.c(ole_invoke): retry after converting Qnilsuke2005-04-151-3/+40
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-59/+59
* * ext/win32ole/win32ole.c: rename WIN32OLE#ole_obj_help tosuke2004-11-062-6/+15
* ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16"suke2004-11-041-5/+31
* add rdoc style document.suke2004-11-031-68/+371
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-25/+0
* add WIN32OLE.codepage, WIN32OLE.codepage=suke2004-10-312-6/+103
* * ext/win32ole/MANIFEST: added tests/testOLETYPELIB.rb.eban2004-10-301-0/+1
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-301-1/+1
* ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB class. addsuke2004-10-305-190/+965
* remove ext/win32ole/.document.suke2004-10-214-2/+16
* * ext/win32ole.c(ole_invoke): retrieve the result value whensuke2004-10-191-6/+8
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-3/+3
* * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke2004-10-172-14/+22
* .document : entry win32ole.c for rdoc.suke2004-10-151-0/+1
* .document : entry win32ole.c for rdoc.suke2004-10-151-0/+1
* * 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