summaryrefslogtreecommitdiff
path: root/lib/File
Commit message (Collapse)AuthorAgeFilesLines
* [perl #33892] Add Interix support Todd Vierling2005-01-212-3/+4
| | | | | | | | | From: Todd Vierling (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org> (except the Configure chunk) (and bump version numbers of modules) p4raw-id: //depot/perl@23849
* [perl #28929] File::Find follow_fast => 1 loses dangling symlink Steve Peters2004-11-172-13/+23
| | | | | | From: "Steve Peters via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org> p4raw-id: //depot/perl@23510
* Assimilate PathTools 3.01 (File::Spec and Cwd)Nicholas Clark2004-10-312-6/+2
| | | p4raw-id: //depot/perl@23443
* Update to File::Spec 0.90Rafael Garcia-Suarez2004-09-012-2/+6
| | | p4raw-id: //depot/perl@23247
* File::Spec::VMS updateCraig A. Berry2004-08-282-14/+78
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <412FC8ED.1020300@mac.com> p4raw-id: //depot/perl@23241
* Upgrade to File::Spec 0.88.Rafael Garcia-Suarez2004-07-283-44/+78
| | | p4raw-id: //depot/perl@23168
* Bump version numbersNicholas Clark2004-07-011-1/+1
| | | p4raw-id: //depot/perl@23019
* File::Basename docsBoris Zentner2004-06-151-2/+5
| | | | | Message-Id: <200406121629.42595.bzm@2bz.de> p4raw-id: //depot/perl@22938
* Remove stray '.Abhijit Menon-Sen2004-05-101-1/+1
| | | p4raw-id: //depot/perl@22804
* File::Copy PodSlaven Rezic2004-05-101-2/+1
| | | | | Message-Id: <1084183057.10822@devpc01.iconmobile.de> p4raw-id: //depot/perl@22803
* Unknowingly for years we've had a test that has assumed the orderNicholas Clark2004-03-311-7/+22
| | | | | of results from readdir. Fixed. p4raw-id: //depot/perl@22615
* Create a new local $_ without triggering tie by using local *_ = \my $aNicholas Clark2004-02-272-4/+38
| | | | | (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>) p4raw-id: //depot/perl@22401
* Instead of localising *_, use a dummy foreach loop to getRafael Garcia-Suarez2004-02-231-3/+4
| | | | | a local value of $_ p4raw-id: //depot/perl@22367
* It's better to localize *_ than $_, to avoid magic leakageRafael Garcia-Suarez2004-02-171-3/+4
| | | p4raw-id: //depot/perl@22327
* Re: Doc patches for File::Find Mark-Jason Dominus2004-01-241-9/+17
| | | | | | | | Message-Id: <20040122143058.29226.qmail@plover.com> Better document the fact that neither find() nor finddepth() do a breath-first search. p4raw-id: //depot/perl@22207
* Bump version number as file has changed since 5.8.2Nicholas Clark2004-01-141-1/+1
| | | p4raw-id: //depot/perl@22150
* Doc patches for File::FindAndy Lester2004-01-141-20/+29
| | | | | Message-Id: <20040112061050.GB7308@petdance.com> p4raw-id: //depot/perl@22149
* Bump VERSION numbersNicholas Clark2003-12-301-1/+1
| | | p4raw-id: //depot/perl@22018
* Assimilate File::Spec 0.87Nicholas Clark2003-12-272-2/+2
| | | p4raw-id: //depot/perl@21974
* Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, ↵David Dyck2003-12-131-1/+3
| | | | | | | not unknown Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com> p4raw-id: //depot/perl@21892
* Fix File::Copy with hard links on Windows.Steve Hay2003-12-042-10/+14
| | | | | | | | | | | Subject: [PATCH] Re: perl @ 21830 Date: Wed, 03 Dec 2003 10:53:02 +0000 Message-ID: <3FCDC08E.7080800@uk.radan.com> and Date: Thu, 04 Dec 2003 11:02:22 +0000 Message-ID: <3FCF143E.1040905@uk.radan.com> p4raw-id: //depot/perl@21841
* Re: [perl #24245] File::Copy::copy damages hard linked filesSlaven Rezic2003-11-282-9/+41
| | | | | | Message-ID: <87smlprw3g.fsf@vran.herceg.de> (with further tweaks) p4raw-id: //depot/perl@21797
* Make the VERSION of File::Spec be 0.86, otherwise File::Temp'sJarkko Hietaniemi2003-09-161-1/+1
| | | | | use File::Spec 0.8 is unhappy. p4raw-id: //depot/perl@21241
* Upgrade to File::Spec 0.85_03.Jarkko Hietaniemi2003-09-168-107/+211
| | | p4raw-id: //depot/perl@21239
* Re: Decreasing VMS tests in File::Spec::VMS?Peter Prymmer2003-09-101-0/+3
| | | | | | Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com> Date: Fri, 5 Sep 2003 17:46:48 -0400 p4raw-id: //depot/perl@21160
* Missed from #20942.Jarkko Hietaniemi2003-08-301-0/+15
| | | p4raw-id: //depot/perl@20943
* fix File::Spec->abs2rel() to return absolute $path more often for VMSPeter Prymmer2003-08-301-3/+3
| | | | | Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com> p4raw-id: //depot/perl@20942
* minor File::Spec testing cleanupKen Williams2003-08-261-0/+3
| | | | | Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org> p4raw-id: //depot/perl@20908
* for File::Temp::tempdir(CLEANUP => 1)Slaven Rezic2003-08-222-2/+12
| | | | | Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de> p4raw-id: //depot/perl@20839
* Re: maint @ 20803Marcus Holland-Moritz2003-08-221-5/+5
| | | | | | From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2> p4raw-id: //depot/perl@20828
* Re: pod cleanupKen Williams2003-08-222-73/+28
| | | | | Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org> p4raw-id: //depot/perl@20815
* Add File::Temp's OO test.Jarkko Hietaniemi2003-08-221-0/+107
| | | p4raw-id: //depot/perl@20810
* No more public cwd(), use private _cwd().Jarkko Hietaniemi2003-08-211-2/+2
| | | p4raw-id: //depot/perl@20801
* Underline the fact that abs2rel() makes no senseJarkko Hietaniemi2003-08-212-8/+13
| | | | | if it spans multiple roots. p4raw-id: //depot/perl@20799
* Rename the internal cwd() to _cwd() (it's not curdir).Jarkko Hietaniemi2003-08-215-19/+20
| | | p4raw-id: //depot/perl@20798
* Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuffIlya Zakharevich2003-08-191-0/+5
| | | | | Message-ID: <20030819152814.GA15441@math.berkeley.edu> p4raw-id: //depot/perl@20779
* Re: [PATCH] maintperl - File::Spec cwd() stuffMichael G. Schwern2003-08-191-5/+0
| | | | | Message-ID: <20030819010208.GI14782@windhund.schwern.org> p4raw-id: //depot/perl@20771
* maintperl - File::Spec cwd() stuffKen Williams2003-08-193-6/+9
| | | | | Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org> p4raw-id: //depot/perl@20770
* Use the base class cwd() method.Jarkko Hietaniemi2003-08-181-5/+2
| | | p4raw-id: //depot/perl@20761
* I could have sworn the base class method was there.Jarkko Hietaniemi2003-08-181-6/+13
| | | p4raw-id: //depot/perl@20752
* The "reduce memory footprint and increase speed by notTels2003-08-177-23/+26
| | | | | | | | | | unconditionally pulling in Cwd" part of Subject: [PATCH] File::Spec on diet Message-Id: <200307072235.03364@bloodgate.com> was still valid. p4raw-id: //depot/perl@20744
* File::Temp 0.14 from Tim Jenness, now with OO interface.Jarkko Hietaniemi2003-08-171-43/+253
| | | p4raw-id: //depot/perl@20741
* Upgrade to File::Temp 0.13 from CPAN--Jarkko Hietaniemi2003-08-165-32/+12
| | | | | | but since we had a '0.13' already in 5.8.0, make this still a '0.131'. p4raw-id: //depot/perl@20727
* Up the F::S subpackage versions; up the JPL JNI.pm versionJarkko Hietaniemi2003-08-152-3/+2
| | | | | | (the JPL cvs seems to be out of order), the only real change (in JNI.xs) seems to have been CRLF->LF conversion. p4raw-id: //depot/perl@20717
* All the authors of these modules have now been contacted;Jarkko Hietaniemi2003-08-141-1/+1
| | | | | | | | but assuming no CPAN updates are upcoming, here are 'fake' version updates to make us different from 5.8.0. (List::Util+Scalar::Util will soon be updated; File::Spec CPAN release will be made based on 5.8.1.) p4raw-id: //depot/perl@20699
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-143-3/+3
| | | p4raw-id: //depot/perl@20688
* Make Johan's confusion go away, but there are no doubt moreJarkko Hietaniemi2003-08-131-1/+1
| | | | | similar cases. p4raw-id: //depot/perl@20676
* another File::Find tweak for VMS (improve on #20221)Craig A. Berry2003-07-291-2/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3F260212.9000104@mac.com> p4raw-id: //depot/perl@20281
* Bump the $VERSION of core File::Spec as requested by Ken Williams.Jarkko Hietaniemi2003-07-281-1/+1
| | | p4raw-id: //depot/perl@20266
* Extra noise from File::Spec.Jarkko Hietaniemi2003-07-281-1/+1
| | | p4raw-id: //depot/perl@20256