index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
dl
/
lib
/
dl
Age
Commit message (
Expand
)
Author
2004-05-23
Merged Nakada-san's patch [ruby-core:02916].
ttate
2003-11-08
Bugfix for DL::Types::encode_type.
ttate
2003-10-16
consistent 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-09
Fix the conversion method.
ttate
2002-10-31
Bugfix for Importable::callback.
ttate
2002-06-27
Add Importable::symbol.
ttate
2002-06-10
bugfix.
ttate
2002-06-10
Add DL::Importable::Internal::callback().
ttate
2002-05-20
rename PtrData::alloc and Struct#alloc to malloc respectively.
ttate
2002-04-11
Add DL::Importable::Internal::Struct#alloc.
ttate
2002-04-11
remove README and README.html
ttate
2002-04-11
Support "unsigned short".
ttate
2002-04-11
Add "unsigned short".
ttate
2002-04-11
define alias "struct" and "union" in the module Importable.
ttate
2002-04-10
Add/Fix types.
ttate
2002-04-10
Implement the substitution for structure members.
ttate
2002-04-05
improve the prototype parser.
ttate
2002-04-05
"extern" and "[]" of the module Importable returns a symbol.
ttate
2002-04-05
Add dl/struct.rb.
ttate
2002-04-04
Get rid of ineffective encoding/decoding procedures.
ttate
2002-04-03
Add ext/dl/lib/dl/types.rb.
ttate
2002-04-02
Add ruby-dl
ttate