summaryrefslogtreecommitdiff
path: root/ext/dl
AgeCommit message (Expand)Author
2014-05-09extmk.rb: check if parent is buildnobu
2014-03-20dl/extconf.rb: check for -fno-defer-pop optionnobu
2014-03-08ext/dl, ext/fiddle: fix memory leaknobu
2014-02-25use NUM2SIZET instead of NUM2INTkazu
2014-01-13ext: real class namenobu
2014-01-13cptr.c: unused variablenobu
2014-01-12ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu
2013-11-09* ext/dl/cfunc.c: [DOC] fix typo in example [Bug #8944]zzak
2013-07-13ext/win32: movenobu
2013-07-11win32/registry.rb: remove workaroundnobu
2013-07-09* remove trailing spaces.nobu
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rb: hope that the finalusa
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rb (Win32::Regstry#check):usa
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rb: typos.usa
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rbusa
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rbusa
2013-07-09* ext/dl/win32/lib/win32/registry.rb (Win32::Registry.expand_environ):usa
2013-07-08win32/registry.rb: use WCHARnobu
2013-06-24dl/cfunc.c: fix conversion of Bignumshirosaki
2013-06-22* ext/dl/cfunc.c (rb_dlcfunc_call): Use rb_big_pack instead ofakr
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-14* ext/dl/lib/dl/func.rb (DL::Function#call): check tainted whennagachika
2013-04-16* ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2013-04-05dl/dl.h: suppress warningnobu
2012-12-11* ext/dl/lib/dl/func.rb (DL::Function#unbind, #bound?): suppress NoMethodErro...ngoto
2012-12-11* ext/dl/win32/extconf.rb: Fix typonaruse
2012-12-10* ext/fiddle/win32/*: library ports from DL to Fiddle.usa
2012-12-06* ext/dl/lib/dl/func.rb (CALL_TYPE_TO_ABI, FiddleClosureCFunc): exclude priva...ngoto
2012-12-05* ext/dl/lib/dl/func.rb (DL::Function#bind): When Fiddle is used,ngoto
2012-12-05* remove trailing spaces.nobu
2012-12-05* ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):ngoto
2012-11-30suppress warnings: uninitialized variablesnaruse
2012-11-27* ext/dl/lib/dl.rb: Deprecation notice for DLzzak
2012-11-27* ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove
2012-11-27reverting r37881tenderlove
2012-11-27* ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove
2012-11-05* ext/dl/win32/lib/Win32API.rb (Win32API#call): use 64bit pointer for x64shirosaki
2012-10-30* ext/dl/lib/dl/struct.rb: fix strange require order. [ruby-dev:45702]tenderlove
2012-09-04remove trailing spaces.nobu
2012-08-21* ext/dl/lib/dl/func.rb (DL::Function#bind): fixes an error inusa
2012-08-17* ext/dl/lib/dl/func.rb (DL::Function#bind): allow to return/break fromusa
2012-07-03* ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8usa
2012-05-31* ext/dl/lib/dl/struct.rb (DL::CStructEntity#set_ctypes): Refactoreddrbrain
2012-05-31* ext/dl/lib/dl/struct.rb (DL::CStructEntity::size): Refactored ::sizedrbrain
2012-05-30* ext/dl/lib/dl/struct.rb (DL::CUnionEntity#set_ctypes): Refactoreddrbrain
2012-05-30* ext/dl/lib/dl/struct.rb (DL::CUnionEntity::size): Fixed ::size todrbrain
2012-05-30* ext/dl: Added documentation. Patch by Vincent Batts.drbrain
2012-04-27* ext/dl/cfunc.c (rb_dlcfunc_call): should convert a Bignum value tousa