aboutsummaryrefslogtreecommitdiffstats
path: root/test/dl
Commit message (Expand)AuthorAgeFilesLines
* * test/dl/test_func.rb (test_qsort1, test_qsort2): use TYPE_SIZE_Tngoto2012-06-131-2/+2
* * test/dl/test_c_{struct_entry,union_entity}.rb: sorry, typos.usa2012-06-062-2/+2
* * test/dl/test_c_{struct,union}_entity.rb: broken require.usa2012-06-042-2/+6
* * ext/dl/lib/dl/struct.rb (DL::CStructEntity#set_ctypes): Refactoreddrbrain2012-05-311-0/+12
* * test/dl/test_c_struct_entry.rb: Removed duplicated testdrbrain2012-05-311-5/+0
* * ext/dl/lib/dl/struct.rb (DL::CStructEntity::size): Refactored ::sizedrbrain2012-05-311-0/+46
* * ext/dl/lib/dl/struct.rb (DL::CUnionEntity#set_ctypes): Refactoreddrbrain2012-05-301-0/+12
* * ext/dl/lib/dl/struct.rb (DL::CUnionEntity::size): Fixed ::size todrbrain2012-05-301-0/+18
* * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu2012-02-252-0/+32
* * test/dl/test_callback.rb (test_callback_with_string): preventsnagachika2011-08-301-2/+5
* * test/fiddle/helper.rb (libc_so, libm_so): Solaris support added.ngoto2011-08-091-2/+2
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointernobu2011-07-281-0/+6
* * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu2011-07-271-0/+5
* Add test for r32586.naruse2011-07-201-0/+11
* * remove trailing spaces.nobu2011-05-151-1/+1
* * test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll onusa2011-04-281-1/+1
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa2011-03-251-3/+2
* * test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu2011-01-302-0/+3
* Creating dummy library for dl/fiddle tests on AIX.kanemoto2010-08-261-0/+28
* forgot to commit the assert_match()tenderlove2010-07-051-0/+1
* * ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove2010-07-051-0/+9
* * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui2010-06-251-0/+12
* * test/dl/test_cfunc.rb: test for r28156tenderlove2010-06-041-0/+4
* * ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibilitytenderlove2010-06-021-0/+13
* * test/dl/test_cfunc.rb (test_last_error): CFunc.last_error is thread localusa2010-06-021-4/+6
* Fix test to follow the behavior of NetBSD's dlsym.naruse2010-05-191-2/+10
* * test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C.usa2010-05-191-2/+6
* * test/dl/test_callback.rb: fixing valgrind errors. Ruby string may betenderlove2010-05-091-1/+2
* * test/dl/test_base.rb (libc_so, libm_so): supports solaris.yugui2010-05-081-0/+12
* * test/dl/test_base.rb: add kfreebsd support. based on a patch frommame2010-04-231-0/+3
* * test/dl/test_handle.rb: skip some tests on mswin/mingw.wanabe2010-03-201-0/+3
* * test/dl/test_cfunc.rb (test_to_s): a result of sprintf("%x", ptr)wanabe2010-03-191-1/+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
* * test/dl/test_method.rb: delete a residual test for dl on libffi.mame2010-03-091-11/+0
* * test/dl/test_closure.rb: forget to revert at r26764.muraken2010-03-021-130/+0
* * test/dl/test_method.rb: sinf(3) is in libm.naruse2010-02-171-1/+1
* * test/dl/test_{base,handle}.rb: use more verbose assertions.nobu2010-02-163-14/+14
* * ext/dl/method.c: Adding DL::Method as a superclass for DL::Functiontenderlove2010-02-161-0/+11
* * test/dl/test_handle.rb (test_NEXT): fix for BSD.naruse2010-02-071-2/+29
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-034-6/+156
* use require_relative.akr2010-02-021-1/+1
* * test/dl/test_callback.rb testing callback removaltenderlove2009-12-072-0/+23
* * ext/dl/cptr.c (to_int): DL::CPtr supports to_inttenderlove2009-12-041-0/+5
* * test/dl/test_callback.rb (**): using DL::Function to test callbackstenderlove2009-12-041-3/+5
* * test/dl/test_callback.rb (**): testing return values of dl callbackstenderlove2009-12-031-0/+23
* * test/dl/test_cptr.rb (**): using ruby_xfree instead of libc's freetenderlove2009-11-132-5/+5
* * 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/test_callback.rb (**) adding a callback test filetenderlove2009-11-081-0/+32