index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
dl
/
test_handle.rb
Age
Commit message (
Expand
)
Author
2014-10-31
* ext/dl/*: remove DL as it is replaced by Fiddle.
tenderlove
2014-03-13
test/dl, test/fiddle: relax criteria
nobu
2014-03-11
envutil.rb: do not check RSS by default
nobu
2014-03-09
tests for [Bug #9599]
nobu
2014-01-15
same as r44598
naruse
2012-11-30
Use RUBYOPT to overwrite original RUBYOPT ENV
naruse
2012-11-30
assert_in_out_err with block ignores test_stdout
kazu
2012-11-30
Refix r38002: capture_subprocess_io also doesn't fork
naruse
2012-11-30
Use capture_subprocess_io instead of capture_io. fix r38002
naruse
2012-11-29
Run another process to avoid failure when objspace is already loaded
naruse
2011-07-20
Add test for r32586.
naruse
2011-03-25
* test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently on
usa
2010-05-19
Fix test to follow the behavior of NetBSD's dlsym.
naruse
2010-03-20
* test/dl/test_handle.rb: skip some tests on mswin/mingw.
wanabe
2010-02-16
* test/dl/test_{base,handle}.rb: use more verbose assertions.
nobu
2010-02-07
* test/dl/test_handle.rb (test_NEXT): fix for BSD.
naruse
2010-02-02
use require_relative.
akr
2009-10-25
* ext/dl/handle.c (**) adding documentation
tenderlove
2009-10-25
* ext/dl/handle.c (rb_dlhandle_close_enabled_p) testing that handles can
tenderlove
2009-10-25
* ext/dl/handle.c (**) adding documentation
tenderlove
2009-10-25
* ext/dl/handle.c (rb_dlhandle_sym) refactoring rb_secure(2)
tenderlove
2009-10-25
* ext/dl/handle.c (rb_dlhandle_sym) removing unnecessary code. Adding
tenderlove
2009-10-24
* ext/dl/handle.c (rb_dlhandle_close) check return value of dlclose()
tenderlove
2009-10-23
* ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)
tenderlove