summaryrefslogtreecommitdiff
path: root/ext/dl
AgeCommit message (Expand)Author
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-03 * ext/dl/win32/lib/win32/resolv.rb: get rid of warning.usa
2009-03-03 * ext/dl/win32/lib/win32/{registry,resolv}.rb: use dl/import insteadusa
2009-03-03 * ext/dl/lib/dl/func.rb (DL::Function.name): delegate to @cfunc.usa
2009-03-03* ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.nobu
2009-03-03* ext/dl/lib/dl/cparser.rb (DL::CParser::parse_signature): fixednobu
2009-03-03* ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundantnobu
2009-03-03* ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.nobu
2009-03-03* test/dl: moved from ext/dl/test.nobu
2009-03-02* ext/dl/dl.h (dlerror): fixed on Windows.nobu
2009-03-02* ext/dl/handle.c (rb_dlhandle_sym): get rid of buffer overrun,nobu
2009-03-01* ext/dl/win32/lib/Win32API.rb (initialize): passes restnobu
2009-03-01* ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missingnobu
2009-02-17* ext/dl/handle.c (rb_dlhandle_sym): moved conditionally used variable.nobu
2009-02-13* ext/dl/win32/lib/Win32API.rb (Win32API#initialize): DL.dlopennobu
2008-12-30* ext/dl/test/test_import.rb: fix a prototype decl.ko1
2008-12-29* ext/dl/test/test_base.rb: add libc search logic.ko1
2008-12-29* ext/dl/test/test_base.rb: add x86_64-linux's case again. #932yugui
2008-12-28* test/ext/dl/test_base.rb : add BSD's case.naruse
2008-12-28* ext/dl/lib/dl/import.rb (DL::Importer#sizeof): followsyugui
2008-12-28* ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename andyugui
2008-12-28Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2008-12-28 * ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.takano32
2008-12-27 * ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.takano32
2008-10-03* ext/dl/extconf.rb ($distcleanfiles): added callback-?.c intoyugui
2008-08-31* ext/dl/mkcallback.rb (rb_dl_init_callbacks): fix indent.akr
2008-08-30* ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduceakr
2008-08-30* ext/dl/mkcallback.rb (foreach_proc_entry): extracted.akr
2008-08-30* ext/dl/test/test_import.rb: fix character code.akr
2008-08-30* ext/dl/mkcallback.rb: fix continuation line detection.akr
2008-08-30* ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem whichakr
2008-08-12* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable.nobu
2008-08-11* ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.matz
2008-03-31* lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu
2008-03-21* lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu
2007-12-25 * ext/dl/depend: add dependencies. [ruby-dev:32760]usa
2007-12-18 * dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64usa
2007-12-03 * ext/Win32API/*: removed or moved to ext/dl/win32.usa
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-08-08* ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer checkmatz
2007-08-08* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. amatz
2007-07-15* ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2006-12-31 * Merge YARVko1
2006-10-14* parse.y (parser_warning, parser_warn): some error message maymatz
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa
2006-07-07should define FUNC_CDECL/STDCALL if the macros are not defined.ttate
2006-07-06conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate