index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
win32ole
/
win32ole.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hide internal data objects
nobu
2017-12-04
1
-2
/
+2
*
* ext/win32ole/win32ole.c: use WIN32OLEQueryInterfaceError when failed
suke
2017-11-18
1
-9
/
+9
*
* ext/win32ole/win32ole.c(ole_const_load): suppress constant redefinition
suke
2017-11-11
1
-2
/
+4
*
* ext/win32ole/win32ole_error.c: add WIN32OLEQueryInterfaceError.
suke
2017-11-05
1
-2
/
+2
*
ext/win32ole/win32ole.c (fole_missing): set receiver in NoMethodError.
suke
2017-10-21
1
-12
/
+30
*
* ext/win32ole/win32ole.c (fole_initialize): fix typo. thanks to Gray Wolf.
suke
2017-09-02
1
-4
/
+4
*
* ext/win32ole/win32ole.c (fole_initialize): support licensed COM server. Tha...
suke
2017-08-26
1
-5
/
+41
*
remove extra call to OleInitialize
nobu
2017-05-26
1
-1
/
+0
*
ext/win32ole/win32ole.c(ole_initialize): avoid to fail in Windows nano server.
suke
2017-02-25
1
-4
/
+33
*
win32ole.c: suppress warnings
nobu
2016-11-20
1
-1
/
+1
*
* ext/win32ole/win32ole.c: independent of libgcc_s_seh-1.dll [Bug #12959]
suke
2016-11-19
1
-1
/
+1
*
ext/win32ole/*.c, ext/win32ole/win32ole.h: use RB_INT2FIX instead of
suke
2016-10-07
1
-61
/
+61
*
win32ole.c: fix long conversion
nobu
2016-08-13
1
-1
/
+1
*
win32ole.c: fix long conversion
nobu
2016-08-13
1
-7
/
+10
*
* ext/win32ole/win32ole.c (ole_val2variant): fix integer conversion in
suke
2016-08-12
1
-3
/
+9
*
rb_funcallv
nobu
2016-07-29
1
-1
/
+1
*
win32ole.c: share the content
nobu
2016-05-20
1
-2
/
+2
*
win32ole.c: remove dead code
nobu
2016-05-20
1
-5
/
+0
*
* remove trailing spaces.
svn
2015-12-27
1
-1
/
+1
*
* ext/win32ole/win32ole.c (ole_variant2val): refactoring.
suke
2015-12-27
1
-10
/
+8
*
* ext/win32ole/win32ole.c (ole_vstr2wc, ole_variant2val): fix blank
suke
2015-12-27
1
-4
/
+13
*
win32ole.c: check argument type
nobu
2015-12-13
1
-0
/
+5
*
* ext/**/*.c (*_memsize): same as r52986 for extensions.
ko1
2015-12-09
1
-1
/
+1
*
win32ole.c: fix symbol condition
nobu
2015-09-21
1
-1
/
+1
*
win32ole.c: inadvertent symbol creation
nobu
2015-09-21
1
-8
/
+10
*
win32ole.c: refactor
nobu
2015-09-21
1
-21
/
+25
*
win32ole.c: make ole_mb2wc more generic
nobu
2015-09-21
1
-34
/
+15
*
* ext/win32ole/win32ole.c: fix a typo. Patch by @davydovanton
hsbt
2015-06-04
1
-1
/
+1
*
win32ole.c: wrapper object before alloc
nobu
2015-05-28
1
-2
/
+4
*
win32ole.c: use rb_sym2str
nobu
2015-04-14
1
-3
/
+3
*
* ext/win32ole/win32ole.c (Init_win32ole): should not use atexit to
suke
2015-02-04
1
-25
/
+12
*
* ext/win32ole/win32ole.c (ole_invoke): avoid SEGV when VT_RECORD
suke
2015-01-18
1
-0
/
+4
*
uninitialized variable
nobu
2014-12-26
1
-4
/
+6
*
* ext/win32ole/win32ole.c: use typed data for com_hash.
suke
2014-12-02
1
-2
/
+32
*
* ext/win32ole/win32ole.c: use typed data for WIN32OLE.
suke
2014-12-01
1
-39
/
+60
*
ext/win32ole/win32ole.c (ole_val2variant, ole_invoke): refactoring.
suke
2014-10-25
1
-6
/
+2
*
* ext/win32ole/win32ole.c: [DOC] Fix typo in :nodoc: reported by
zzak
2014-10-04
1
-2
/
+2
*
protoize no-arguments functions
nobu
2014-09-30
1
-1
/
+1
*
ext/win32ole/win32ole.c (rbtime2vtdate, vtdate2rbtime): fix
suke
2014-09-21
1
-8
/
+15
*
* ext/win32ole/win32ole_event.c(ev_advise, ole_event_free,
suke
2014-09-13
1
-1
/
+1
*
* ext/win32ole/win32ole_variant.c (ole_val2variant_err,
suke
2014-09-06
1
-1
/
+1
*
* ext/win32ole/win32ole.c (rbtime2vtdate): try to convert millisecond
suke
2014-09-01
1
-2
/
+14
*
* ext/win32ole/win32ole.c (vtdate2rbtime): try to convert millisecond
suke
2014-08-27
1
-5
/
+18
*
* ext/win32ole/win32ole.c(fole_s_connect, fole_initialize): raise a
suke
2014-08-25
1
-9
/
+9
*
win32ole.c: check overflow
nobu
2014-08-19
1
-1
/
+1
*
* ext/win32ole/win32ole.c (ole_invoke): use RHASH_SIZE instead of
suke
2014-08-17
1
-1
/
+1
*
* ext/win32ole/win32ole.c: seperate WIN32OLE_EVENT src from
suke
2014-08-15
1
-1265
/
+4
*
* ext/win32ole/win32ole.c: seperate WIN32OLE_RECORD src from
suke
2014-08-13
1
-572
/
+3
*
* ext/win32ole/win32ole.c: seperate WIN32OLE_VARIANT src from
suke
2014-08-13
1
-758
/
+78
*
* ext/win32ole/win32ole.c: remove unused variable.
suke
2014-08-13
1
-1
/
+0
[next]