aboutsummaryrefslogtreecommitdiffstats
path: root/test/dl/test_handle.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/dl/*: remove DL as it is replaced by Fiddle.tenderlove2014-10-311-191/+0
* test/dl, test/fiddle: relax criterianobu2014-03-131-1/+1
* envutil.rb: do not check RSS by defaultnobu2014-03-111-1/+1
* tests for [Bug #9599]nobu2014-03-091-0/+4
* same as r44598naruse2014-01-151-1/+1
* Use RUBYOPT to overwrite original RUBYOPT ENVnaruse2012-11-301-1/+1
* assert_in_out_err with block ignores test_stdoutkazu2012-11-301-2/+2
* Refix r38002: capture_subprocess_io also doesn't forknaruse2012-11-301-2/+2
* Use capture_subprocess_io instead of capture_io. fix r38002naruse2012-11-301-1/+1
* Run another process to avoid failure when objspace is already loadednaruse2012-11-291-3/+6
* Add test for r32586.naruse2011-07-201-0/+11
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa2011-03-251-3/+2
* Fix test to follow the behavior of NetBSD's dlsym.naruse2010-05-191-2/+10
* * test/dl/test_handle.rb: skip some tests on mswin/mingw.wanabe2010-03-201-0/+3
* * test/dl/test_{base,handle}.rb: use more verbose assertions.nobu2010-02-161-10/+10
* * test/dl/test_handle.rb (test_NEXT): fix for BSD.naruse2010-02-071-2/+29
* use require_relative.akr2010-02-021-1/+1
* * ext/dl/handle.c (**) adding documentationtenderlove2009-10-251-0/+10
* * ext/dl/handle.c (rb_dlhandle_close_enabled_p) testing that handles cantenderlove2009-10-251-0/+17
* * ext/dl/handle.c (**) adding documentationtenderlove2009-10-251-0/+15
* * ext/dl/handle.c (rb_dlhandle_sym) refactoring rb_secure(2)tenderlove2009-10-251-0/+29
* * ext/dl/handle.c (rb_dlhandle_sym) removing unnecessary code. Addingtenderlove2009-10-251-0/+25
* * ext/dl/handle.c (rb_dlhandle_close) check return value of dlclose()tenderlove2009-10-241-0/+13
* * ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)tenderlove2009-10-231-0/+27