aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl
Commit message (Expand)AuthorAgeFilesLines
* Correct.ttate2002-04-141-8/+8
* Edit the documentation.ttate2002-04-141-2/+7
* raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate2002-04-113-19/+13
* Add DL::Importable::Internal::Struct#alloc.ttate2002-04-112-68/+53
* Add dl.txt instead of README.ttate2002-04-112-8/+264
* remove README and README.htmlttate2002-04-113-433/+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
* DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)ttate2002-04-041-1/+1
* bugfix (a few bugs seems to be remaining yet.)ttate2002-04-041-1/+1
* Patch [ruby-dev:16747] (Thanks Nakada)ttate2002-04-042-22/+16
* Add ext/dl/lib/dl/types.rb.ttate2002-04-032-68/+90
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-039-167/+174
* Add entries to each Setup.* and remove Changes files.ttate2002-04-021-166/+0
* Get rid of the RUBY, and use CPPFLAGS="$(CPPFLAGS) -DDEBUG"ttate2002-04-021-2/+1
* Add ruby-dl.ttate2002-04-021-0/+7
* Add ruby-dlttate2002-04-0229-0/+5871