aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole
Commit message (Expand)AuthorAgeFilesLines
* 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-015-194/+3
* ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFun...suke2006-04-303-35/+2
* add test/win32ole/test_win32ole_variant.rb.suke2006-04-303-788/+260
* remove testOLEPARAM.rbsuke2006-04-081-1/+0
* add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspectsuke2006-04-081-4/+25
* remove testOLEPARAM.rbsuke2006-04-081-74/+0
* WIN32OLE_TYPELIB.new accepts OLE files.suke2006-04-071-18/+49
* remove testOLEMETHOD.rbsuke2006-04-012-93/+0
* remove 3 testsuke2006-04-013-296/+0
* add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspectsuke2006-04-012-16/+46
* change the behavior of WIN32OLE#[] and WIN32OLE#[]=.suke2006-03-293-32/+147
* * 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-192-3/+57
* * ext/win32ole/win32ole.c(ole_val2olevariantdata): support VT_VARIANT insuke2006-03-123-23/+211
* add WIN32OLE.create_guid.suke2006-02-112-1/+34
* * 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
* add testNIL2VTEMPTY.rbsuke2005-10-092-0/+30
* avoid core dump with WIN32OLE_EVENT.suke2005-09-233-5/+33
* * 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