index
:
ruby.git
master
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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
dl
/
cfunc.c
Age
Commit message (
Expand
)
Author
2009-09-09
* ext/dl/cfunc.c (dlcfunc_data_type): typed.
nobu
2009-05-10
* ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check if
nobu
2009-03-21
* ext/dl: updated svn:ignore.
nobu
2009-03-17
* ext/dl: made indent style insistent.
nobu
2009-03-09
* ext/dl/dl.c (Init_dl): protoized.
nobu
2009-03-01
* ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missing
nobu
2008-08-11
* ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.
matz
2007-07-15
* ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]
nobu
2006-09-02
* ruby.h (struct RArray): embed small arrays.
matz
2006-07-06
conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].
ttate
2006-07-03
* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up from
matz
2006-06-30
fixed the alignment problems discussed in [ruby-dev:28667].
ttate
2005-03-04
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-02-08
added bcc32 support [ruby-dev:25657] and fixed a minor bug.
ttate
2005-02-06
Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]
ttate
2005-02-04
added new files.
ttate