summaryrefslogtreecommitdiff
path: root/ext/dl/lib
AgeCommit message (Expand)Author
2009-05-23* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature):nobu
2009-05-16* ext/dl/lib/dl/callback.rb (DL#remove_callback_internal): ignorenobu
2009-05-10* ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if alreadynobu
2009-05-10* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): stripsnobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
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
2009-03-03* ext/dl/lib/dl/cparser.rb (DL::CParser::parse_signature): fixednobu
2009-03-03* ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundantnobu
2009-03-03* ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.nobu
2008-12-29* ext/dl/test/test_base.rb: add libc search logic.ko1
2008-12-28* ext/dl/lib/dl/import.rb (DL::Importer#sizeof): followsyugui
2008-12-28* ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename andyugui
2006-12-31 * Merge YARVko1
2006-06-30fixed the alignment problems discussed in [ruby-dev:28667].ttate
2005-11-08should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.ttate
2005-06-08if dlload fail to load a library, it should raise an error.ttate
2005-05-09replaced the local variable 'entity' with an instance variable.ttate
2005-05-08use DL::CStructBuilder instead of CStructBuilder.ttate
2005-04-10CUnionEntity should inherit CStructEntity.ttate
2005-03-08minor bugfix.ttate
2005-02-07Use define_method instead of module_eval.ttate
2005-02-07Improved DL::Handle#sym.ttate
2005-02-06added DL::Importer.sizeof().ttate
2005-02-04added missing files.ttate
2005-02-04added new files.ttate
2005-02-04remove all files to replace ruby-dl with ruby-dl2.ttate
2005-02-03bugfix.ttate
2004-12-14devided DL::Types#encode_type into three methods.ttate
2004-11-25bugfix for [ruby-talk:121309].ttate
2004-11-25Use 'P' instead of 'p' in types.rb.ttate
2004-11-24improved encode_type() in types.rb for [ruby-talk:121175].ttate
2004-09-21should use 'c' for 'unsigned char ref'.ttate
2004-09-16added 'const char *' to use the type specifier 'S' instead of 'char *'.ttate
2004-07-20bugfix for Importable.callback().ttate
2004-05-23Merged Nakada-san's patch [ruby-core:02916].ttate
2003-11-08Bugfix for DL::Types::encode_type.ttate
2003-10-16consistent parentheses in assignment RHS.matz
2003-01-20* typo fix.eban
2003-01-12* ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.eban
2003-01-11* ext/dl/lib/dl/win32.rb: compatibility improvement.eban
2002-12-09Fix the conversion method.ttate
2002-10-31Bugfix for Importable::callback.ttate
2002-06-27Add Importable::symbol.ttate
2002-06-10bugfix.ttate
2002-06-10Add DL::Importable::Internal::callback().ttate
2002-05-20rename PtrData::alloc and Struct#alloc to malloc respectively.ttate
2002-04-11Add DL::Importable::Internal::Struct#alloc.ttate
2002-04-11remove README and README.htmlttate
2002-04-11Support "unsigned short".ttate