Age | Commit message (Expand) | Author |
---|
2025-01-16 | Migrate win32ole as bundled gems | Hiroshi SHIBATA |
2024-12-17 | [ruby/win32ole] Bump up v1.9.1 | Hiroshi SHIBATA |
2024-11-01 | [ruby/win32ole] Bump up v1.9.0 | Hiroshi SHIBATA |
2024-07-12 | [ruby/win32ole] win32ole.c: repeated code | Nobuyoshi Nakada |
2024-01-28 | [ruby/win32ole] [DOC] Remove spaces inside parentheses | Nobuyoshi Nakada |
2024-01-28 | [ruby/win32ole] Use the scoped names in `inspect` and error messages | Nobuyoshi Nakada |
2024-01-28 | [ruby/win32ole] [DOC] Update class names using the scoped names | Nobuyoshi Nakada |
2023-11-07 | [ruby/win32ole] Bump up 1.8.10 | Hiroshi SHIBATA |
2023-04-21 | [ruby/win32ole] Reuse WIN32OLE_VERSION for gem version | Hiroshi SHIBATA |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-03-15 | [ruby/win32ole] Get rid of potential undefined behavior | xtkoba |
2021-06-03 | Fix `_MSC_VER` warnings | Daisuke Fujimura (fd0) |
2020-11-22 | Add string encoding IBM720 alias CP720 (#3803) | Lars Kanis |
2020-05-10 | win32ole: separate global variable declarations and definitions | Nobuyoshi Nakada |
2020-04-17 | Suppress C4267 "possible loss of data" warnings | Nobuyoshi Nakada |
2020-04-17 | Suppress C4267 "possible loss of data" warnings | Nobuyoshi Nakada |
2019-11-18 | Warn on access/modify of $SAFE, and remove effects of modifying $SAFE | Jeremy Evans |
2018-03-10 | ext/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-04 | hide internal data objects | nobu |
2017-11-18 | * ext/win32ole/win32ole.c: use WIN32OLEQueryInterfaceError when failed | suke |
2017-11-11 | * ext/win32ole/win32ole.c(ole_const_load): suppress constant redefinition | suke |
2017-11-05 | * ext/win32ole/win32ole_error.c: add WIN32OLEQueryInterfaceError. | suke |
2017-10-21 | ext/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-26 | remove extra call to OleInitialize | nobu |
2017-02-25 | ext/win32ole/win32ole.c(ole_initialize): avoid to fail in Windows nano server. | suke |
2016-11-20 | win32ole.c: suppress warnings | nobu |
2016-11-19 | * ext/win32ole/win32ole.c: independent of libgcc_s_seh-1.dll [Bug #12959] | suke |
2016-10-07 | ext/win32ole/*.c, ext/win32ole/win32ole.h: use RB_INT2FIX instead of | suke |
2016-08-13 | win32ole.c: fix long conversion | nobu |
2016-08-13 | win32ole.c: fix long conversion | nobu |
2016-08-12 | * ext/win32ole/win32ole.c (ole_val2variant): fix integer conversion in | suke |
2016-07-29 | rb_funcallv | nobu |
2016-05-20 | win32ole.c: share the content | nobu |
2016-05-20 | win32ole.c: remove dead code | nobu |
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 blank | suke |
2015-12-13 | win32ole.c: check argument type | nobu |
2015-12-09 | * ext/**/*.c (*_memsize): same as r52986 for extensions. | ko1 |
2015-09-21 | win32ole.c: fix symbol condition | nobu |
2015-09-21 | win32ole.c: inadvertent symbol creation | nobu |
2015-09-21 | win32ole.c: refactor | nobu |
2015-09-21 | win32ole.c: make ole_mb2wc more generic | nobu |
2015-06-04 | * ext/win32ole/win32ole.c: fix a typo. by @davydovanton | hsbt |
2015-05-28 | win32ole.c: wrapper object before alloc | nobu |
2015-04-14 | win32ole.c: use rb_sym2str | nobu |
2015-02-04 | * ext/win32ole/win32ole.c (Init_win32ole): should not use atexit to | suke |