aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/lib
Commit message (Expand)AuthorAgeFilesLines
* Surpress warnings.naruse2010-04-061-1/+1
* * ext/dl/lib/dl/pack.rb (DL#pack): allow LLP64.wanabe2010-03-191-1/+1
* * ext/dl: revert dl with libffi because it can't run on mswin now.naruse2010-02-255-63/+91
* * ext/dl/method.c: Adding DL::Method as a superclass for DL::Functiontenderlove2010-02-162-16/+3
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-035-88/+73
* * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature):nobu2009-05-231-1/+1
* * ext/dl/lib/dl/callback.rb (DL#remove_callback_internal): ignorenobu2009-05-161-1/+1
* * ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if alreadynobu2009-05-102-0/+6
* * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): stripsnobu2009-05-101-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-5/+5
* * 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
* * ext/dl/lib/dl/cparser.rb (DL::CParser::parse_signature): fixednobu2009-03-031-1/+1
* * ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundantnobu2009-03-032-88/+13
* * ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.nobu2009-03-031-0/+2
* * ext/dl/test/test_base.rb: add libc search logic.ko12008-12-291-6/+12
* * 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-282-3/+15
* * Merge YARVko12006-12-311-12/+12
* fixed the alignment problems discussed in [ruby-dev:28667].ttate2006-06-301-6/+17
* should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.ttate2005-11-081-1/+1
* if dlload fail to load a library, it should raise an error.ttate2005-06-081-1/+1
* replaced the local variable 'entity' with an instance variable.ttate2005-05-091-7/+6
* use DL::CStructBuilder instead of CStructBuilder.ttate2005-05-081-2/+2
* CUnionEntity should inherit CStructEntity.ttate2005-04-101-1/+1
* minor bugfix.ttate2005-03-081-1/+1
* Use define_method instead of module_eval.ttate2005-02-071-12/+12
* Improved DL::Handle#sym.ttate2005-02-074-5/+13
* added DL::Importer.sizeof().ttate2005-02-061-0/+32
* added missing files.ttate2005-02-046-0/+733
* added new files.ttate2005-02-043-0/+425
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-044-643/+0
* bugfix.ttate2005-02-031-2/+2
* devided DL::Types#encode_type into three methods.ttate2004-12-143-48/+56
* bugfix for [ruby-talk:121309].ttate2004-11-253-13/+21
* Use 'P' instead of 'p' in types.rb.ttate2004-11-251-3/+3
* improved encode_type() in types.rb for [ruby-talk:121175].ttate2004-11-243-67/+128
* should use 'c' for 'unsigned char ref'.ttate2004-09-211-2/+2
* added 'const char *' to use the type specifier 'S' instead of 'char *'.ttate2004-09-161-2/+3
* bugfix for Importable.callback().ttate2004-07-201-1/+1
* Merged Nakada-san's patch [ruby-core:02916].ttate2004-05-231-6/+2
* Bugfix for DL::Types::encode_type.ttate2003-11-081-7/+9
* consistent parentheses in assignment RHS.matz2003-10-161-2/+2
* * typo fix.eban2003-01-201-1/+1
* * ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.eban2003-01-121-6/+2
* * ext/dl/lib/dl/win32.rb: compatibility improvement.eban2003-01-111-14/+17
* Fix the conversion method.ttate2002-12-092-11/+26
* Bugfix for Importable::callback.ttate2002-10-311-2/+2
* Add Importable::symbol.ttate2002-06-271-39/+55
* bugfix.ttate2002-06-101-0/+1