aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole/win32ole.c
Commit message (Expand)AuthorAgeFilesLines
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-9/+9
* * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa2006-08-311-2/+2
* accept hash argument of Symbol key.suke2006-08-191-6/+9
* support some kind of method of word. [ruby-Bugs#3237]suke2006-06-251-14/+13
* support PROPERTYPUTREF. [ruby-talk:183042]suke2006-06-181-4/+4
* * math.c (log2): may be a macro.nobu2006-06-091-1/+1
* ext/win32ole/win32ole.c (add_event_call_back): should notsuke2006-05-011-4/+3
* ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFun...suke2006-04-301-2/+2
* add test/win32ole/test_win32ole_variant.rb.suke2006-04-301-689/+260
* add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspectsuke2006-04-081-4/+25
* WIN32OLE_TYPELIB.new accepts OLE files.suke2006-04-071-18/+49
* add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspectsuke2006-04-011-13/+46
* change the behavior of WIN32OLE#[] and WIN32OLE#[]=.suke2006-03-291-24/+139
* * ext/win32ole/win32ole.c (folevariant_value): could not compileusa2006-03-201-1/+2
* change behavior of converting OLE Variant object with VT_ARRAY|VT_UI1suke2006-03-191-3/+38
* * ext/win32ole/win32ole.c(ole_val2olevariantdata): support VT_VARIANT insuke2006-03-121-22/+205
* add WIN32OLE.create_guid.suke2006-02-111-1/+28
* * 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