| Commit message (Expand) | Author | Age | Files | Lines |
* | Test preamble: unify to dot slash test dot pl | Jarkko Hietaniemi | 2014-10-08 | 1 | -1/+1 |
* | Really get chdir.t working under miniperl | Father Chrysostomos | 2014-09-02 | 1 | -7/+5 |
* | Get chdir.t working under minitest | Father Chrysostomos | 2014-09-02 | 1 | -1/+2 |
* | Ensure that chdir.t can find File::Spec and Cwd under minitest | Nicholas Clark | 2011-03-06 | 1 | -2/+7 |
* | Remove code specific to MacOS Classic from core tests | Rafael Garcia-Suarez | 2009-09-08 | 1 | -7/+4 |
* | t/op/chdir.t, t/op/defins.t on VMS | John Malmberg | 2009-01-08 | 1 | -4/+22 |
* | Fixing a Perl_my_dirfd() related test failure. | Steve Peters | 2007-05-01 | 1 | -2/+2 |
* | Add two deprecation warnings: | Rafael Garcia-Suarez | 2007-03-30 | 1 | -2/+5 |
* | A test case for change 30527 (chdir bareword ambiguity with dirhandles | Nicholas Clark | 2007-03-10 | 1 | -4/+25 |
* | Refactor the "has fchdir" and "has dirfd" logic to one place. | Nicholas Clark | 2007-03-10 | 1 | -4/+8 |
* | Allow bareword file handle as argument to chdir(). | Gisle Aas | 2006-02-07 | 1 | -2/+17 |
* | [patch] blead@25282 - VMS specific fixes. [2nd try] | John E. Malmberg | 2005-08-11 | 1 | -0/+4 |
* | tests are expected to fail if dirfd () does not exist | H.Merijn Brand | 2005-07-18 | 1 | -1/+8 |
* | Re: fchmod, fchown, fchdir | Gisle Aas | 2005-07-16 | 1 | -1/+18 |
* | U/WIN test tweak from John P. Linderman. | Jarkko Hietaniemi | 2003-05-21 | 1 | -1/+5 |
* | Integrate #16254 from macperl; | Jarkko Hietaniemi | 2002-04-28 | 1 | -5/+8 |
* | %ENV protection | Michael G. Schwern | 2001-11-11 | 1 | -18/+28 |
* | Even more VMS tweakage from Charles Lane: | Jarkko Hietaniemi | 2001-10-10 | 1 | -6/+13 |
* | Save and restore $ENV{'SYS$LOGIN'} only in VMS. | Jarkko Hietaniemi | 2001-09-29 | 1 | -2/+3 |
* | chdir.t finally (I hope) | Craig A. Berry | 2001-09-29 | 1 | -5/+20 |
* | Test numbering mismatch. | Jarkko Hietaniemi | 2001-09-28 | 1 | -1/+1 |
* | slightly less broken chdir.t for VMS | Craig A. Berry | 2001-09-27 | 1 | -6/+6 |
* | Deprecating chdir(undef)/chdir('') | Michael G. Schwern | 2001-09-25 | 1 | -26/+50 |
* | Replace the use Test::More in t/{op,io,run} with t/test.pl. | Jarkko Hietaniemi | 2001-09-25 | 1 | -3/+3 |
* | Reconciling the Cwd/File::Spec differences | Michael G. Schwern | 2001-09-22 | 1 | -2/+7 |
* | t/op/chdir.t won't pass on VMS | Blair Zajac | 2001-09-22 | 1 | -7/+8 |
* | Re: [BUG?] chdir(undef) == chdir() probably a bug | Michael G. Schwern | 2001-09-17 | 1 | -0/+68 |