aboutsummaryrefslogtreecommitdiffstats
path: root/test/dl/test_func.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_separately to speed upnaruse2014-03-021-0/+6
* * test/dl/test_func.rb (test_name_with_block, test_bind, test_qsort1): call u...ngoto2012-12-111-19/+31
* * ext/dl/lib/dl/func.rb (DL::Function#unbind, #bound?): suppress NoMethodErro...ngoto2012-12-111-0/+43
* * ext/dl/lib/dl/func.rb (DL::Function#bind): When Fiddle is used,ngoto2012-12-051-0/+8
* * ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):ngoto2012-12-051-0/+6
* * test/dl/test_func.rb (test_qsort1, test_qsort2): use TYPE_SIZE_Tngoto2012-06-131-2/+2
* * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu2011-07-271-0/+5
* * remove trailing spaces.nobu2011-05-151-1/+1
* * test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu2011-01-301-0/+2
* * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui2010-06-251-0/+12
* * test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C.usa2010-05-191-2/+6
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-031-0/+18
* * test/dl/test_callback.rb testing callback removaltenderlove2009-12-071-0/+12
* * test/dl/test_cptr.rb (**): using ruby_xfree instead of libc's freetenderlove2009-11-131-1/+1
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it shouldtenderlove2009-11-121-1/+1
* * test/dl/test_func.rb (test_strtod): strtod test should not rely ontenderlove2009-11-101-2/+2
* * test/dl: use require_relative to require test_base.rb.akr2009-09-101-1/+1
* * test/dl: moved from ext/dl/test.nobu2009-03-031-0/+62