summaryrefslogtreecommitdiff
path: root/ext/dl/dl.h
AgeCommit message (Expand)Author
2013-04-05dl/dl.h: suppress warningnobu
2012-02-09* ext/dl/dl.h (ALIGN_OF): use offsetof().nobu
2012-02-09* ext/dl/dl.h (DLALIGN): round up at once and get rid of overflow.nobu
2011-07-27* ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu
2011-02-10* ext/dl/dl.h: parenthesize macro arguments.akr
2011-01-05* Use _WIN32 rather than checking for windows.h. Thanks Jon Forums!tenderlove
2010-06-03* ext/dl/dl.h (DLSTACK_TYPE): type of stack is same as VALUE.usa
2010-02-25* ext/dl: revert dl with libffi because it can't run on mswin now.naruse
2010-02-16* ext/dl/method.c: Adding DL::Method as a superclass for DL::Functiontenderlove
2010-02-03Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove
2009-05-10* ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check ifnobu
2009-03-17* win32/Makefile.sub (config.h): added RUBY_COREDLL.nobu
2009-03-02* ext/dl/dl.h (dlerror): fixed on Windows.nobu
2009-03-01* ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missingnobu
2008-12-29* ext/dl/test/test_base.rb: add libc search logic.ko1
2006-07-07should define FUNC_CDECL/STDCALL if the macros are not defined.ttate
2005-02-04added new files.ttate
2005-02-04remove all files to replace ruby-dl with ruby-dl2.ttate
2004-05-23Merged Nakada-san's patch [ruby-core:02916].ttate
2003-12-01Merged Tietew's patch of [ruby-dev:21991].ttate
2002-11-07Get rid of ineffective symbols, lines, constants and so on.ttate
2002-07-11* string.c (rb_str_slice_bang): if there's no correspondingmatz
2002-05-20rename PtrData::alloc and Struct#alloc to malloc respectively.ttate
2002-05-15Add DL::DLSTACK.ttate
2002-05-12cast to long from char, short and int in ASM_PUSH_XXXX.ttate
2002-05-11enable dl's stack emulation for constructing function call.ttate
2002-04-03Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate
2002-04-02Add ruby-dlttate