summaryrefslogtreecommitdiff
path: root/ext/win32ole/win32ole.c
AgeCommit message (Expand)Author
2007-01-13fix memory leak of win32ole.suke
2007-01-07add some test. update comment for rdoc.suke
2007-01-05add WIN32OLE::VARIANT::VT_NULL, WIN32OLE::VARIANT::VT_EMPTY.suke
2006-12-31 * Merge YARVko1
2006-12-27remove WIN32OLE::PROPERTY class.suke
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa
2006-08-19accept hash argument of Symbol key.suke
2006-06-25support some kind of method of word. [ruby-Bugs#3237]suke
2006-06-18support PROPERTYPUTREF. [ruby-talk:183042]suke
2006-06-09* math.c (log2): may be a macro.nobu
2006-05-01ext/win32ole/win32ole.c (add_event_call_back): should notsuke
2006-04-30ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFun...suke
2006-04-30add test/win32ole/test_win32ole_variant.rb.suke
2006-04-08add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspectsuke
2006-04-07WIN32OLE_TYPELIB.new accepts OLE files.suke
2006-04-01add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspectsuke
2006-03-29change the behavior of WIN32OLE#[] and WIN32OLE#[]=.suke
2006-03-20* ext/win32ole/win32ole.c (folevariant_value): could not compileusa
2006-03-19change behavior of converting OLE Variant object with VT_ARRAY|VT_UI1suke
2006-03-12* ext/win32ole/win32ole.c(ole_val2olevariantdata): support VT_VARIANT insuke
2006-02-11add WIN32OLE.create_guid.suke
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-09-23avoid core dump with WIN32OLE_EVENT.suke
2005-08-25* ext/win32ole/win32ole.c: supress warnings. (win32)ocean
2005-08-13add WIN32OLE_VARIANT class.suke
2005-08-12* ext/win32ole/win32ole.c (WIN32OLE_EVENT#on_event): should setsuke
2005-07-30add WIN32OLE_TYPE#ole_typelib, WIN32OLE_TYPE#implemented_ole_types.suke
2005-07-09convert dispid in Ruby and C by INT2NUM and NUM2INT.suke
2005-04-15ext/win32ole/win32ole.c(ole_invoke): retry after converting Qnilsuke
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-11-06* ext/win32ole/win32ole.c: rename WIN32OLE#ole_obj_help tosuke
2004-11-04ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16"suke
2004-11-03add rdoc style document.suke
2004-10-31add WIN32OLE.codepage, WIN32OLE.codepage=suke
2004-10-30* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz
2004-10-30ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB class. addsuke
2004-10-19 * ext/win32ole.c(ole_invoke): retrieve the result value whensuke
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-17 * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke
2004-06-22* ext/win32ole/win32ole.c (ole_hresult2msg): remove trailingocean
2004-06-22 * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke
2004-05-08 * win32ole.c: add RDoc style comment.suke
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-02-18* ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.eban
2004-02-15add IDispatch wrapper in val2variantsuke
2004-01-27* ext/win32ole/win32ole.c (set_argv): fix condition.usa
2004-01-26* ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu
2003-09-24* ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,nobu