summaryrefslogtreecommitdiff
path: root/ext/dl/lib/dl
AgeCommit message (Expand)Author
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
2002-04-11Add "unsigned short".ttate
2002-04-11define alias "struct" and "union" in the module Importable.ttate
2002-04-10Add/Fix types.ttate
2002-04-10Implement the substitution for structure members.ttate
2002-04-05improve the prototype parser.ttate
2002-04-05"extern" and "[]" of the module Importable returns a symbol.ttate
2002-04-05Add dl/struct.rb.ttate
2002-04-04Get rid of ineffective encoding/decoding procedures.ttate
2002-04-03Add ext/dl/lib/dl/types.rb.ttate
2002-04-02Add ruby-dlttate