Age | Commit message (Expand) | Author |
2014-10-31 | * ext/dl/*: remove DL as it is replaced by Fiddle. | tenderlove |
2014-03-13 | test/dl, test/fiddle: relax criteria | nobu |
2014-03-11 | envutil.rb: do not check RSS by default | nobu |
2014-03-09 | tests for [Bug #9599] | nobu |
2014-03-02 | Use assert_separately to speed up | naruse |
2014-01-15 | same as r44598 | naruse |
2014-01-15 | /usr/lib/libc.so is not symlink on FreeBSD 10 | naruse |
2013-09-28 | * test/dl/test_base.rb: {libc, libm} detection now handle GNU/Hurd | kosaki |
2013-06-12 | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo |
2013-04-11 | * test/dl/test_base.rb: typo. | usa |
2013-04-11 | Experimental fix for ffi_closure_free causes dumping core/SEGV | naruse |
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-30 | suppress warnings: unused variables | naruse |
2012-11-30 | Use RUBYOPT to overwrite original RUBYOPT ENV | naruse |
2012-11-30 | assert_in_out_err with block ignores test_stdout | kazu |
2012-11-30 | Refix r38002: capture_subprocess_io also doesn't fork | naruse |
2012-11-30 | Use capture_subprocess_io instead of capture_io. fix r38002 | naruse |
2012-11-29 | Run another process to avoid failure when objspace is already loaded | naruse |
2012-11-29 | test/dl: no warnings | nobu |
2012-11-28 | * ext/fiddle/fiddle.c: adding alignment constants for compatibility | tenderlove |
2012-11-27 | * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle | tenderlove |
2012-11-27 | reverting r37881 | tenderlove |
2012-11-27 | * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle | tenderlove |
2012-11-06 | * ruby.c (load_file_internal): set default source encoding as | naruse |
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_T | ngoto |
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): Refactored | drbrain |
2012-05-31 | * test/dl/test_c_struct_entry.rb: Removed duplicated test | drbrain |
2012-05-31 | * ext/dl/lib/dl/struct.rb (DL::CStructEntity::size): Refactored ::size | drbrain |
2012-05-30 | * ext/dl/lib/dl/struct.rb (DL::CUnionEntity#set_ctypes): Refactored | drbrain |
2012-05-30 | * ext/dl/lib/dl/struct.rb (DL::CUnionEntity::size): Fixed ::size to | drbrain |
2012-02-25 | * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_t | nobu |
2011-08-30 | * test/dl/test_callback.rb (test_callback_with_string): prevents | nagachika |
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 pointer | nobu |
2011-07-27 | * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark): | nobu |
2011-07-20 | Add 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 on | usa |
2011-03-25 | * test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently on | usa |
2011-01-30 | * test/dl/test_dl2.rb (TestDL#test_sin): math functions do not | nobu |
2010-08-26 | Creating dummy library for dl/fiddle tests on AIX. | kanemoto |
2010-07-05 | forgot to commit the assert_match() | tenderlove |
2010-07-05 | * ext/dl/lib/dl/import.rb (handler): add a more helpful error message | tenderlove |