Bump version numbers
[p5sagit/p5-mst-13.2.git] / lib / File /
2004-07-01 Nicholas Clark Bump version numbers
2004-06-15 Boris Zentner File::Basename docs
2004-05-10 Abhijit Menon-Sen Remove stray '.
2004-05-10 Slaven Rezic File::Copy Pod
2004-03-31 Nicholas Clark Unknowingly for years we've had a test that has assumed...
2004-02-27 Nicholas Clark Create a new local $_ without triggering tie by using...
2004-02-23 Rafael Garcia-Suarez Instead of localising *_, use a dummy foreach loop...
2004-02-17 Rafael Garcia-Suarez It's better to localize *_ than $_, to avoid magic...
2004-01-24 Mark-Jason Dominus Re: Doc patches for File::Find
2004-01-14 Nicholas Clark Bump version number as file has changed since 5.8.2
2004-01-14 Andy Lester Doc patches for File::Find
2003-12-30 Nicholas Clark Bump VERSION numbers
2003-12-27 Nicholas Clark Assimilate File::Spec 0.87
2003-12-13 David Dyck Patch for: [perl #24650] File::CheckTree should list...
2003-12-04 Steve Hay Fix File::Copy with hard links on Windows.
2003-11-28 Slaven Rezic Re: [perl #24245] File::Copy::copy damages hard linked...
2003-09-16 Jarkko Hietaniemi Make the VERSION of File::Spec be 0.86, otherwise File...
2003-09-16 Jarkko Hietaniemi Upgrade to File::Spec 0.85_03.
2003-09-10 Peter Prymmer Re: Decreasing VMS tests in File::Spec::VMS?
2003-08-30 Jarkko Hietaniemi Missed from #20942.
2003-08-30 Peter Prymmer fix File::Spec->abs2rel() to return absolute $path...
2003-08-26 Ken Williams minor File::Spec testing cleanup
2003-08-22 Slaven Rezic for File::Temp::tempdir(CLEANUP => 1)
2003-08-22 Marcus Holland-Moritz Re: maint @ 20803
2003-08-22 Ken Williams Re: pod cleanup
2003-08-22 Jarkko Hietaniemi Add File::Temp's OO test.
2003-08-21 Jarkko Hietaniemi No more public cwd(), use private _cwd().
2003-08-21 Jarkko Hietaniemi Underline the fact that abs2rel() makes no sense
2003-08-21 Jarkko Hietaniemi Rename the internal cwd() to _cwd() (it's not curdir).
2003-08-19 Ilya Zakharevich Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd...
2003-08-19 Michael G. Schwern Re: [PATCH] maintperl - File::Spec cwd() stuff
2003-08-19 Ken Williams maintperl - File::Spec cwd() stuff
2003-08-18 Jarkko Hietaniemi Use the base class cwd() method.
2003-08-18 Jarkko Hietaniemi I could have sworn the base class method was there.
2003-08-17 Tels The "reduce memory footprint and increase speed by not
2003-08-17 Jarkko Hietaniemi File::Temp 0.14 from Tim Jenness, now with OO interface.
2003-08-16 Jarkko Hietaniemi Upgrade to File::Temp 0.13 from CPAN--
2003-08-15 Jarkko Hietaniemi Up the F::S subpackage versions; up the JPL JNI.pm...
2003-08-14 Jarkko Hietaniemi All the authors of these modules have now been contacted;
2003-08-14 Jarkko Hietaniemi A swath of VERSION patches from Nicholas Clark.
2003-08-13 Jarkko Hietaniemi Make Johan's confusion go away, but there are no doubt...
2003-07-29 Craig A. Berry another File::Find tweak for VMS (improve on #20221)
2003-07-28 Jarkko Hietaniemi Bump the $VERSION of core File::Spec as requested by...
2003-07-28 Jarkko Hietaniemi Extra noise from File::Spec.
2003-07-27 Jarkko Hietaniemi Upgrade to File::Spec 0.85.
2003-07-27 Craig A. Berry fix for File::Find logical name collision on VMS
2003-07-21 Craig A. Berry Re: [PATCH] test clean-up for VMS
2003-06-16 Amick, Eric [perl #22622] Bogus error codes from File::Copy::move
2003-06-11 Andy Dougherty Re: [PATCH] Annoyingly unhelpful messages from lib...
2003-05-16 Jarkko Hietaniemi Apply the supplied patch for [perl #22195]
2003-05-13 Casey West [perl #8599] s/catenate/concatenate/
2003-05-07 Casey West Re: [DOC PATCH] & More File::Path issues
2003-05-05 Jos I. Boumans [DOC PATCH] missing ')' in File::Path docs
2003-03-14 Jarkko Hietaniemi Better pass in the $self for a method.
2003-03-14 Jarkko Hietaniemi Cleanup the File::Spec tmpdir() implementations:
2003-03-12 Jarkko Hietaniemi File::Spec: Do not fall back to '', use curdir instead.
2003-03-12 Jarkko Hietaniemi File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
2003-03-12 Jarkko Hietaniemi Integrate:
2003-03-04 Rafael Garcia-Suarez Doc typos.
2003-03-02 Richard Soderberg Re: [perl #18872] File::Basename example misleading
2003-03-02 Anders Johnson [perl #21031] $File::Find::name ne $_ w/no_chdir
2003-01-16 Jos I. Boumans Re: [perl #19977] unlocalized $_ in File::Find clobbers...
2003-01-08 Rafael Garcia-Suarez Fix the doc for splitpath() in the File::Spec modules :
2003-01-08 Rafael Garcia-Suarez Integrate change #18362 from maint-5.8:
2003-01-04 Nicholas Clark [DOCPATCH] File::Copy's synopsis
2002-12-11 Andy Dougherty Remove stale e-mail addresses
2002-12-10 Rafael Garcia-Suarez Integrate from the maint-5.8/ branch :
2002-11-29 Rafael Garcia-Suarez Document the hint constants and where they're used.
2002-11-07 Slaven Rezic File::Temp documentation fix
2002-10-11 Information Service [perl #17751] File::Spec::Win32::canonpath patch try#3
2002-09-21 Craig A. Berry file spec tweaks for VMS
2002-09-09 Nicholas Clark File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061...
2002-09-04 Michael G. Schwern File::Basename doesn't lazy load Carp right.
2002-09-04 Michael G. Schwern File::Spec->catfile not canonicalizing consistently
2002-07-18 Jarkko Hietaniemi File::stat bug + workarounds, based on Yves Orton's...
2002-07-09 Jarkko Hietaniemi Retract #17428, not needed in this version of File...
2002-07-08 Diab Jerius (retracted by #17444)
2002-07-08 Hugo van der Sanden Re: [ID 20020626.011] wantarray() causes clobbering...
2002-06-19 Jarkko Hietaniemi The only difference between NW5.pm and Win32.pm was...
2002-06-17 Nick Ing-Simmons Integrate mainline
2002-06-17 Stas Bekman use of undef var
2002-05-31 Jarkko Hietaniemi Integrate macperl patches #16926 and #16938;
2002-05-31 Jarkko Hietaniemi NetWare update from Ananth Kesari.
2002-05-30 Abhijit Menon-Sen Fix typo in #16866.
2002-05-30 Stas Bekman catpath()'s pod part
2002-05-29 Jarkko Hietaniemi OS/2: ENOINO.
2002-05-16 Jarkko Hietaniemi DJGPP updates from Laszlo Molnar.
2002-05-07 Michael A Chase [ID 20020506.009] File::Spec::Unix::canonpath under...
2002-04-24 Jarkko Hietaniemi Integrate #16136, #16137, #16138 from macperl;
2002-04-23 Norton T. Allen lib/File/Find.pm for QNX, NTO
2002-04-11 Craig A. Berry free CheckTree from the tyranny of the forward slash
2002-04-09 Jarkko Hietaniemi Portability tweak.
2002-04-09 Spider Boardman File::CheckTree hates @'s
2002-04-09 Jarkko Hietaniemi File::Checktree update from Paul Grassie.
2002-04-03 Dominic Dunlop Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2r...
2002-04-03 Jarkko Hietaniemi Doc tweak from Wolfgang Laun.
2002-04-02 George Necula RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec...
2002-03-26 Jarkko Hietaniemi EPOC update from Olaf Flebbe.
2002-03-12 Paul Green perl/lib/File/stat.t
2002-03-11 Abhijit Menon-Sen A little commonsense is better than 1_compile.
next