index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
/
win32ole
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove testOLEPARAM.rb
suke
2006-04-08
1
-1
/
+0
*
add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspect
suke
2006-04-08
1
-4
/
+25
*
remove testOLEPARAM.rb
suke
2006-04-08
1
-74
/
+0
*
WIN32OLE_TYPELIB.new accepts OLE files.
suke
2006-04-07
1
-18
/
+49
*
remove testOLEMETHOD.rb
suke
2006-04-01
2
-93
/
+0
*
remove 3 test
suke
2006-04-01
3
-296
/
+0
*
add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspect
suke
2006-04-01
2
-16
/
+46
*
change the behavior of WIN32OLE#[] and WIN32OLE#[]=.
suke
2006-03-29
3
-32
/
+147
*
* ext/win32ole/win32ole.c (folevariant_value): could not compile
usa
2006-03-20
1
-1
/
+2
*
change behavior of converting OLE Variant object with VT_ARRAY|VT_UI1
suke
2006-03-19
2
-3
/
+57
*
* ext/win32ole/win32ole.c(ole_val2olevariantdata): support VT_VARIANT in
suke
2006-03-12
3
-23
/
+211
*
add WIN32OLE.create_guid.
suke
2006-02-11
2
-1
/
+34
*
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2006-02-03
1
-1
/
+1
*
* ext/digest/digest.c (rb_digest_base_s_digest): add volatile to
matz
2005-12-12
1
-2
/
+2
*
add testNIL2VTEMPTY.rb
suke
2005-10-09
2
-0
/
+30
*
avoid core dump with WIN32OLE_EVENT.
suke
2005-09-23
3
-5
/
+33
*
* ext/win32ole/win32ole.c: supress warnings. (win32)
ocean
2005-08-25
1
-2
/
+1
*
refactoring
suke
2005-08-20
1
-9
/
+7
*
add test script to check WIN32OLE can invoke InvokeVerb of FolderItem2
suke
2005-08-20
1
-0
/
+70
*
add WIN32OLE_VARIANT class.
suke
2005-08-13
1
-77
/
+260
*
add WIN32OLE_VARIANT class
suke
2005-08-13
2
-0
/
+75
*
* ext/win32ole/win32ole.c (WIN32OLE_EVENT#on_event): should set
suke
2005-08-12
2
-8
/
+81
*
add WIN32OLE_TYPE#ole_typelib, WIN32OLE_TYPE#implemented_ole_types.
suke
2005-07-30
2
-44
/
+162
*
convert dispid in Ruby and C by INT2NUM and NUM2INT.
suke
2005-07-09
3
-3
/
+13
*
* ext/win32ole/tests/testWIN32OLE.rb: add test for WIN32OLE.codepage=
suke
2005-04-15
2
-2
/
+18
*
ext/win32ole/win32ole.c(ole_invoke): retry after converting Qnil
suke
2005-04-15
1
-3
/
+40
*
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-04
1
-59
/
+59
*
* ext/win32ole/win32ole.c: rename WIN32OLE#ole_obj_help to
suke
2004-11-06
2
-6
/
+15
*
ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16"
suke
2004-11-04
1
-5
/
+31
*
add rdoc style document.
suke
2004-11-03
1
-68
/
+371
*
* MANIFEST, ext/**/MANIFEST: removed.
eban
2004-11-01
1
-25
/
+0
*
add WIN32OLE.codepage, WIN32OLE.codepage=
suke
2004-10-31
2
-6
/
+103
*
* ext/win32ole/MANIFEST: added tests/testOLETYPELIB.rb.
eban
2004-10-30
1
-0
/
+1
*
* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.
matz
2004-10-30
1
-1
/
+1
*
ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB class. add
suke
2004-10-30
5
-190
/
+965
*
remove ext/win32ole/.document.
suke
2004-10-21
4
-2
/
+16
*
* ext/win32ole.c(ole_invoke): retrieve the result value when
suke
2004-10-19
1
-6
/
+8
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
1
-3
/
+3
*
* ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.
suke
2004-10-17
2
-14
/
+22
*
.document : entry win32ole.c for rdoc.
suke
2004-10-15
1
-0
/
+1
*
.document : entry win32ole.c for rdoc.
suke
2004-10-15
1
-0
/
+1
*
* ext/win32ole/win32ole.c (ole_hresult2msg): remove trailing
ocean
2004-06-22
1
-3
/
+6
*
* ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-
suke
2004-06-22
1
-9
/
+8
*
* win32ole.c: add RDoc style comment.
suke
2004-05-08
1
-61
/
+183
*
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
matz
2004-03-29
1
-40
/
+40
*
* ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.
eban
2004-02-18
1
-0
/
+1
*
add IDispatch wrapper in val2variant
suke
2004-02-15
1
-241
/
+385
*
* ext/win32ole/win32ole.c (set_argv): fix condition.
usa
2004-01-27
1
-1
/
+1
*
* ext/extmk.rb: Makefiles should depend on also rbconfig.rb.
nobu
2004-01-26
2
-14
/
+20
*
consistent parentheses in assignment RHS.
matz
2003-10-16
1
-5
/
+5
[next]