This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add symlink support to Cwd::_vms_abs_path.
[perl5.git] / lib / File /
2007-10-02 Jerry D. Hedden/cygdrive is configurable
2007-09-30 David Landgrenbring File::Path up to 2.01 (was: Re: Freeze ?)
2007-09-19 David Landgrenminor changes to File::Path (and more tests)
2007-09-10 Craig A. BerryVMS help for File::Path 2.00_11: chdir() is finicky...
2007-09-08 David Landgrensync blead with File-Path 2.00_11
2007-08-31 Craig A. BerryAvoid infinite recursion in File::Path::_rmtree on...
2007-08-31 Rafael Garcia-SuarezBump $VERSION due to #31686
2007-08-28 John E. Malmberg[patch@31750] Unit variable in /lib/File/Copy.pm
2007-08-21 Max Maischein[patch] File::CheckTree - a side effect of making the...
2007-08-15 Steve HayFix syntax error introduced by #31715
2007-08-15 Reini UrbanRe: Test failure @recent bleadperls (31712,31711)
2007-08-15 John E. Malmberg[patch@31701] /lib/File/Find/t/taint.t - VMS Symlinks...
2007-08-14 Reini UrbanCYG07-File-Spec-case_tolerant
2007-08-13 John E. Malmberg[patch@31670]File/Find.pm Find.t - VMS Symbolic Links...
2007-08-08 Abhijit Menon-SenFrom #43633: Cwd::cwd() use in File::Spec::Unix use...
2007-07-25 Abhijit Menon-SenFix incorrect =head1 NAME.
2007-07-11 David LandgrenRe: [PATCH] File-Path fix wrong skip count
2007-07-04 Craig A. BerryNew File::Path tests require unix syntax on VMS.
2007-06-28 David Landgrenbring File-Path up to 2.01
2007-06-21 Reini UrbanFile::Spec::Cygwin more tests and silence warning
2007-06-21 Reini Urban[perl #40103] File::Spec->case_tolerant() should return...
2007-06-21 Craig A. BerrySkip a test that causes list assignment to %ENV errors...
2007-06-21 Craig A. BerryMake File::Spec::VMS->splitdir stop returning an empty...
2007-06-14 Rafael Garcia-SuarezUpgrade to PathTools 3.25
2007-06-08 Craig A. BerryA couple of File::Path tests require unix syntax on...
2007-06-08 Steve HayFix lib/File/Path.t failure on Win32
2007-06-07 David LandgrenRe: [PATCH] Update File-Path to 2.00
2007-06-07 David LandgrenRe: [PATCH] Update File-Path to 2.00
2007-06-06 Joshua JuranRe: [PATCH] Update File-Path to 2.00
2007-06-06 David LandgrenRe: [PATCH] Update File-Path to 2.00
2007-06-03 David LandgrenRe: [PATCH] Update File-Path to 2.00
2007-06-02 Craig A. BerryIn File::Path::_rmtree, we want a list of files, not...
2007-05-31 David LandgrenUpdate File-Path to 2.00
2007-02-11 Rafael Garcia-SuarezAnother tiny typo in File::Copy (found by Ruud.)
2007-02-08 Rafael Garcia-SuarezTypo fix, by John P. Linderman
2007-01-27 Craig A. BerryFor VMS, a belated entry into the $^O jungle that is...
2007-01-26 Adriano FerreiraRe: [perl #32135] File::Copy module
2007-01-26 Rafael Garcia-SuarezUpgrade to File::Fetch 0.10, by Jos Boumans
2007-01-26 Rafael Garcia-SuarezLet File::Path report the extended system error message
2007-01-23 Steve PetersUpgrade to File-Temp-0.18.
2006-12-11 Rafael Garcia-SuarezDon't load the Win32 module on non-win32 platforms
2006-12-11 Jan DuboisFirst patch from:
2006-12-04 Jos I. BoumansAdd File::Fetch to the core
2006-11-23 Steve PetersUpgrade to PathTools-3.24.
2006-11-14 Adriano FerreiraDoc patch by Thomas O Smailus :
2006-10-26 Jerry D. HeddenFix typo in File::Find POD
2006-10-12 Steve PetersUpgrade to PathTools-3.23.
2006-10-10 Steve PetersUpdate to PathTools-3.22.
2006-10-06 Steve PetersUpgrade to PathTools-3.21
2006-09-21 ammon@rhythm.com[perl #40369] File::Find mishandles non-dangling symlinks
2006-09-19 Adriano FerreiraRe: [PATCH] lib/File/Copy.t - test descriptions and...
2006-09-07 Gisle AasDocument mkpath() return value in scalar context.
2006-08-24 Steve PetersUpgrade to File-Temp-0.17. Also, a change to Tim Jenne...
2006-08-07 Gabor SzaboFile::Basename add X<> tags, replace regex delimiters
2006-08-05 Gabor SzaboFile::Copy pod updated adding X<>
2006-07-12 Rafael Garcia-SuarezUpgrade to PathTools 3.19
2006-07-08 Brendan O'Deaoptimisation for File::Spec::abs2rel where both args...
2006-04-28 Steve PetersUpgrade to Pathtools-3.18
2006-04-24 Steve PetersReally bump the version of File::Find.
2006-04-24 Steve PetersReverting change #27953, as it appears that File::Find has
2006-04-24 David LandgrenRe: [perl #38965] File::Find documentation - is "Don...
2006-03-11 Peter Prymmerperl@27437 fix File::Path::mkpath so that perl installs...
2006-03-07 Steve PetersUpgrade to PathTools-3.17
2006-01-18 Craig A. Berryspecial VMS handling no longer needed since we now...
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2006-01-02 pm@capmon.dkDocumentation fix for File::Temp::new
2005-12-28 Steve PetersUpgrade to PathTools-3.15
2005-12-20 Yitzchak Scott-Tho... make failing cygwin test TODO'd
2005-12-18 Craig A. BerryTwo test workarounds for VMS
2005-12-13 Steve HayFix lib/File/Compare.t test failures on Win32
2005-12-10 Steve PetersUpgrade to PathTools-3.14_01
2005-12-02 Rafael Garcia-SuarezReplace ^M by a space in test for bug #37716, to make
2005-11-29 Andreas KönigRe: [perl #37716] Re: File::Compare broken for filename...
2005-11-19 Steve PetersUpgrade to PathTools-3.14
2005-11-14 Rafael Garcia-SuarezA better fix for [perl #35847] File::Find not performin...
2005-11-10 jms@mathras.comcas... [perl #35847] File::Find not performing as documented
2005-10-07 Steve PetersUpgrade to Pathtools-3.12
2005-09-28 Steve HayImprove File::Spec::Win32->path() and fix MM_Win32.t
2005-09-26 Rafael Garcia-SuarezFix change 25597 for non-Windows platforms
2005-09-26 Steve Peters[perl #37223] [PATCH] File::Find::find fails on Win32...
2005-09-07 kvr@centrum.cz[perl #37091] File::Path::mkpath resets errno
2005-08-30 Rafael Garcia-SuarezUpgrade to PathTools 3.11
2005-08-27 Rafael Garcia-SuarezUpgrade to PathTools 3.10
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-07-14 Michael G. SchwernRe: [perl #36507] File::Copy::copy($foo, $foo) dies
2005-07-12 Michael G Schwern[perl #36502] File::Copy::mv fails to replicate behavio...
2005-07-12 Michael G. SchwernCleanup File::Copy tests
2005-07-12 Michael G. SchwernRe: [perl #36502] File::Copy::mv fails to replicate...
2005-07-08 Michael G. Schwernbasename() and suffixes
2005-07-08 Michael G. SchwernRe: [perl #36477] File::Basename basename() bug
2005-07-07 Michael G. SchwernMention File::Spec in File::Basename
2005-07-07 Michael G Schwern[perl #22236] File::Basename behavior is misleading
2005-07-07 Michael G. SchwernFurther lies in the File::Basename docs
2005-07-06 Michael G. SchwernFile::Basename doc overhaul
2005-07-02 Telsdo just-in-time loading of Carp.pm in some modules
2005-06-30 Michael G. SchwernRe: [PATCH] Convert File::Basename tests to Test::More
2005-06-23 Steve PetersRe: [perl #9741] possible problem with File::Find
2005-06-17 Rafael Garcia-SuarezUpgrade to PathTools 3.09
2005-05-30 Rafael Garcia-SuarezUpgrade to PathTools 3.08
2005-05-06 Rafael Garcia-SuarezUpgrade to PathTools 3.07
next