aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/handle.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/dl/*: remove DL as it is replaced by Fiddle.tenderlove2014-10-311-431/+0
* ext/dl, ext/fiddle: fix memory leaknobu2014-03-081-0/+1
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* * ext/dl: Add documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #5192]drbrain2011-08-161-0/+48
* * ext/dl/handle.c (dlhandle_sym): clear previous error with dlerror()naruse2011-07-201-0/+3
* * ext/sdbm/_sdbm.c (sdbm_open): use size_t.naruse2011-03-251-1/+1
* * Use _WIN32 rather than checking for windows.h. Thanks Jon Forums!tenderlove2011-01-051-2/+2
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-181-1/+1
* * ext/dl/handle.c (rb_dlhandle_close): should not pass a dynamicnobu2010-07-131-1/+1
* * suppress warnings.nobu2010-05-211-1/+1
* * 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-231-0/+2
* * ext/dl/cfunc.c (dlcfunc_data_type): typed.nobu2009-09-091-10/+21
* * ext/dl/handle.c (rb_dlhandle_s_sym): added a method to accessnobu2009-05-231-10/+46
* * win32/Makefile.sub (config.h): added RUBY_COREDLL.nobu2009-03-171-0/+36
* * ext/dl: made indent style insistent.nobu2009-03-171-75/+75
* * ext/dl/handle.c (rb_dlhandle_sym): RTLD_NEXT is not for symbolnobu2009-03-111-11/+1
* * 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/dl.c (Init_dl): protoized.nobu2009-03-091-1/+1
* * ext/dl/dl.h (dlerror): fixed on Windows.nobu2009-03-021-0/+7
* * ext/dl/handle.c (rb_dlhandle_sym): get rid of buffer overrun,nobu2009-03-021-30/+25
* * ext/dl/handle.c (rb_dlhandle_sym): moved conditionally used variable.nobu2009-02-171-2/+1
* * parse.y (parser_warning, parser_warn): some error message maymatz2006-10-141-2/+2
* banish some warnings.akr2005-09-241-1/+0
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-3/+3
* added bcc32 support [ruby-dev:25657] and fixed a minor bug.ttate2005-02-081-34/+17
* minor bugfix.ttate2005-02-071-1/+1
* Improved DL::Handle#sym.ttate2005-02-071-40/+85
* added new files.ttate2005-02-041-0/+200
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-041-215/+0
* Merged Nakada-san's patch [ruby-core:02916].ttate2004-05-231-1/+1
* Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)ttate2003-11-131-2/+2
* * eval.c (avalue_to_svalue): use rb_check_array_type() again.matz2003-03-291-3/+2
* security enhancement of dl library (need test).matz2003-03-241-13/+16
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-3/+0
* Check the return value of dlopen().ttate2003-01-121-3/+3
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-201-1/+1
* Get rid of ineffective symbols, lines, constants and so on.ttate2002-11-071-9/+9
* Multiple call of the initialize.ttate2002-08-051-0/+3
* Conform to the allocation framework.ttate2002-08-041-16/+24
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-031-16/+14
* Add ruby-dlttate2002-04-021-0/+207