summaryrefslogtreecommitdiff
path: root/ext/dl
AgeCommit message (Expand)Author
2009-09-12* configure.in (GCC): subst for GCC depending extension libraries.nobu
2009-09-09* ext/dl/cfunc.c (dlcfunc_data_type): typed.nobu
2009-05-23* ext/dl/handle.c (rb_dlhandle_s_sym): added a method to accessnobu
2009-05-23* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature):nobu
2009-05-23* ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restrictnobu
2009-05-16* ext/dl/lib/dl/callback.rb (DL#remove_callback_internal): ignorenobu
2009-05-10* ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if alreadynobu
2009-05-10* ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check ifnobu
2009-05-10* ext/dl/cptr.c: consistent indentation.nobu
2009-05-10* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): stripsnobu
2009-03-21* ext/dl: updated svn:ignore.nobu
2009-03-17* win32/Makefile.sub (config.h): added RUBY_COREDLL.nobu
2009-03-17* ext/dl: made indent style insistent.nobu
2009-03-14* common.mk (srcs-ext): creates ext/dl/callback/callback.c also.nobu
2009-03-11* ext/dl/handle.c (rb_dlhandle_sym): RTLD_NEXT is not for symbolnobu
2009-03-11 * ext/dl/win32/lib/Win32API.rb: call by :stdcall as default.usa
2009-03-11* ext/dl/handle.c (rb_dlhandle_sym): moved conditinally used variable.nobu
2009-03-11* ext/dl/handle.c (rb_dlhandle_sym): fixed heap corruption.nobu
2009-03-10* ext/dl/callback/mkcallback.rb (DLTYPE[FLOAT]): cast to suppressnobu
2009-03-09* ext/dl/callback/depend: fix for parallel build.nobu
2009-03-09* ext/dl/callback/extconf.rb ($distcleanfiles): added callback.c.nobu
2009-03-09* ext/dl/dl.c (Init_dl): protoized.nobu
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