ruby/ext/dl
yugui 3ac20b9590 * ext/dl/extconf.rb ($distcleanfiles): added callback-?.c into
the distclean list.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-10-03 15:49:39 +00:00
..
lib/dl * Merge YARV 2006-12-31 15:02:22 +00:00
test * ext/dl/test/test_import.rb: fix character code. 2008-08-30 14:39:21 +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): add taint check. 2008-08-11 11:33:44 +00:00
cptr.c * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable. 2008-08-12 05:15:18 +00:00
depend * ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduce 2008-08-30 16:55:34 +00:00
dl.c * ext/dl/cfunc.c (rb_dlcfunc_call): add taint check. 2008-08-11 11:33:44 +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/extconf.rb ($distcleanfiles): added callback-?.c into 2008-10-03 15:49:39 +00:00
handle.c * parse.y (parser_warning, parser_warn): some error message may 2006-10-14 14:33:10 +00:00
mkcallback.rb * ext/dl/mkcallback.rb (rb_dl_init_callbacks): fix indent. 2008-08-31 03:56:30 +00:00