ruby/ext/dl
nobu 29b538fa71 * lib/resolv.rb (Resolv::Config.default_config_hash): requires
win32/resolv to use Win32::Resolv.  [ruby-dev:34138]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-03-31 16:55:54 +00:00
..
lib/dl * Merge YARV 2006-12-31 15:02:22 +00:00
test conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970]. 2006-07-06 19:59:31 +00:00
win32 * lib/resolv.rb (Resolv::Config.default_config_hash): requires 2008-03-31 16:55:54 +00:00
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
cfunc.c * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] 2007-07-15 13:24:39 +00:00
cptr.c * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer check 2007-08-08 10:20:08 +00:00
depend * ext/dl/depend: add dependencies. [ruby-dev:32760] 2007-12-25 07:35:47 +00:00
dl.c * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
dl.h should define FUNC_CDECL/STDCALL if the macros are not defined. 2006-07-07 14:19:41 +00:00
extconf.rb * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer check 2007-08-08 10:20:08 +00:00
handle.c * parse.y (parser_warning, parser_warn): some error message may 2006-10-14 14:33:10 +00:00
mkcallback.rb * include/ruby/ruby.h: introduce 2 macros: 2007-11-13 16:00:53 +00:00