summaryrefslogtreecommitdiffstats
path: root/ext/dl
Commit message (Expand)AuthorAgeFilesLines
* * ext/dl/handle.c (dlhandle_sym): fixed an invalid local variablenobu2009-10-251-4/+4
* * ext/dl/handle.c (rb_dlhandle_close): fixed an invalid localnobu2009-10-251-1/+1
* * ext/dl/handle.c (**) adding documentationtenderlove2009-10-251-0/+6
* * ext/dl/handle.c (rb_dlhandle_close_enabled_p) testing that handles cantenderlove2009-10-251-0/+28
* * ext/dl/handle.c (**) adding documentationtenderlove2009-10-251-0/+12
* * ext/dl/handle.c (rb_dlhandle_sym) refactoring rb_secure(2)tenderlove2009-10-251-3/+11
* * ext/dl/handle.c (rb_dlhandle_sym) removing unnecessary code. Addingtenderlove2009-10-251-3/+8
* * ext/dl/handle.c (rb_dlhandle_close) check return value of dlclose()tenderlove2009-10-241-2/+17
* * ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)tenderlove2009-10-232-1/+2
* * configure.in (GCC): subst for GCC depending extension libraries.nobu2009-09-121-1/+1
* * ext/dl/cfunc.c (dlcfunc_data_type): typed.nobu2009-09-093-47/+83
* * ext/dl/handle.c (rb_dlhandle_s_sym): added a method to accessnobu2009-05-231-10/+46
* * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature):nobu2009-05-231-1/+1
* * ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restrictnobu2009-05-231-1/+4
* * ext/dl/lib/dl/callback.rb (DL#remove_callback_internal): ignorenobu2009-05-161-1/+1
* * ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if alreadynobu2009-05-102-0/+6
* * ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check ifnobu2009-05-103-10/+25
* * ext/dl/cptr.c: consistent indentation.nobu2009-05-101-157/+157
* * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): stripsnobu2009-05-101-1/+1
* * ext/dl: updated svn:ignore.nobu2009-03-211-1/+1
* * win32/Makefile.sub (config.h): added RUBY_COREDLL.nobu2009-03-172-1/+36
* * ext/dl: made indent style insistent.nobu2009-03-173-160/+160
* * common.mk (srcs-ext): creates ext/dl/callback/callback.c also.nobu2009-03-141-0/+5
* * ext/dl/handle.c (rb_dlhandle_sym): RTLD_NEXT is not for symbolnobu2009-03-111-11/+1
* * ext/dl/win32/lib/Win32API.rb: call by :stdcall as default.usa2009-03-111-2/+2
* * ext/dl/handle.c (rb_dlhandle_sym): moved conditinally used variable.nobu2009-03-111-1/+1
* * ext/dl/handle.c (rb_dlhandle_sym): fixed heap corruption.nobu2009-03-111-9/+9
* * ext/dl/callback/mkcallback.rb (DLTYPE[FLOAT]): cast to suppressnobu2009-03-101-1/+1
* * ext/dl/callback/depend: fix for parallel build.nobu2009-03-093-23/+23
* * ext/dl/callback/extconf.rb ($distcleanfiles): added callback.c.nobu2009-03-091-7/+5
* * ext/dl/dl.c (Init_dl): protoized.nobu2009-03-094-7/+7
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-066-156/+156
* * ext/dl/win32/lib/win32/resolv.rb: get rid of warning.usa2009-03-032-3/+5
* * ext/dl/win32/lib/win32/{registry,resolv}.rb: use dl/import insteadusa2009-03-032-18/+34
* * ext/dl/lib/dl/func.rb (DL::Function.name): delegate to @cfunc.usa2009-03-031-0/+4
* * ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.nobu2009-03-036-35/+63
* * ext/dl/lib/dl/cparser.rb (DL::CParser::parse_signature): fixednobu2009-03-031-1/+1
* * ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundantnobu2009-03-032-88/+13
* * ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.nobu2009-03-031-0/+2
* * test/dl: moved from ext/dl/test.nobu2009-03-036-461/+0
* * ext/dl/dl.h (dlerror): fixed on Windows.nobu2009-03-022-1/+8
* * ext/dl/handle.c (rb_dlhandle_sym): get rid of buffer overrun,nobu2009-03-021-30/+25
* * ext/dl/win32/lib/Win32API.rb (initialize): passes restnobu2009-03-011-2/+2
* * ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missingnobu2009-03-013-25/+37
* * ext/dl/handle.c (rb_dlhandle_sym): moved conditionally used variable.nobu2009-02-171-2/+1
* * ext/dl/win32/lib/Win32API.rb (Win32API#initialize): DL.dlopennobu2009-02-131-0/+2
* * ext/dl/test/test_import.rb: fix a prototype decl.ko12008-12-301-1/+1
* * ext/dl/test/test_base.rb: add libc search logic.ko12008-12-295-33/+84
* * ext/dl/test/test_base.rb: add x86_64-linux's case again. #932yugui2008-12-291-0/+3
* * test/ext/dl/test_base.rb : add BSD's case.naruse2008-12-281-0/+3