summaryrefslogtreecommitdiff
path: root/ext/dl/lib/dl/func.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/dl/*: remove DL as it is replaced by Fiddle.tenderlove2014-10-311-251/+0
* * ext/dl/lib/dl/func.rb (DL::Function#call): check tainted whennagachika2013-05-141-0/+3
* * ext/dl/lib/dl/func.rb (DL::Function#unbind, #bound?): suppress NoMethodErro...ngoto2012-12-111-0/+22
* * ext/dl/lib/dl/func.rb (CALL_TYPE_TO_ABI, FiddleClosureCFunc): exclude priva...ngoto2012-12-061-3/+5
* * ext/dl/lib/dl/func.rb (DL::Function#bind): When Fiddle is used,ngoto2012-12-051-0/+2
* * remove trailing spaces.nobu2012-12-051-1/+1
* * ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):ngoto2012-12-051-7/+39
* * ext/dl/lib/dl/func.rb (DL::Function#bind): fixes an error inusa2012-08-211-1/+1
* * ext/dl/lib/dl/func.rb (DL::Function#bind): allow to return/break fromusa2012-08-171-0/+3
* * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui2010-06-251-2/+2
* * ext/fiddle/*: Adding fiddle library to wrap libffitenderlove2010-05-061-39/+75
* * ext/dl: revert dl with libffi because it can't run on mswin now.naruse2010-02-251-23/+41
* * ext/dl/method.c: Adding DL::Method as a superclass for DL::Functiontenderlove2010-02-161-3/+3
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-031-40/+22
* * ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if alreadynobu2009-05-101-0/+4
* * ext/dl/win32/lib/win32/resolv.rb: get rid of warning.usa2009-03-031-0/+2
* * ext/dl/lib/dl/func.rb (DL::Function.name): delegate to @cfunc.usa2009-03-031-0/+4
* Improved DL::Handle#sym.ttate2005-02-071-2/+2
* added missing files.ttate2005-02-041-0/+141