RE: VERSION core
[p5sagit/p5-mst-13.2.git] / t / test.pl
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...