aboutsummaryrefslogtreecommitdiffstats
path: root/test/dl/test_base.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/fiddle/helper.rb (libc_so, libm_so): Solaris support added.ngoto2011-08-091-2/+2
* * test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll onusa2011-04-281-1/+1
* Creating dummy library for dl/fiddle tests on AIX.kanemoto2010-08-261-0/+28
* * test/dl/test_base.rb (libc_so, libm_so): supports solaris.yugui2010-05-081-0/+12
* * test/dl/test_base.rb: add kfreebsd support. based on a patch frommame2010-04-231-0/+3
* * test/dl/test_{base,handle}.rb: use more verbose assertions.nobu2010-02-161-3/+3
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-031-1/+1
* pattern refined for ldd on OpenBSD.akr2009-03-181-2/+2
* use argument only if it is absolute path.akr2009-03-111-2/+2
* * test/dl/test_base.rb: decide dll name of MSVCRT from RUBY_SO_NAME on native...usa2009-03-111-5/+5
* use ldd to find libc and libm if no information.akr2009-03-071-30/+33
* add 64bit solaris library.akr2009-03-071-2/+8
* don't exit even if libc/libm is not found.akr2009-03-071-4/+12
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * test/dl/test_base.rb: Add dragonfly to libc and libm switch.naruse2009-03-051-1/+1
* * test/dl: moved from ext/dl/test.nobu2009-03-031-0/+70