aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole/win32ole.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-1/+1
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-2/+2
* avoid core dump with WIN32OLE_EVENT.suke2005-09-231-3/+13
* * ext/win32ole/win32ole.c: supress warnings. (win32)ocean2005-08-251-2/+1
* add WIN32OLE_VARIANT class.suke2005-08-131-77/+260
* * ext/win32ole/win32ole.c (WIN32OLE_EVENT#on_event): should setsuke2005-08-121-8/+41
* add WIN32OLE_TYPE#ole_typelib, WIN32OLE_TYPE#implemented_ole_types.suke2005-07-301-44/+147
* convert dispid in Ruby and C by INT2NUM and NUM2INT.suke2005-07-091-3/+3
* 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-061-6/+7
* ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16"suke2004-11-041-5/+31
* add rdoc style document.suke2004-11-031-68/+371
* add WIN32OLE.codepage, WIN32OLE.codepage=suke2004-10-311-5/+64
* * 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-301-162/+815
* * 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-171-10/+4
* * 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-261-14/+18
* * 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-171-1/+5
* 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
* * win32ole.c(EVENTSINK_Invoke): set pvarResult.suke2002-10-171-3/+8
* 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-121-10/+9
* merge win32ole from roughsuke2002-06-011-0/+5292