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
tenderlove 17ccd5d013 * ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it should
keep a reference to the object it's wrapping
* test/dl/test_func.rb use standard test methods

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-11-12 22:41:07 +00:00
..
callback * common.mk (srcs-ext): creates ext/dl/callback/callback.c also. 2009-03-14 23:26:11 +00:00
lib/dl * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature): 2009-05-23 09:53:15 +00:00
win32 * ext/dl/win32/lib/win32/registry.rb: update rdoc. [ruby-core:26022] 2009-11-02 02:24:11 +00:00
.cvsignore
cfunc.c * ext/dl/cfunc.c (**) updating documentation 2009-11-08 00:21:41 +00:00
cptr.c * ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it should 2009-11-12 22:41:07 +00:00
depend * ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks. 2009-03-03 06:40:40 +00:00
dl.c * ext/dl/cptr.c (rb_dlptr_size) splitting function to reduce complexity 2009-11-01 01:46:44 +00:00
dl.h * ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check if 2009-05-10 02:13:20 +00:00
extconf.rb * configure.in (GCC): subst for GCC depending extension libraries. 2009-09-12 08:31:44 +00:00
handle.c * ext/dl/handle.c (dlhandle_sym): fixed an invalid local variable 2009-10-25 06:44:26 +00:00