aboutsummaryrefslogtreecommitdiffstats
path: root/test/dl
Commit message (Expand)AuthorAgeFilesLines
* test/dl, test/fiddle: relax criterianobu2014-03-132-2/+2
* envutil.rb: do not check RSS by defaultnobu2014-03-112-2/+2
* tests for [Bug #9599]nobu2014-03-092-0/+8
* Use assert_separately to speed upnaruse2014-03-021-0/+6
* same as r44598naruse2014-01-151-1/+1
* /usr/lib/libc.so is not symlink on FreeBSD 10naruse2014-01-151-0/+3
* * test/dl/test_base.rb: {libc, libm} detection now handle GNU/Hurdkosaki2013-09-281-0/+3
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-27/+0
* * test/dl/test_base.rb: typo.usa2013-04-111-0/+1
* Experimental fix for ffi_closure_free causes dumping core/SEGVnaruse2013-04-111-0/+5
* * test/fiddle/helper.rb: specify libc and libm locations for MirOS BSD.akr2013-02-081-0/+3
* * 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
* suppress warnings: unused variablesnaruse2012-11-302-3/+3
* Use RUBYOPT to overwrite original RUBYOPT ENVnaruse2012-11-301-1/+1
* assert_in_out_err with block ignores test_stdoutkazu2012-11-301-2/+2
* Refix r38002: capture_subprocess_io also doesn't forknaruse2012-11-301-2/+2
* Use capture_subprocess_io instead of capture_io. fix r38002naruse2012-11-301-1/+1
* Run another process to avoid failure when objspace is already loadednaruse2012-11-291-3/+6
* test/dl: no warningsnobu2012-11-292-2/+4
* * ext/fiddle/fiddle.c: adding alignment constants for compatibilitytenderlove2012-11-284-61/+63
* * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove2012-11-271-1/+1
* reverting r37881tenderlove2012-11-271-1/+1
* * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove2012-11-271-1/+1
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* * ext/dl/lib/dl/struct.rb: fix strange require order. [ruby-dev:45702]tenderlove2012-10-302-4/+0
* * 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