summaryrefslogtreecommitdiff
path: root/ext/dl/lib/dl/func.rb
AgeCommit message (Expand)Author
2014-10-31* ext/dl/*: remove DL as it is replaced by Fiddle.tenderlove
2013-05-14* ext/dl/lib/dl/func.rb (DL::Function#call): check tainted whennagachika
2012-12-11* ext/dl/lib/dl/func.rb (DL::Function#unbind, #bound?): suppress NoMethodErro...ngoto
2012-12-06* ext/dl/lib/dl/func.rb (CALL_TYPE_TO_ABI, FiddleClosureCFunc): exclude priva...ngoto
2012-12-05* ext/dl/lib/dl/func.rb (DL::Function#bind): When Fiddle is used,ngoto
2012-12-05* remove trailing spaces.nobu
2012-12-05* ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):ngoto
2012-08-21* ext/dl/lib/dl/func.rb (DL::Function#bind): fixes an error inusa
2012-08-17* ext/dl/lib/dl/func.rb (DL::Function#bind): allow to return/break fromusa
2010-06-25 * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui
2010-05-06* ext/fiddle/*: Adding fiddle library to wrap libffitenderlove
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/lib/dl/func.rb (DL::Function#bound?): returns if alreadynobu
2009-03-03 * ext/dl/win32/lib/win32/resolv.rb: get rid of warning.usa
2009-03-03 * ext/dl/lib/dl/func.rb (DL::Function.name): delegate to @cfunc.usa
2005-02-07Improved DL::Handle#sym.ttate
2005-02-04added missing files.ttate