summaryrefslogtreecommitdiffstats
path: root/ext/dl/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/dl/test/test_import.rb: fix character code.akr2008-08-302-9/+9
* conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate2006-07-061-4/+4
* fixed the alignment problems discussed in [ruby-dev:28667].ttate2006-06-301-6/+9
* Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.ttate2005-05-141-0/+3
* added a test.ttate2005-05-091-0/+6
* changed the spec of CPtr#[]/[]= to suit String#[]/[]=.ttate2005-03-081-0/+22
* modified some test scripts for [ruby-dev:25661].ttate2005-02-092-4/+4
* Use define_method instead of module_eval.ttate2005-02-071-1/+1
* added DL::Importer.sizeof().ttate2005-02-061-0/+5
* added new files.ttate2005-02-046-0/+404
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-043-570/+0
* Get rid of ineffective symbols, lines, constants and so on.ttate2002-11-071-5/+6
* * ext/dl: change the callback mechanism.ttate2002-06-091-5/+2
* Get rid of a function.ttate2002-05-201-1/+0
* Get rid of the declaration of rb_str_cat2().ttate2002-05-202-33/+35
* Add DL::DLSTACK.ttate2002-05-151-0/+1
* ext/dl/ptr.c: missing break in switch statements.ttate2002-04-261-0/+15
* raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate2002-04-111-1/+1
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-032-3/+6
* Add ruby-dlttate2002-04-023-0/+552