summaryrefslogtreecommitdiff
path: root/lib/File
Commit message (Collapse)AuthorAgeFilesLines
* Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_Jos I. Boumans2003-01-162-5/+16
| | | | | | | From: "Jos I. Boumans" <kane@dwim.org> Message-ID: <3E26ADF0.6010605@dwim.org> (with test tweaks) p4raw-id: //depot/perl@18501
* Fix the doc for splitpath() in the File::Spec modules :Rafael Garcia-Suarez2003-01-085-8/+8
| | | | | this function doesn't return undef in any case. p4raw-id: //depot/perl@18465
* Integrate change #18362 from maint-5.8:Rafael Garcia-Suarez2003-01-081-0/+1
| | | | | | | | Fix [perl #18666] (taking the more conservative approach). p4raw-link: @18362 on //depot/maint-5.8/perl: bcd31b804be27d8e7f3a254e1ef926468a1fef19 p4raw-id: //depot/perl@18461 p4raw-integrated: from //depot/maint-5.8/perl@18460 'copy in' lib/File/Spec/Unix.pm (@18080..)
* [DOCPATCH] File::Copy's synopsisNicholas Clark2003-01-041-4/+4
| | | | | Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18441
* Remove stale e-mail addressesAndy Dougherty2002-12-111-1/+1
| | | | | Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@18282
* Integrate from the maint-5.8/ branch :Rafael Garcia-Suarez2002-12-101-1/+1
| | | | | | | | | | | | | | | | changes 18219, 18236, 18242-3, 18247-8, 18253-5, 18257, 18273-6 p4raw-id: //depot/perl@18280 p4raw-branched: from //depot/maint-5.8/perl@18279 'branch in' t/op/lc_user.t p4raw-integrated: from //depot/maint-5.8/perl@18279 'copy in' lib/File/Copy.pm (@17645..) lib/utf8_heavy.pl pod/perlsec.pod (@18080..) hints/irix_6.sh (@18173..) t/uni/tr_utf8.t (@18197..) pod/perlunicode.pod (@18242..) t/op/pat.t (@18248..) t/op/split.t (@18274..) 'edit in' pod/perlguts.pod (@18242..) 'merge in' pp.c (@18126..) MANIFEST (@18234..) p4raw-integrated: from //depot/maint-5.8/perl@18254 'merge in' pod/perldiag.pod (@18234..)
* Document the hint constants and where they're used.Rafael Garcia-Suarez2002-11-291-1/+1
| | | p4raw-id: //depot/perl@18217
* File::Temp documentation fixSlaven Rezic2002-11-071-2/+2
| | | | | Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de> p4raw-id: //depot/perl@18124
* [perl #17751] File::Spec::Win32::canonpath patch try#3Information Service2002-10-112-7/+47
| | | | | Message-ID: <3DA39FAC.85471200@lingo.kiev.ua> p4raw-id: //depot/perl@17997
* file spec tweaks for VMSCraig A. Berry2002-09-211-1/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3D88F6AE.3020708@mac.com> p4raw-id: //depot/perl@17913
* File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')Nicholas Clark2002-09-091-3/+14
| | | | | Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17884
* File::Basename doesn't lazy load Carp right.Michael G. Schwern2002-09-041-1/+1
| | | | | | | and Subject: [PATCH] More modules that don't lazy load Carp right. Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net> and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17840
* File::Spec->catfile not canonicalizing consistentlyMichael G. Schwern2002-09-043-6/+25
| | | | | Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17828
* File::stat bug + workarounds, based on Yves Orton's patch.Jarkko Hietaniemi2002-07-181-0/+14
| | | p4raw-id: //depot/perl@17627
* Retract #17428, not needed in this version of File::Spec.Jarkko Hietaniemi2002-07-091-3/+1
| | | p4raw-id: //depot/perl@17444
* (retracted by #17444)Diab Jerius2002-07-081-1/+3
| | | | | | Subject: [ID 20020708.003] File::Spec::Unix::tmpdir automagically creates $ENV{TMPDIR} Message-Id: <200207082244.g68MiDY22791@pelf.harvard.edu> p4raw-id: //depot/perl@17428
* Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars ↵Hugo van der Sanden2002-07-081-1/+1
| | | | | | | outside the sub Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk> p4raw-id: //depot/perl@17423
* The only difference between NW5.pm and Win32.pm was thatJarkko Hietaniemi2002-06-192-364/+8
| | | | | NetWare preferred SYS:/temp over C:/temp for tmpdir(). p4raw-id: //depot/perl@17297
* use of undef varStas Bekman2002-06-171-0/+4
| | | | | | | Message-ID: <3D0D9E74.7000908@stason.org> (modified) p4raw-id: //depot/perl@17269
* Integrate macperl patches #16926 and #16938;Jarkko Hietaniemi2002-05-314-26/+56
| | | | | | | | | | | | | | | | | | | | | Big MacPerl Testing Patch No. 2 Big MacPerl Testing Patch No. 3 p4raw-id: //depot/perl@16942 p4raw-integrated: from //depot/macperl@16937 'copy in' lib/Devel/SelfStubber.pm lib/Devel/SelfStubber.t lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t lib/File/Temp.pm lib/FindBin.t lib/Tie/File/t/09_gen_rs.t lib/lib.t t/comp/use.t utils/dprofpp.PL utils/splain.PL (@16123..) t/lib/MakeMaker/Test/Utils.pm (@16230..) lib/diagnostics.t (@16646..) lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t (@16730..) lib/lib_pm.PL (@16926..) lib/ExtUtils/MM_MacOS.pm lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@16929..) p4raw-integrated: from //depot/macperl@16926 'merge in' lib/English.t (@16123..) ext/DynaLoader/DynaLoader_pm.PL (@16868..)
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-05-311-0/+363
| | | p4raw-id: //depot/perl@16922
* Fix typo in #16866.Abhijit Menon-Sen2002-05-301-1/+1
| | | p4raw-id: //depot/perl@16874
* catpath()'s pod partStas Bekman2002-05-301-1/+2
| | | | | Message-Id: <3CF5DF7F.1060700@stason.org> p4raw-id: //depot/perl@16873
* OS/2: ENOINO.Jarkko Hietaniemi2002-05-291-1/+3
| | | p4raw-id: //depot/perl@16866
* DJGPP updates from Laszlo Molnar.Jarkko Hietaniemi2002-05-161-0/+1
| | | p4raw-id: //depot/perl@16619
* [ID 20020506.009] File::Spec::Unix::canonpath under cygwinMichael A Chase2002-05-071-2/+6
| | | | | | | Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com> (plus add what POSIX says) p4raw-id: //depot/perl@16444
* Integrate #16136, #16137, #16138 from macperl;Jarkko Hietaniemi2002-04-242-5/+20
| | | | | | | | | | | | Silly fix for the SC compiler's fixation with "comp" as a type Skip more PerlIO symbols for sfio Play nicely in miniperl p4raw-id: //depot/perl@16142 p4raw-integrated: from //depot/macperl@16132 'copy in' ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm lib/File/Spec/Mac.pm makedef.pl (@16123..)
* lib/File/Find.pm for QNX, NTONorton T. Allen2002-04-231-1/+2
| | | | | Message-Id: <200204231550.LAA24648@bottesini.harvard.edu> p4raw-id: //depot/perl@16108
* free CheckTree from the tyranny of the forward slashCraig A. Berry2002-04-112-3/+5
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05101500b8db89763fbf@[172.16.52.1]> p4raw-id: //depot/perl@15866
* Portability tweak.Jarkko Hietaniemi2002-04-091-1/+1
| | | p4raw-id: //depot/perl@15825
* File::CheckTree hates @'sSpider Boardman2002-04-091-3/+3
| | | | | | Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US> p4raw-link: @15821 on //depot/perl: f14caa53de17b19c0b6f304a54cf48a223576e67 p4raw-id: //depot/perl@15822
* File::Checktree update from Paul Grassie.Jarkko Hietaniemi2002-04-092-89/+356
| | | p4raw-id: //depot/perl@15820
* Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if paths ↵Dominic Dunlop2002-04-031-5/+33
| | | | | | | contain shell metacharacters Message-Id: <p05101502b8d10666f60c@[192.168.1.6]> p4raw-id: //depot/perl@15723
* Doc tweak from Wolfgang Laun.Jarkko Hietaniemi2002-04-031-2/+2
| | | p4raw-id: //depot/perl@15702
* RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of ↵George Necula2002-04-021-0/+6
| | | | | | | File/Spec/Win32.pm) Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu> p4raw-id: //depot/perl@15685
* EPOC update from Olaf Flebbe.Jarkko Hietaniemi2002-03-261-322/+2
| | | p4raw-id: //depot/perl@15524
* perl/lib/File/stat.tPaul Green2002-03-121-1/+7
| | | | | Message-Id: <200203121602.LAA29760@mailhub1.stratus.com> p4raw-id: //depot/perl@15199
* A little commonsense is better than 1_compile.Abhijit Menon-Sen2002-03-112-6/+6
| | | p4raw-id: //depot/perl@15167
* Subject: [PATCH] Hash::Util & restricted hash touch up, part 1Michael G. Schwern2002-03-112-6/+6
| | | | | | | | | | | | | | | | | | Date: Sun, 10 Mar 2002 13:27:12 -0500 Message-Id: <20020310182712.GC693@blackrider> Subject: [PATCH] Hash::Util part 2 From: Michael G Schwern <schwern@pobox.com> Date: Sun, 10 Mar 2002 15:09:34 -0500 Message-Id: <20020310200934.GB27112@blackrider> Subject: [PATCH] Hash::Util MANIFEST correction From: Michael G Schwern <schwern@pobox.com> Date: Sun, 10 Mar 2002 16:27:07 -0500 Message-Id: <20020310212707.GF27112@blackrider> (Also changes find.t and taint.t, which were looking for access.t) p4raw-id: //depot/perl@15166
* reordering conditions in Win32.pmNikola Knezevic2002-03-071-4/+4
| | | | | Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@15074
* Fix File::Path docs as suggested by Ronald Kimball.Abhijit Menon-Sen2002-03-041-2/+2
| | | p4raw-id: //depot/perl@14984
* File::Path documentationColin Meyer2002-03-041-0/+9
| | | | | Message-Id: <20020303145424.A21774@hobart.helvella.org> p4raw-id: //depot/perl@14975
* File::Copy::syscopy doesn't preserve OS attrs on UNIXStas Bekman2002-02-281-3/+4
| | | | | | Message-Id: <3C7E1E5F.1000605@stason.org> (Applied by hand). p4raw-id: //depot/perl@14911
* Win32 not happy with new testAbe Timmerman2002-02-271-1/+3
| | | | | Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com> p4raw-id: //depot/perl@14905
* Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , ↵chromatic2002-02-212-3/+17
| | | | | | | Perl 5.6.1) Message-ID: <20020221211823.80922.qmail@onion.perl.org> p4raw-id: //depot/perl@14819
* Re: File/Spec/t/rel2abs2rel2whatever broken againMichael G. Schwern2002-02-131-4/+10
| | | | | Message-Id: <20020213100017.GA6288@blackrider> p4raw-id: //depot/perl@14676
* Re: 14654 introduced a bug Michael G. Schwern2002-02-121-1/+1
| | | | | Message-ID: <20020212103736.GC14327@blackrider> p4raw-id: //depot/perl@14656
* Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)Michael G. Schwern2002-02-121-4/+6
| | | | | Message-ID: <20020211172302.GD9556@blackrider> p4raw-id: //depot/perl@14654
* DJGPP tweaks from Laszlo Molnar.Jarkko Hietaniemi2002-02-101-0/+1
| | | p4raw-id: //depot/perl@14627
* Re: File::Spec::rel2abs2rel (?)Michael G. Schwern2002-02-051-0/+2
| | | | | Message-ID: <20020205184739.GB17375@blackrider> p4raw-id: //depot/perl@14566