aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl
Commit message (Expand)AuthorAgeFilesLines
* ext: real class namenobu2014-01-131-1/+1
* cptr.c: unused variablenobu2014-01-131-1/+0
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-121-3/+2
* * ext/dl/cfunc.c: [DOC] fix typo in example [Bug #8944]zzak2013-11-091-1/+1
* ext/win32: movenobu2013-07-135-1619/+0
* win32/registry.rb: remove workaroundnobu2013-07-111-1/+1
* * remove trailing spaces.nobu2013-07-091-1/+1
* * ext/{dl,fiddle}/win32/lib/win32/registry.rb: hope that the finalusa2013-07-091-32/+48
* * ext/{dl,fiddle}/win32/lib/win32/registry.rb (Win32::Regstry#check):usa2013-07-091-8/+13
* * ext/{dl,fiddle}/win32/lib/win32/registry.rb: typos.usa2013-07-091-2/+2
* * ext/{dl,fiddle}/win32/lib/win32/registry.rbusa2013-07-091-3/+3
* * ext/{dl,fiddle}/win32/lib/win32/registry.rbusa2013-07-091-1/+1
* * ext/dl/win32/lib/win32/registry.rb (Win32::Registry.expand_environ):usa2013-07-091-1/+1
* win32/registry.rb: use WCHARnobu2013-07-081-25/+35
* dl/cfunc.c: fix conversion of Bignumshirosaki2013-06-241-1/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): Use rb_big_pack instead ofakr2013-06-221-5/+8
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-123-10/+0
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * ext/dl/lib/dl/func.rb (DL::Function#call): check tainted whennagachika2013-05-141-0/+3
* * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak2013-04-161-1/+3
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-132-5/+12
* dl/dl.h: suppress warningnobu2013-04-051-1/+1
* * ext/dl/lib/dl/func.rb (DL::Function#unbind, #bound?): suppress NoMethodErro...ngoto2012-12-111-0/+22
* * ext/dl/win32/extconf.rb: Fix typonaruse2012-12-111-1/+1
* * ext/fiddle/win32/*: library ports from DL to Fiddle.usa2012-12-101-1/+1
* * ext/dl/lib/dl/func.rb (CALL_TYPE_TO_ABI, FiddleClosureCFunc): exclude priva...ngoto2012-12-061-3/+5
* * ext/dl/lib/dl/func.rb (DL::Function#bind): When Fiddle is used,ngoto2012-12-051-0/+2
* * remove trailing spaces.nobu2012-12-051-1/+1
* * ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):ngoto2012-12-052-10/+44
* suppress warnings: uninitialized variablesnaruse2012-11-301-1/+7
* * ext/dl/lib/dl.rb: Deprecation notice for DLzzak2012-11-271-0/+2
* * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove2012-11-271-1/+1
* reverting r37881tenderlove2012-11-271-1/+1
* * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove2012-11-271-1/+1
* * ext/dl/win32/lib/Win32API.rb (Win32API#call): use 64bit pointer for x64shirosaki2012-11-051-1/+2
* * ext/dl/lib/dl/struct.rb: fix strange require order. [ruby-dev:45702]tenderlove2012-10-302-0/+3
* remove trailing spaces.nobu2012-09-041-1/+1
* * ext/dl/lib/dl/func.rb (DL::Function#bind): fixes an error inusa2012-08-211-1/+1
* * ext/dl/lib/dl/func.rb (DL::Function#bind): allow to return/break fromusa2012-08-171-0/+3
* * ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8usa2012-07-031-2/+2
* * ext/dl/lib/dl/struct.rb (DL::CStructEntity#set_ctypes): Refactoreddrbrain2012-05-311-19/+12
* * ext/dl/lib/dl/struct.rb (DL::CStructEntity::size): Refactored ::sizedrbrain2012-05-311-20/+12
* * ext/dl/lib/dl/struct.rb (DL::CUnionEntity#set_ctypes): Refactoreddrbrain2012-05-301-13/+2
* * ext/dl/lib/dl/struct.rb (DL::CUnionEntity::size): Fixed ::size todrbrain2012-05-301-11/+3
* * ext/dl: Added documentation. Patch by Vincent Batts.drbrain2012-05-305-3/+148
* * ext/dl/cfunc.c (rb_dlcfunc_call): should convert a Bignum value tousa2012-04-271-0/+4
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu2012-02-254-5/+146
* * ext/dl/extconf.rb: clang does not use -fno-defer-pop during compilation.nobu2012-02-091-1/+2
* * ext/dl/dl.h (ALIGN_OF): use offsetof().nobu2012-02-091-17/+9