index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
dl
/
dl.h
Age
Commit message (
Expand
)
Author
2014-10-31
* ext/dl/*: remove DL as it is replaced by Fiddle.
tenderlove
2013-04-05
dl/dl.h: suppress warning
nobu
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::Function
tenderlove
2010-02-03
Wed 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 if
nobu
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 missing
nobu
2008-12-29
* ext/dl/test/test_base.rb: add libc search logic.
ko1
2006-07-07
should define FUNC_CDECL/STDCALL if the macros are not defined.
ttate
2005-02-04
added new files.
ttate
2005-02-04
remove all files to replace ruby-dl with ruby-dl2.
ttate
2004-05-23
Merged Nakada-san's patch [ruby-core:02916].
ttate
2003-12-01
Merged Tietew's patch of [ruby-dev:21991].
ttate
2002-11-07
Get rid of ineffective symbols, lines, constants and so on.
ttate
2002-07-11
* string.c (rb_str_slice_bang): if there's no corresponding
matz
2002-05-20
rename PtrData::alloc and Struct#alloc to malloc respectively.
ttate
2002-05-15
Add DL::DLSTACK.
ttate
2002-05-12
cast to long from char, short and int in ASM_PUSH_XXXX.
ttate
2002-05-11
enable dl's stack emulation for constructing function call.
ttate
2002-04-03
Merge Nakada's patch and define StringValuePtr for ruby-1.6.
ttate
2002-04-02
Add ruby-dl
ttate