This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make t/op/regexp.t warnings clean.
[perl5.git] / t / op / chdir.t
2006-02-07 Gisle AasAllow 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 Brandtests are expected to fail if dirfd () does not exist
2005-07-16 Gisle AasRe: fchmod, fchown, fchdir
2003-05-21 Jarkko HietaniemiU/WIN test tweak from John P. Linderman.
2002-04-28 Jarkko HietaniemiIntegrate #16254 from macperl;
2001-11-11 Michael G. Schwern%ENV protection
2001-10-10 Jarkko HietaniemiEven more VMS tweakage from Charles Lane:
2001-09-29 Jarkko HietaniemiSave and restore $ENV{'SYS$LOGIN'} only in VMS.
2001-09-29 Craig A. Berrychdir.t finally (I hope)
2001-09-28 Jarkko HietaniemiTest numbering mismatch.
2001-09-27 Craig A. Berryslightly less broken chdir.t for VMS
2001-09-25 Michael G. SchwernDeprecating chdir(undef)/chdir('')
2001-09-25 Jarkko HietaniemiReplace the use Test::More in t/{op,io,run} with t...
2001-09-22 Michael G. SchwernReconciling the Cwd/File::Spec differences
2001-09-22 Blair Zajact/op/chdir.t won't pass on VMS
2001-09-17 Michael G. SchwernRe: [BUG?] chdir(undef) == chdir() probably a bug