summaryrefslogtreecommitdiffstats
path: root/ext/dl/lib
Commit message (Collapse)AuthorAgeFilesLines
* merged from HEAD.ttate2004-09-272-11/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Bugfix for DL::Types::encode_type.ttate2003-11-081-7/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* consistent parentheses in assignment RHS.matz2003-10-161-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * typo fix.eban2003-01-201-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.eban2003-01-121-6/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/lib/dl/win32.rb: compatibility improvement.eban2003-01-111-14/+17
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix the conversion method.ttate2002-12-092-11/+26
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Bugfix for Importable::callback.ttate2002-10-311-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add Importable::symbol.ttate2002-06-271-39/+55
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* bugfix.ttate2002-06-101-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add DL::Importable::Internal::callback().ttate2002-06-101-9/+47
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* rename PtrData::alloc and Struct#alloc to malloc respectively.ttate2002-05-201-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add DL::Importable::Internal::Struct#alloc.ttate2002-04-111-4/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* remove README and README.htmlttate2002-04-111-0/+12
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Support "unsigned short".ttate2002-04-111-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add "unsigned short".ttate2002-04-111-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* define alias "struct" and "union" in the module Importable.ttate2002-04-111-2/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add/Fix types.ttate2002-04-101-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Implement the substitution for structure members.ttate2002-04-101-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* improve the prototype parser.ttate2002-04-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* "extern" and "[]" of the module Importable returns a symbol.ttate2002-04-051-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add dl/struct.rb.ttate2002-04-053-141/+288
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Get rid of ineffective encoding/decoding procedures.ttate2002-04-041-17/+47
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add ext/dl/lib/dl/types.rb.ttate2002-04-032-68/+90
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add ruby-dlttate2002-04-022-0/+254
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e