1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/dl
yugui 6fac4c5f9f merges r23386 from trunk into ruby_1_9_1.
--
* ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if already
  bound to a block.

* ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): block must be
  given if arg is not bound.  [ruby-dev:38404]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-05-21 14:47:54 +00:00
..
lib/dl merges r23386 from trunk into ruby_1_9_1. 2009-05-21 14:47:54 +00:00
test merges r21186 from trunk into ruby_1_9_1. 2008-12-30 11:05:14 +00:00
win32 merges r22695 from trunk into ruby_1_9_1. 2009-03-04 09:20:47 +00:00
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
cfunc.c merges r23385 from trunk into ruby_1_9_1. 2009-05-21 14:47:47 +00:00
cptr.c merges r23385 from trunk into ruby_1_9_1. 2009-05-21 14:47:47 +00:00
depend * ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduce 2008-08-30 16:55:34 +00:00
dl.c * ext/dl/cfunc.c (rb_dlcfunc_call): add taint check. 2008-08-11 11:33:44 +00:00
dl.h merges r23385 from trunk into ruby_1_9_1. 2009-05-21 14:47:47 +00:00
extconf.rb * ext/dl/extconf.rb ($distcleanfiles): added callback-?.c into 2008-10-03 15:49:39 +00:00
handle.c * ext/dl/dl.c (rb_dlhandle_initialize): prohibits DL::dlopen 2009-05-11 15:07:10 +00:00
mkcallback.rb merges r22690 from trunk into ruby_1_9_1. 2009-03-04 09:20:22 +00:00