aboutsummaryrefslogtreecommitdiffstats
path: root/test/dl/test_dl2.rb
Commit message (Expand)AuthorAgeFilesLines
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-27/+0
* suppress warnings: unused variablesnaruse2012-11-301-2/+2
* * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu2012-02-251-0/+12
* * test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu2011-01-301-0/+1
* * test/dl/test_dl2.rb (DL::TestDL#ptr2num): add for LLP64.wanabe2010-03-191-4/+9
* * test/dl/test_dl2.rb: require 'dl/func' to refer DL::Function.wanabe2010-03-191-0/+1
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-031-5/+7
* * ext/dl/cptr.c (rb_dlptr_size) splitting function to reduce complexitytenderlove2009-11-011-22/+9
* * test/dl/test_dl2.rb (**) testing malloc and realloctenderlove2009-11-011-0/+47
* * test/dl: use require_relative to require test_base.rb.akr2009-09-101-1/+1
* * test/dl/test_dl2.rb (test_call_double, test_sin): fixed argumentnobu2009-09-091-6/+7
* * test/dl: moved from ext/dl/test.nobu2009-03-031-0/+111