summaryrefslogtreecommitdiff
path: root/test/dl
AgeCommit message (Expand)Author
2013-09-28* test/dl/test_base.rb: {libc, libm} detection now handle GNU/Hurdkosaki
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-04-11* test/dl/test_base.rb: typo.usa
2013-04-11Experimental fix for ffi_closure_free causes dumping core/SEGVnaruse
2013-02-08* test/fiddle/helper.rb: specify libc and libm locations for MirOS BSD.akr
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-11-30suppress warnings: unused variablesnaruse
2012-11-30Use RUBYOPT to overwrite original RUBYOPT ENVnaruse
2012-11-30assert_in_out_err with block ignores test_stdoutkazu
2012-11-30Refix r38002: capture_subprocess_io also doesn't forknaruse
2012-11-30Use capture_subprocess_io instead of capture_io. fix r38002naruse
2012-11-29Run another process to avoid failure when objspace is already loadednaruse
2012-11-29test/dl: no warningsnobu
2012-11-28* ext/fiddle/fiddle.c: adding alignment constants for compatibilitytenderlove
2012-11-27* ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove
2012-11-27reverting r37881tenderlove
2012-11-27* ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-10-30* ext/dl/lib/dl/struct.rb: fix strange require order. [ruby-dev:45702]tenderlove
2012-06-13* test/dl/test_func.rb (test_qsort1, test_qsort2): use TYPE_SIZE_Tngoto
2012-06-06* test/dl/test_c_{struct_entry,union_entity}.rb: sorry, typos.usa
2012-06-04* test/dl/test_c_{struct,union}_entity.rb: broken require.usa
2012-05-31* ext/dl/lib/dl/struct.rb (DL::CStructEntity#set_ctypes): Refactoreddrbrain
2012-05-31* test/dl/test_c_struct_entry.rb: Removed duplicated testdrbrain
2012-05-31* ext/dl/lib/dl/struct.rb (DL::CStructEntity::size): Refactored ::sizedrbrain
2012-05-30* ext/dl/lib/dl/struct.rb (DL::CUnionEntity#set_ctypes): Refactoreddrbrain
2012-05-30* ext/dl/lib/dl/struct.rb (DL::CUnionEntity::size): Fixed ::size todrbrain
2012-02-25* ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu
2011-08-30* test/dl/test_callback.rb (test_callback_with_string): preventsnagachika
2011-08-09* test/fiddle/helper.rb (libc_so, libm_so): Solaris support added.ngoto
2011-07-28* ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointernobu
2011-07-27* ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu
2011-07-20Add test for r32586.naruse
2011-05-15* remove trailing spaces.nobu
2011-04-28* test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll onusa
2011-03-25* test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa
2011-01-30* test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu
2010-08-26Creating dummy library for dl/fiddle tests on AIX.kanemoto
2010-07-05forgot to commit the assert_match()tenderlove
2010-07-05* ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove
2010-06-25 * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui
2010-06-04* test/dl/test_cfunc.rb: test for r28156tenderlove
2010-06-02* ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibilitytenderlove
2010-06-02* test/dl/test_cfunc.rb (test_last_error): CFunc.last_error is thread localusa
2010-05-19Fix test to follow the behavior of NetBSD's dlsym.naruse
2010-05-19* test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C.usa
2010-05-09* test/dl/test_callback.rb: fixing valgrind errors. Ruby string may betenderlove