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_base.rb
Age
Commit message (
Expand
)
Author
2014-10-31
* ext/dl/*: remove DL as it is replaced by Fiddle.
tenderlove
2014-01-15
/usr/lib/libc.so is not symlink on FreeBSD 10
naruse
2013-09-28
* test/dl/test_base.rb: {libc, libm} detection now handle GNU/Hurd
kosaki
2013-04-11
* test/dl/test_base.rb: typo.
usa
2013-04-11
Experimental fix for ffi_closure_free causes dumping core/SEGV
naruse
2013-02-08
* test/fiddle/helper.rb: specify libc and libm locations for MirOS BSD.
akr
2012-11-29
test/dl: no warnings
nobu
2011-08-09
* test/fiddle/helper.rb (libc_so, libm_so): Solaris support added.
ngoto
2011-04-28
* test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll on
usa
2010-08-26
Creating dummy library for dl/fiddle tests on AIX.
kanemoto
2010-05-08
* test/dl/test_base.rb (libc_so, libm_so): supports solaris.
yugui
2010-04-23
* test/dl/test_base.rb: add kfreebsd support. based on a patch from
mame
2010-02-16
* test/dl/test_{base,handle}.rb: use more verbose assertions.
nobu
2010-02-03
Wed Feb 3 10:12:09 2010 Aaron Patterson <
[email protected]
>
tenderlove
2009-03-18
pattern refined for ldd on OpenBSD.
akr
2009-03-11
use argument only if it is absolute path.
akr
2009-03-11
* test/dl/test_base.rb: decide dll name of MSVCRT from RUBY_SO_NAME on native...
usa
2009-03-07
use ldd to find libc and libm if no information.
akr
2009-03-07
add 64bit solaris library.
akr
2009-03-07
don't exit even if libc/libm is not found.
akr
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-05
* test/dl/test_base.rb: Add dragonfly to libc and libm switch.
naruse
2009-03-03
* test/dl: moved from ext/dl/test.
nobu