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
Age
Commit 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): ignore
nobu
2009-05-10
* ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if already
nobu
2009-05-10
* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): strips
nobu
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): fixed
nobu
2009-03-03
* ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundant
nobu
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): follows
yugui
2008-12-28
* ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename and
yugui
2006-12-31
* Merge YARV
ko1
2006-06-30
fixed the alignment problems discussed in [ruby-dev:28667].
ttate
2005-11-08
should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.
ttate
2005-06-08
if dlload fail to load a library, it should raise an error.
ttate
2005-05-09
replaced the local variable 'entity' with an instance variable.
ttate
2005-05-08
use DL::CStructBuilder instead of CStructBuilder.
ttate
2005-04-10
CUnionEntity should inherit CStructEntity.
ttate
2005-03-08
minor bugfix.
ttate
2005-02-07
Use define_method instead of module_eval.
ttate
2005-02-07
Improved DL::Handle#sym.
ttate
2005-02-06
added DL::Importer.sizeof().
ttate
2005-02-04
added missing files.
ttate
2005-02-04
added new files.
ttate
2005-02-04
remove all files to replace ruby-dl with ruby-dl2.
ttate
2005-02-03
bugfix.
ttate
2004-12-14
devided DL::Types#encode_type into three methods.
ttate
2004-11-25
bugfix for [ruby-talk:121309].
ttate
2004-11-25
Use 'P' instead of 'p' in types.rb.
ttate
2004-11-24
improved encode_type() in types.rb for [ruby-talk:121175].
ttate
2004-09-21
should use 'c' for 'unsigned char ref'.
ttate
2004-09-16
added 'const char *' to use the type specifier 'S' instead of 'char *'.
ttate
2004-07-20
bugfix for Importable.callback().
ttate
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
[next]