summaryrefslogtreecommitdiff
path: root/test/dl/test_func.rb
AgeCommit message (Expand)Author
2014-03-02Use assert_separately to speed upnaruse
2012-12-11* test/dl/test_func.rb (test_name_with_block, test_bind, test_qsort1): call u...ngoto
2012-12-11* ext/dl/lib/dl/func.rb (DL::Function#unbind, #bound?): suppress NoMethodErro...ngoto
2012-12-05* ext/dl/lib/dl/func.rb (DL::Function#bind): When Fiddle is used,ngoto
2012-12-05* ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):ngoto
2012-06-13* test/dl/test_func.rb (test_qsort1, test_qsort2): use TYPE_SIZE_Tngoto
2011-07-27* ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu
2011-05-15* remove trailing spaces.nobu
2011-01-30* test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu
2010-06-25 * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui
2010-05-19* test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C.usa
2010-02-03Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove
2009-12-07* test/dl/test_callback.rb testing callback removaltenderlove
2009-11-13* test/dl/test_cptr.rb (**): using ruby_xfree instead of libc's freetenderlove
2009-11-12* ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it shouldtenderlove
2009-11-10* test/dl/test_func.rb (test_strtod): strtod test should not rely ontenderlove
2009-09-10* test/dl: use require_relative to require test_base.rb.akr
2009-03-03* test/dl: moved from ext/dl/test.nobu