1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/dl
ngoto 9920da5593 * ext/dl/lib/dl/func.rb (DL::Function#bind): When Fiddle is used,
@ptr should be updated. This fixes SEGV raised in DL::Function#call
  after calling DL::Function#bind. [Bug #7516] [ruby-dev:46708]
* test/dl/test_func.rb (test_bind): test for the above


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-12-05 13:24:19 +00:00
..
test_base.rb test/dl: no warnings 2012-11-29 02:58:34 +00:00
test_c_struct_entry.rb test/dl: no warnings 2012-11-29 02:58:34 +00:00
test_c_union_entity.rb * ext/fiddle/fiddle.c: adding alignment constants for compatibility 2012-11-28 00:02:49 +00:00
test_callback.rb * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle 2012-11-27 19:54:50 +00:00
test_cfunc.rb suppress warnings: unused variables 2012-11-30 19:10:12 +00:00
test_cparser.rb * ext/fiddle/fiddle.c: adding alignment constants for compatibility 2012-11-28 00:02:49 +00:00
test_cptr.rb * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointer 2011-07-28 03:32:52 +00:00
test_dl2.rb suppress warnings: unused variables 2012-11-30 19:10:12 +00:00
test_func.rb * ext/dl/lib/dl/func.rb (DL::Function#bind): When Fiddle is used, 2012-12-05 13:24:19 +00:00
test_handle.rb Use RUBYOPT to overwrite original RUBYOPT ENV 2012-11-30 19:10:05 +00:00
test_import.rb * ext/fiddle/fiddle.c: adding alignment constants for compatibility 2012-11-28 00:02:49 +00:00
test_win32.rb * test/dl: use require_relative to require test_base.rb. 2009-09-10 17:14:53 +00:00