aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/lib/dl/import.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/dl/*: remove DL as it is replaced by Fiddle.tenderlove2014-10-311-268/+0
* * ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):ngoto2012-12-051-3/+5
* suppress warnings: uninitialized variablesnaruse2012-11-301-1/+7
* * ext/dl: Added documentation. Patch by Vincent Batts.drbrain2012-05-301-0/+6
* * ext/dl: Add documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #5192]drbrain2011-08-161-0/+16
* * ext/dl/lib/dl/struct.rb: clean a warning: assigned but unusednaruse2010-12-081-1/+0
* * ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove2010-07-051-2/+6
* * ext/fiddle/*: Adding fiddle library to wrap libffitenderlove2010-05-061-3/+11
* * ext/dl: revert dl with libffi because it can't run on mswin now.naruse2010-02-251-6/+3
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-031-3/+6
* * ext/dl/lib/dl/import.rb (DL::Importer#sizeof): followsyugui2008-12-281-1/+1
* * ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename andyugui2008-12-281-2/+14
* * Merge YARVko12006-12-311-12/+12
* if dlload fail to load a library, it should raise an error.ttate2005-06-081-1/+1
* use DL::CStructBuilder instead of CStructBuilder.ttate2005-05-081-2/+2
* Use define_method instead of module_eval.ttate2005-02-071-12/+12
* Improved DL::Handle#sym.ttate2005-02-071-2/+3
* added DL::Importer.sizeof().ttate2005-02-061-0/+32
* added new files.ttate2005-02-041-0/+182
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-041-224/+0
* devided DL::Types#encode_type into three methods.ttate2004-12-141-6/+6
* bugfix for [ruby-talk:121309].ttate2004-11-251-0/+9
* improved encode_type() in types.rb for [ruby-talk:121175].ttate2004-11-241-3/+3
* bugfix for Importable.callback().ttate2004-07-201-1/+1
* Merged Nakada-san's patch [ruby-core:02916].ttate2004-05-231-6/+2
* consistent parentheses in assignment RHS.matz2003-10-161-2/+2
* Bugfix for Importable::callback.ttate2002-10-311-2/+2
* Add Importable::symbol.ttate2002-06-271-39/+55
* Add DL::Importable::Internal::callback().ttate2002-06-101-9/+47
* improve the prototype parser.ttate2002-04-051-0/+4
* "extern" and "[]" of the module Importable returns a symbol.ttate2002-04-051-1/+5
* Add dl/struct.rb.ttate2002-04-051-60/+25
* Get rid of ineffective encoding/decoding procedures.ttate2002-04-041-17/+47
* Add ext/dl/lib/dl/types.rb.ttate2002-04-031-68/+2
* Add ruby-dlttate2002-04-021-0/+228