Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0)
[p5sagit/p5-mst-13.2.git] / t / op / chdir.t
2009-01-08 John Malmberg t/op/chdir.t, t/op/defins.t on VMS
2007-05-01 Steve Peters Fixing a Perl_my_dirfd() related test failure.
2007-03-30 Rafael Garcia-Suarez Add two deprecation warnings:
2007-03-10 Nicholas Clark A test case for change 30527 (chdir bareword ambiguity...
2007-03-10 Nicholas Clark Refactor the "has fchdir" and "has dirfd" logic to...
2006-02-07 Gisle Aas Allow bareword file handle as argument to chdir().
2005-08-11 John E. Malmberg [patch] blead@25282 - VMS specific fixes. [2nd try]
2005-07-18 H.Merijn Brand tests are expected to fail if dirfd () does not exist
2005-07-16 Gisle Aas Re: fchmod, fchown, fchdir
2003-05-21 Jarkko Hietaniemi U/WIN test tweak from John P. Linderman.
2002-04-28 Jarkko Hietaniemi Integrate #16254 from macperl;
2001-11-11 Michael G. Schwern %ENV protection
2001-10-10 Jarkko Hietaniemi Even more VMS tweakage from Charles Lane:
2001-09-29 Jarkko Hietaniemi Save and restore $ENV{'SYS$LOGIN'} only in VMS.
2001-09-29 Craig A. Berry chdir.t finally (I hope)
2001-09-28 Jarkko Hietaniemi Test numbering mismatch.
2001-09-27 Craig A. Berry slightly less broken chdir.t for VMS
2001-09-25 Michael G. Schwern Deprecating chdir(undef)/chdir('')
2001-09-25 Jarkko Hietaniemi Replace the use Test::More in t/{op,io,run} with t...
2001-09-22 Michael G. Schwern Reconciling the Cwd/File::Spec differences
2001-09-22 Blair Zajac t/op/chdir.t won't pass on VMS
2001-09-17 Michael G. Schwern Re: [BUG?] chdir(undef) == chdir() probably a bug