This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove PERL_GLOBAL_STRUCT
[perl5.git] / ext / DynaLoader / t / DynaLoader.t
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2015-11-10 Reini UrbanDynaLoader: extend t/DynaLoader.t to be run from basedi...
2015-10-15 Karl WilliamsonDynaLoader.t: Skip test on z/OS
2014-10-31 Craig A. BerryReplace Test::More with t/test.pl in DynaLoader.t.
2014-10-26 Chad GranumImport Test-More 1.301001 alpha 63
2014-08-20 Peter MartiniRevert Test::Builder changes in prep for 5.21.3
2014-08-16 Chad GranumUpdate to include latest Test::Builder alpha
2014-01-22 Brian Fraserext/DynaLoader/t/DynaLoader.t: Skip the dl_findfile...
2014-01-03 Brian FraserDynaLoader: Introduce d_libname_unique
2013-08-22 Chris 'BinGOs' Wil... Skip dynaloader test on Bitrig like we do for OpenBSD
2013-08-21 Nicholas ClarkSkip tests for dl_unload_file() when built with -DPERL_...
2013-08-21 Nicholas ClarkWhitespace changes to DynaLoader.t, as part of adding...
2013-06-04 Paul Greenchange DynaLoader.t to know VOS has no libc library
2012-12-10 Father ChrysostomosStop DynaLoader.t from unload File::Glob
2011-02-18 David MitchellDynaLoader.t: AUTOLOAD TODO tests passing
2009-09-28 Steve HayWith Win32 now building DynaLoader in ext, it is now...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from DynaLoader...
2009-08-28 Nicholas ClarkUse & function-call notation to disable prototype check...
2008-09-23 Nicholas ClarkFix tests for the case of -Du_usedl
2007-04-25 Brandon BlackRe: [Andreas J. Koenig] C3 MRO breaks Params::Util...
2007-04-06 Jerry D. HeddenAllow any *DBM_File to work for DynaLoader testing
2007-03-03 Nicholas ClarkMust only use dynamic extensions in the Dynaloader...
2007-02-07 Jerry D. HeddenFix to Dynaloader.t for missing modules
2007-01-07 Yitzchak Scott-Tho... DynaLoader test failure on cygwin
2006-11-13 Steve PetersThe DynaLoader test isn't happy with OpenBSD's libc...
2006-09-13 Steve Petersdarwin also seems to be lacking a dl_unload_file()...
2006-05-29 Craig A. BerryAnd some more DynaLoader things that should not be...
2006-05-28 Jarkko HietaniemiDynaLoader.t: less assumptions
2006-05-26 Yves OrtonRe: [PATCH] Test script for DynaLoader
2006-05-22 Sébastien Aperghis... Better handling for error-checking
2006-05-18 Rafael Garcia-SuarezNits in the DynaLoader test: make it warning-clean,
2006-05-18 Sébastien Aperghis... Test script for DynaLoader