1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/dl
ttate 849fb05bb1 Add DL::DLSTACK.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-05-15 06:23:05 +00:00
..
doc Correct. 2002-04-14 17:19:44 +00:00
lib/dl Add DL::Importable::Internal::Struct#alloc. 2002-04-11 08:07:01 +00:00
sample Add a sample which shows how to deal with C++ libraries. 2002-04-20 16:09:44 +00:00
test Add DL::DLSTACK. 2002-05-15 06:23:05 +00:00
.cvsignore Add ruby-dl. 2002-04-02 10:58:19 +00:00
depend Merge Nakada's patch and define StringValuePtr for ruby-1.6. 2002-04-03 11:59:01 +00:00
dl.c Add DL::DLSTACK. 2002-05-15 06:23:05 +00:00
dl.def Add ruby-dl 2002-04-02 10:56:13 +00:00
dl.h Add DL::DLSTACK. 2002-05-15 06:23:05 +00:00
extconf.rb * ext/dl: enable dl's stack emulation for constructing function call. 2002-05-11 23:30:40 +00:00
h2rb Add ruby-dl 2002-04-02 10:56:13 +00:00
handle.c Merge Nakada's patch and define StringValuePtr for ruby-1.6. 2002-04-03 11:59:01 +00:00
install.rb Add ruby-dl 2002-04-02 10:56:13 +00:00
MANIFEST Add a sample which shows how to deal with C++ libraries. 2002-04-20 16:09:44 +00:00
mkcall.rb Add ruby-dl 2002-04-02 10:56:13 +00:00
mkcallback.rb Add ruby-dl 2002-04-02 10:56:13 +00:00
mkcbtable.rb Add ruby-dl 2002-04-02 10:56:13 +00:00
ptr.c L641: rb_float_new(*((float*)ptr)) -> rb_float_new(*((double*)ptr)). 2002-05-01 04:13:28 +00:00
sym.c Add DL::DLSTACK. 2002-05-15 06:23:05 +00:00
type.rb Add ruby-dl 2002-04-02 10:56:13 +00:00