summaryrefslogtreecommitdiff
path: root/ext/win32ole/win32ole.c
AgeCommit message (Expand)Author
2024-01-28[ruby/win32ole] [DOC] Remove spaces inside parenthesesNobuyoshi Nakada
2024-01-28[ruby/win32ole] Use the scoped names in `inspect` and error messagesNobuyoshi Nakada
2024-01-28[ruby/win32ole] [DOC] Update class names using the scoped namesNobuyoshi Nakada
2023-11-07[ruby/win32ole] Bump up 1.8.10Hiroshi SHIBATA
2023-04-21[ruby/win32ole] Reuse WIN32OLE_VERSION for gem versionHiroshi SHIBATA
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-03-15[ruby/win32ole] Get rid of potential undefined behaviorxtkoba
2021-06-03Fix `_MSC_VER` warningsDaisuke Fujimura (fd0)
2020-11-22Add string encoding IBM720 alias CP720 (#3803)Lars Kanis
2020-05-10win32ole: separate global variable declarations and definitionsNobuyoshi Nakada
2020-04-17Suppress C4267 "possible loss of data" warningsNobuyoshi Nakada
2020-04-17Suppress C4267 "possible loss of data" warningsNobuyoshi Nakada
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2018-03-10ext/win32ole/win32ole.c: fix typo. [ci skip]suke
2018-03-10* ext/win32ole/win32ole.c: fix url of ActiveState. Thanks to Kazuhiro Nishiya...suke
2017-12-04hide internal data objectsnobu
2017-11-18* ext/win32ole/win32ole.c: use WIN32OLEQueryInterfaceError when failedsuke
2017-11-11* ext/win32ole/win32ole.c(ole_const_load): suppress constant redefinitionsuke
2017-11-05* ext/win32ole/win32ole_error.c: add WIN32OLEQueryInterfaceError.suke
2017-10-21ext/win32ole/win32ole.c (fole_missing): set receiver in NoMethodError.suke
2017-09-02* ext/win32ole/win32ole.c (fole_initialize): fix typo. thanks to Gray Wolf. suke
2017-08-26* ext/win32ole/win32ole.c (fole_initialize): support licensed COM server. Tha...suke
2017-05-26remove extra call to OleInitializenobu
2017-02-25ext/win32ole/win32ole.c(ole_initialize): avoid to fail in Windows nano server. suke
2016-11-20win32ole.c: suppress warningsnobu
2016-11-19* ext/win32ole/win32ole.c: independent of libgcc_s_seh-1.dll [Bug #12959] suke
2016-10-07ext/win32ole/*.c, ext/win32ole/win32ole.h: use RB_INT2FIX instead ofsuke
2016-08-13win32ole.c: fix long conversionnobu
2016-08-13win32ole.c: fix long conversionnobu
2016-08-12* ext/win32ole/win32ole.c (ole_val2variant): fix integer conversion insuke
2016-07-29rb_funcallvnobu
2016-05-20win32ole.c: share the contentnobu
2016-05-20win32ole.c: remove dead codenobu
2015-12-27* remove trailing spaces.svn
2015-12-27* ext/win32ole/win32ole.c (ole_variant2val): refactoring.suke
2015-12-27* ext/win32ole/win32ole.c (ole_vstr2wc, ole_variant2val): fix blanksuke
2015-12-13win32ole.c: check argument typenobu
2015-12-09* ext/**/*.c (*_memsize): same as r52986 for extensions.ko1
2015-09-21win32ole.c: fix symbol conditionnobu
2015-09-21win32ole.c: inadvertent symbol creationnobu
2015-09-21win32ole.c: refactornobu
2015-09-21win32ole.c: make ole_mb2wc more genericnobu
2015-06-04* ext/win32ole/win32ole.c: fix a typo. Patch by @davydovantonhsbt
2015-05-28win32ole.c: wrapper object before allocnobu
2015-04-14win32ole.c: use rb_sym2strnobu
2015-02-04* ext/win32ole/win32ole.c (Init_win32ole): should not use atexit tosuke
2015-01-18* ext/win32ole/win32ole.c (ole_invoke): avoid SEGV when VT_RECORDsuke
2014-12-26uninitialized variablenobu
2014-12-02* ext/win32ole/win32ole.c: use typed data for com_hash.suke
2014-12-01* ext/win32ole/win32ole.c: use typed data for WIN32OLE.suke