aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole/win32ole.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/win32ole/win32ole.c: add WIN32OLE_VARIANT.array, suke2007-02-231-84/+341
* * ext/win32ole/win32ole.c (installed_code_page_proc, suke2007-02-201-5/+6
* * ext/win32ole/win32ole.c (ole_variant2val): VC++6 does not suke2007-02-141-14/+4
* * ext/win32ole/win32ole.c (ole_variant2val): support VT_I8, VT_UI8.suke2007-02-121-2/+29
* * ext/win32ole/win32ole.c (ole_ptrtype2val): ole_type, ole_type_detailsuke2007-02-111-8/+4
* * ext/win32ole/win32ole.c (ole_val2olevariantdata): suke2007-02-111-97/+85
* * ext/win32ole/win32ole.c: add WIN32OLE#ole_query_interface.suke2007-02-101-1/+47
* * ext/win32ole/win32ole.c (ole_set_safe_array, ole_variant2val,suke2007-02-081-22/+59
* * ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):suke2007-02-031-187/+173
* * ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,suke2007-01-291-19/+114
* * ext/win32ole/win32ole.c: refactoring.suke2007-01-271-66/+299
* * ext/win32ole/win32ole.c (ole_val2olevariantdata): bug fix. suke2007-01-271-67/+64
* bug fix of WIN32OLE_VARIANT when variant type is VT_BYREF|VT_VARIANT.suke2007-01-261-9/+25
* WIN32OLE.codepage= accepts installed codepage.suke2007-01-201-19/+44
* version 0.8.6.suke2007-01-201-1/+1
* modify WIN32OLERuntimeError message.suke2007-01-201-3/+7
* add WIN32OLE_VARIANT::Empty, WIN32OLE_VARIANT::Null, WIN32OLE_VARIANT::Nothing.suke2007-01-191-8/+72
* IN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE. fix ...suke2007-01-181-18/+27
* fix memory leak of win32ole.suke2007-01-131-2/+13
* add some test. update comment for rdoc.suke2007-01-071-6/+23
* add WIN32OLE::VARIANT::VT_NULL, WIN32OLE::VARIANT::VT_EMPTY.suke2007-01-051-1/+3
* * Merge YARVko12006-12-311-6/+6
* remove WIN32OLE::PROPERTY class.suke2006-12-271-68/+3
* * 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