1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/fiddle
ngoto 3e6a624a83 * ext/fiddle/function.c (Fiddle::Function.new): new keyword argument :name to set the name attribute.
* ext/fiddle/lib/fiddle/import.rb (import_function, bind_function): set function name by using the :name keyword argument.
  Re-fixes r38243. [ruby-core:50566]
* test/fiddle/test_function.rb (test_name): test for the :name keyword argument and Fiddle::Function#name.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-12-11 10:41:00 +00:00
..
helper.rb * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle 2012-11-27 19:54:50 +00:00
test_c_struct_entry.rb * ext/fiddle/fiddle.c: adding alignment constants for compatibility 2012-11-28 00:02:49 +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_closure.rb * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle 2012-11-27 19:54:50 +00:00
test_cparser.rb * ext/fiddle/fiddle.c: adding alignment constants for compatibility 2012-11-28 00:02:49 +00:00
test_fiddle.rb * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle 2012-11-27 19:54:50 +00:00
test_func.rb * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle 2012-11-27 19:54:50 +00:00
test_function.rb * ext/fiddle/function.c (Fiddle::Function.new): new keyword argument :name to set the name attribute. 2012-12-11 10:41:00 +00:00
test_handle.rb * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle 2012-11-27 19:54:50 +00:00
test_import.rb * ext/fiddle/fiddle.c: adding alignment constants for compatibility 2012-11-28 00:02:49 +00:00
test_pointer.rb * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle 2012-11-27 19:54:50 +00:00