Re: tests for change #22539
[p5sagit/p5-mst-13.2.git] / t / test.pl
2004-04-06 Jim Cromie Re: tests for change #22539
2003-12-23 Stas Bekman [patch t/test.pl] comment fix
2003-08-01 Jarkko Hietaniemi Faulty check.
2003-08-01 Jarkko Hietaniemi Argument sanity checking.
2003-07-27 Jarkko Hietaniemi fresh_perl_(is|like) were printing out the wrong file...
2003-07-02 Rafael Garcia-Suarez Minor test adjustments :
2003-05-11 Jarkko Hietaniemi Try to handle a $^X with spaces in it.
2003-05-11 Jarkko Hietaniemi Separate the creation of the command to run by
2002-09-08 Michael G. Schwern Re: [PATCH t/test.pl] Let is/isnt() handle undef withou...
2002-05-31 Craig A. Berry t/test.pl, which_perl, VMS
2002-05-28 Nikola Knezevic Test::Harness and skiping tests functionality
2002-04-28 Jarkko Hietaniemi Integrate #16254 from macperl;
2002-04-15 Abigail t/test.pl additional functionality for runperl
2002-04-04 Jarkko Hietaniemi I was fooled for a while, somebody else might be too.
2002-04-01 Mark-Jason Dominus Message-ID: <20020401203218.25230.qmail@plover.com>
2002-03-16 Jarkko Hietaniemi Thwart IRIX long doubles and sloppy pow() (in Perl...
2002-02-12 Craig A. Berry t/test.pl fix for VMS
2002-02-03 Jarkko Hietaniemi [PATCH t/op/taint.t] remove possible false positive
2002-01-29 Nick Ing-Simmons Integrate mainline
2002-01-28 Jarkko Hietaniemi Prettier printing from Michael Schwern.
2002-01-17 Nick Ing-Simmons Integrate mainline (for ndbm fixes etc.)
2002-01-17 Jarkko Hietaniemi Rename kill_perl to fresh_perl; replace fresh_perl()
2002-01-12 Michael G. Schwern Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
2002-01-11 Jarkko Hietaniemi Yet another twist.
2002-01-11 Jarkko Hietaniemi Arguments were being mangled.
2002-01-11 Michael G. Schwern Seperating kill_perl()
2002-01-07 Paul Green Last patch needed to get Perl5.7 to build natively...
2001-12-16 Michael G. Schwern Re: [PATCH t/test.pl] diagnostics to STDERR
2001-12-16 Michael G. Schwern diagnostics to STDERR
2001-12-13 Michael G. Schwern Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t...
2001-12-12 Nicholas Clark use utf8; tests
2001-12-11 Craig A. Berry (was Re: [PATCH perl@13600] cat2type in tests for VMS)
2001-12-10 Nicholas Clark Re: [PATCH] tests for hash assignment
2001-12-10 Michael G. Schwern Moving Cygwin .exe logic into which_perl
2001-12-08 Jarkko Hietaniemi [PATCH lib/vmsish.t] Small test name abuse.
2001-12-07 Michael G. Schwern Declaring mostly TODO
2001-12-07 Jarkko Hietaniemi which_perl: if File::Spec fails, assume "./" and hope...
2001-12-07 Jarkko Hietaniemi which_perl: delay as much a possible till runtime.
2001-12-07 Jarkko Hietaniemi Further tweakage to which_perl().
2001-12-07 Jarkko Hietaniemi Tweak the $Perl computation.
2001-12-07 Jarkko Hietaniemi Missing ).
2001-12-07 Jarkko Hietaniemi Allow several arguments to display().
2001-12-07 Jarkko Hietaniemi Add display() for displaying icky scalars.
2001-12-07 Michael G. Schwern which_perl for safer $^Xing
2001-12-07 Michael G. Schwern [PATCH t/base/lex.t, term.t] Purging echo from base...
2001-12-05 Michael G. Schwern stat.t cleanup, first pass
2001-11-16 Michael G. Schwern runperl(), \n and stdin
2001-11-14 Jarkko Hietaniemi test.pl tweaks from Rafael and Pudge (assuming I deciphered
2001-11-14 Jarkko Hietaniemi test.pl runperl() nits from Chris Nandor and Craig...
2001-11-14 Rafael Garcia-Suarez new version of runperl()
2001-11-08 Jarkko Hietaniemi Quote the variables in failures messages more nicely.
2001-11-08 Jarkko Hietaniemi [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com]...
2001-11-08 Michael G. Schwern Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv...
2001-11-07 Michael G. Schwern Adding isnt() and next_test()
2001-11-02 Michael G. Schwern _expect and other little tweaks
2001-09-25 Jarkko Hietaniemi skip($mess) should result in one skip.
2001-09-25 Jarkko Hietaniemi Replace the use Test::More in t/{op,io,run} with t...