summaryrefslogtreecommitdiffstats
path: root/ext/dl/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Add DL::Importable::Internal::callback().ttate2002-06-101-9/+47
* rename PtrData::alloc and Struct#alloc to malloc respectively.ttate2002-05-201-1/+1
* Add DL::Importable::Internal::Struct#alloc.ttate2002-04-111-4/+9
* remove README and README.htmlttate2002-04-111-0/+12
* Support "unsigned short".ttate2002-04-111-0/+4
* Add "unsigned short".ttate2002-04-111-0/+4
* define alias "struct" and "union" in the module Importable.ttate2002-04-111-2/+7
* Add/Fix types.ttate2002-04-101-1/+3
* Implement the substitution for structure members.ttate2002-04-101-1/+6
* 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-053-141/+288
* Get rid of ineffective encoding/decoding procedures.ttate2002-04-041-17/+47
* Add ext/dl/lib/dl/types.rb.ttate2002-04-032-68/+90
* Add ruby-dlttate2002-04-022-0/+254