Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack.
[p5sagit/p5-mst-13.2.git] / t / TEST
2009-12-15 Tim Bunce Allow override of PERL5OPT etc in t/TEST
2009-10-23 H.Merijn Brand ExtUtils-Install tests need abs_path @INC for utf8
2009-10-22 Nicholas Clark Remove the "hack" that removes SVt_UTF8 in the UTF16...
2009-10-11 Nicholas Clark Default to running tests in cpan/ with relative paths...
2009-10-11 Nicholas Clark Run tests in ext/ and dist/ with relative paths for...
2009-10-09 Nicholas Clark Avoid using ++, op= and anon hash constructors in the...
2009-10-02 Nicholas Clark Move Time::HiRes from ext/ to cpan/
2009-10-02 Nicholas Clark Move Test::Simple from ext/ to cpan/
2009-10-02 Nicholas Clark Move Pod::Simple from ext/ to cpan/
2009-10-02 Nicholas Clark Move Pod::Parser from ext/ to cpan/
2009-10-02 Nicholas Clark Move parent from ext/ to cpan/
2009-10-02 Nicholas Clark Move MIME::Base64 from ext/ to cpan/
2009-10-02 Nicholas Clark Move Math::BigRat from ext/ to cpan/
2009-10-02 Nicholas Clark Move Math::BigInt from ext/ to cpan/
2009-10-02 Nicholas Clark Move IO::Compress from ext/ to cpan/
2009-10-01 Nicholas Clark Move Compress::Raw::Zlib from ext/ to cpan/
2009-10-01 Nicholas Clark Move Compress::Raw::Bzip2 from ext/ to cpan/
2009-10-01 Nicholas Clark Move B::Debug from ext/ to cpan/
2009-10-01 Nicholas Clark Move t/pod/diag.t to t/porting, as it's really a code...
2009-09-30 Nicholas Clark Move Unicode::Collate from ext/ to dist/
2009-09-30 Nicholas Clark Move Unicode::Normalize from ext/ to cpan/
2009-09-27 Nicholas Clark Tests running in cpan (and dist) are also allowed to...
2009-09-27 Nicholas Clark Remove IPC::SysV from the list of PERL_CORE=1 testing...
2009-09-26 Nicholas Clark Support building extensions in dist/ as well as cpan...
2009-09-26 Nicholas Clark Move Devel::PPPort from ext/ to cpan/
2009-09-26 Nicholas Clark Move Tie::RefHash from ext/ to cpan/
2009-09-26 Nicholas Clark Move podlators from ext/ to cpan/
2009-09-26 Nicholas Clark Move Parse::CPAN::Meta from ext/ to cpan/
2009-09-26 Nicholas Clark Move NEXT from ext/ to cpan/
2009-09-26 Nicholas Clark Tests in cpan/ should run from their directory, as...
2009-09-13 Nicholas Clark Move Test::Simple from lib to ext.
2009-09-13 Leon Brocard Use alternative URLs for links which are now broken...
2009-09-13 Nicholas Clark Move Unicode::Collate from lib to ext.
2009-09-13 Nicholas Clark Move NEXT from lib to ext.
2009-09-13 Nicholas Clark Move Getopt::Long from lib to ext.
2009-09-13 Nicholas Clark Move Pod::Parser from lib (and t/pod) to ext.
2009-09-13 Nicholas Clark Move podlators from lib to ext.
2009-09-13 Nicholas Clark Move Pod::Simple from lib to ext.
2009-09-12 Chris Williams Moved parent from lib/ to ext/
2009-09-11 Chris Williams Moved Tie-RefHash from lib/ to ext/
2009-09-11 Chris Williams Moved Math-BigInt from lib/ to ext/
2009-09-10 Chris Williams Move Math-BigRat from lib/ to ext/
2009-09-10 Yves Orton move regex related tests out of t/op/ into t/re/
2009-09-07 Chris Williams Move Parse::CPAN::Meta from lib/ to ext/
2009-09-07 Rafael Garcia-Suarez Make Encode tests work with $PERL_CORE in the environment
2009-09-05 Nicholas Clark Set @INC to ../lib if we're running in t, else modules...
2009-09-01 Vincent Pit _run_test() doesn't need to conform to TAP::Harness...
2009-09-01 Vincent Pit Fix include path for utf8 tests
2009-09-01 Vincent Pit Don't use the anonymous hash reference constructor...
2009-08-31 Vincent Pit Don't quote -T/-t in _scan_test()
2009-08-31 Vincent Pit Put the chdir logic into the two new helpers _before_fo...
2009-08-31 Vincent Pit Forge the test command to execute in a new _cmd() subro...
2009-08-31 Vincent Pit Move more test options discovery from _run_test() to...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Attribute...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from I18N::Langi...
2009-08-30 Rafael Garcia-Suarez Fix Safe tests under PERL_CORE and make safeops.t run...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Hash::Util...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Hash::Util...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from DynaLoader...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Data::Dumpe...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from B's tests.
2009-08-30 Nicholas Clark Break out B::Debug into its own directory in ext.
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Storable...
2009-08-30 Nicholas Clark Move TestInit.pm to the top level of the distribution...
2009-08-30 Nicholas Clark Tidy up comments.
2009-08-30 Nicholas Clark As well as PERL5LIB, remove PERLLIB and PERL5OPT from...
2009-08-30 Steve Hay Fix typo in TestInit and revert workaround.
2009-08-29 Nicholas Clark Use ../../perl instead of ../../t/perl on Win32, as...
2009-08-28 Craig A. Berry Use ../../t/perl rather than ../../perl, as the latter...
2009-08-27 Nicholas Clark Make extensions in ext run their tests from the extensi...
2009-08-27 Nicholas Clark t/harness and t/TEST can both use the same _run_test...
2009-08-27 Nicholas Clark Share common code in t/TEST and t/harness, by having...
2009-08-26 Nicholas Clark Break out the code that finds tests in MANIFEST into...
2009-08-26 Nicholas Clark %OVER was removed in October 2001 with 6ff868ee and...
2009-08-26 Nicholas Clark t/TEST shouldn't use -M options until we've tested...
2009-08-25 Michael G. Schwern Refactoring to consoldate some hard coded paths.
2009-08-25 Michael G. Schwern There's no reason to load TestInit in TEST.
2009-08-25 Michael G. Schwern Quote "strict"->import and "warnings"->import to quiet...
2009-08-25 Michael G. Schwern Refactor the code to run the test into _run_test()
2009-08-25 Michael G. Schwern Refactoring to move the code to read the test for speci...
2009-08-25 Michael G. Schwern This is reading the first line of the test, not running it.
2009-08-25 Nicholas Clark Run t/run/*.t before t/cmd/*.t, making the order base...
2009-08-25 Nicholas Clark Remove File::Spec from t/TEST - VMS is fine without...
2009-08-03 Jesse Vincent Add the new "porting" test directory to the test harness
2009-06-11 Max Maischein Add t/benchmark to tests run if $ENV{PERL_BENCHMARK...
2009-05-02 John E. Malmberg t/test - Hack for VMS pipe bug.
2009-03-25 Nicholas Clark Move Module:Pluggable tests from t/Module_Pluggable...
2009-02-17 Nicholas Clark Get $ENV{PERL5LIB} into a known consistent state under...
2009-02-12 Steve Hay win32/ext doesn't exist any more, so no need to look...
2009-02-12 Steve Hay Skip tests for flattened extensions that weren't built.
2009-02-08 Craig A. Berry Skip tests for flattened extensions that weren't built.
2008-02-08 Paul Green RE: Perl @ 33218 (Stratus VOS patches)
2007-09-19 Michael G. Schwern t/TEST doesn't check exit (was Re: Test::More bug?)
2007-04-22 Craig A. Berry Move Module::Pluggable tests up under main test directory.
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-03-29 Jerry D. Hedden Shorten 'skipping...' test message
2006-10-23 Jim Cromie [patch] make test.valgrind capable of running cachegrind
2006-09-06 Rafael Garcia-Suarez Remove perlcc and the byteloader
2006-06-30 Steve Hay Add Win32API::File to the core
2006-05-24 Andy Lester Make t/TEST more helpful
next