aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/dl.h
Commit message (Expand)AuthorAgeFilesLines
* * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu2011-07-271-0/+2
* * ext/dl/dl.h: parenthesize macro arguments.akr2011-02-101-28/+28
* * Use _WIN32 rather than checking for windows.h. Thanks Jon Forums!tenderlove2011-01-051-1/+1
* * ext/dl/dl.h (DLSTACK_TYPE): type of stack is same as VALUE.usa2010-06-031-1/+1
* * ext/dl: revert dl with libffi because it can't run on mswin now.naruse2010-02-251-12/+0
* * ext/dl/method.c: Adding DL::Method as a superclass for DL::Functiontenderlove2010-02-161-0/+1
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-031-0/+11
* * ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check ifnobu2009-05-101-0/+1
* * win32/Makefile.sub (config.h): added RUBY_COREDLL.nobu2009-03-171-1/+0
* * ext/dl/dl.h (dlerror): fixed on Windows.nobu2009-03-021-1/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missingnobu2009-03-011-4/+2
* * ext/dl/test/test_base.rb: add libc search logic.ko12008-12-291-22/+58
* should define FUNC_CDECL/STDCALL if the macros are not defined.ttate2006-07-071-0/+7
* added new files.ttate2005-02-041-0/+183
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-041-313/+0
* Merged Nakada-san's patch [ruby-core:02916].ttate2004-05-231-1/+1
* Merged Tietew's patch of [ruby-dev:21991].ttate2003-12-011-0/+1
* Get rid of ineffective symbols, lines, constants and so on.ttate2002-11-071-5/+0
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-111-0/+10
* rename PtrData::alloc and Struct#alloc to malloc respectively.ttate2002-05-201-1/+2
* Add DL::DLSTACK.ttate2002-05-151-24/+40
* cast to long from char, short and int in ASM_PUSH_XXXX.ttate2002-05-121-3/+3
* enable dl's stack emulation for constructing function call.ttate2002-05-111-11/+12
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-031-6/+13
* Add ruby-dlttate2002-04-021-0/+282