summaryrefslogtreecommitdiff
path: root/lib/File/Basename.pm
Commit message (Collapse)AuthorAgeFilesLines
* Increase $File::Basename::VERSION to 2.85Father Chrysostomos2013-06-221-1/+1
|
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-8/+8
|
* Version bumpsif-0.0602Father Chrysostomos2011-11-221-1/+1
|
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
|
* basename: Change C<> to L<>Karl Williamson2011-07-161-2/+2
|
* Revert "Remove MacOS classic support from File::Basename."Father Chrysostomos2011-04-041-4/+18
| | | | | | This reverts commit e713b73750eb9e684a6d14dcca1a22d55ce2226d. See [perl #87704].
* [perl #85884] Erroneous description of File::Basename::fileparseFather Chrysostomos2011-03-111-3/+3
| | | | Literal backslashes need single quotes.
* Version bumps for File:: non-dual-life modules identified byJesse Vincent2011-01-201-1/+1
| | | | ./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8
* Fix typos (spelling errors) in lib/*Peter J. Acklam) (via RT2011-01-071-1/+1
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81890] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81890 > Signed-off-by: Abigail <abigail@abigail.be>
* Remove MacOS classic support from File::Basename.Nicholas Clark2010-06-231-18/+4
| | | | | ExtUtils::MakeMaker removed MacOS support in 6.25, merged to blead in December 2004, so this code is vestigial, and a small runtime penalty.
* Untangle File::Basename and re - avoid hard-coding the hints value.Nicholas Clark2009-09-121-6/+6
|
* $VERSION++ for all the non-dual life modules outside ext/ thatNicholas Clark2008-03-311-1/+1
| | | | | | | Porting/cmpVERSION.pl reports differ from the 5.10.0 release. All the rest of the differences would seem to be dual-life. :-( p4raw-id: //depot/perl@33623
* Typo in doc, found by Kornel Umann.Rafael Garcia-Suarez2008-03-011-1/+1
| | | p4raw-id: //depot/perl@33402
* Doc patch by Thomas O Smailus :Adriano Ferreira2006-11-141-2/+2
| | | | | | | Subject: Fwd: [perl #40866] Error on doc page? (File::Basename) From: "Adriano Rodrigues" <a.r.ferreira@gmail.com> Message-ID: <73ddeb6c0611140424t26b01d0aq667ca95e77f25e6@mail.gmail.com> p4raw-id: //depot/perl@29272
* File::Basename add X<> tags, replace regex delimitersGabor Szabo2006-08-071-6/+10
| | | | | | From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com> p4raw-id: //depot/perl@28665
* Typos in *.p[lm]Piotr Fusik2005-08-021-1/+1
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261
* basename() and suffixesMichael G. Schwern2005-07-081-5/+24
| | | | | Message-ID: <20050707223832.GA4782@windhund.schwern.org> p4raw-id: //depot/perl@25097
* Re: [perl #36477] File::Basename basename() bugMichael G. Schwern2005-07-081-3/+7
| | | | | Message-ID: <20050707211601.GA3769@windhund.schwern.org> p4raw-id: //depot/perl@25096
* Mention File::Spec in File::BasenameMichael G. Schwern2005-07-071-4/+12
| | | | | | | Message-ID: <20050706200620.GE15644@windhund.schwern.org> (plus bump $VERSION) p4raw-id: //depot/perl@25091
* [perl #22236] File::Basename behavior is misleading Michael G Schwern2005-07-071-10/+44
| | | | | | From: "Michael G Schwern via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org> p4raw-id: //depot/perl@25090
* Further lies in the File::Basename docsMichael G. Schwern2005-07-071-43/+71
| | | | | | | Message-ID: <20050706162232.GA14495@windhund.schwern.org> (plus some minor POD changes and a bug fix) p4raw-id: //depot/perl@25089
* File::Basename doc overhaulMichael G. Schwern2005-07-061-143/+156
| | | | | | | Message-ID: <20050706031127.GL9227@windhund.schwern.org> (with some minor changes) p4raw-id: //depot/perl@25086
* File::Basename docsBoris Zentner2004-06-151-2/+5
| | | | | Message-Id: <200406121629.42595.bzm@2bz.de> p4raw-id: //depot/perl@22938
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-141-1/+1
| | | p4raw-id: //depot/perl@20688
* Re: [perl #18872] File::Basename example misleadingRichard Soderberg2003-03-021-1/+1
| | | | | Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net> p4raw-id: //depot/perl@18810
* Document the hint constants and where they're used.Rafael Garcia-Suarez2002-11-291-1/+1
| | | p4raw-id: //depot/perl@18217
* 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
* 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
* use of undef varStas Bekman2002-06-171-0/+4
| | | | | | | Message-ID: <3D0D9E74.7000908@stason.org> (modified) p4raw-id: //depot/perl@17269
* OS/2 File::* modulesIlya Zakharevich2001-12-211-8/+6
| | | | | Message-ID: <20011221154324.A6524@math.ohio-state.edu> p4raw-id: //depot/perl@13838
* Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))Wolfgang Laun2001-12-051-5/+6
| | | | | Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at> p4raw-id: //depot/perl@13472
* VMS install fix-ups: add libnetcfg and xsubpp as utility commandsCraig A. Berry2001-12-031-0/+1
| | | | | Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01> p4raw-id: //depot/perl@13448
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
| | | | | Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@12113
* Bump up version numbers.Jarkko Hietaniemi2001-09-161-1/+1
| | | | | | | | | | | TODO 1: double check that pre-5.6.1 CPAN.pm:s don't try to download 5.8.0 because of the version numbers. Mainly this means using _00 in the core version numbers. TODO 2: the "use 5.005_64" in many modules needs to be changed to, say, "use 5.6.1". p4raw-id: //depot/perl@12040
* [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperlChris Nandor2001-06-111-2/+3
| | | | | Message-Id: <p05100306b749ec0eaade@[10.0.1.177]> p4raw-id: //depot/perl@10512
* Re: 5.6.*, bleadperl: bugs in pp_concatHugo van der Sanden2001-05-261-2/+2
| | | | | Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk> p4raw-id: //depot/perl@10223
* Enable warnings in File::* (was: B::Terse and warnings)Benjamin Sugars2001-03-291-1/+2
| | | | | Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@9428
* more pod patchesMichael Stevens2001-03-161-1/+1
| | | | | Message-ID: <20010315212518.A18870@firedrake.org> p4raw-id: //depot/perl@9176
* buncha MacPerl patches for bleadperlChris Nandor2001-02-131-2/+8
| | | | | Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]> p4raw-id: //depot/perl@8792
* [perl 7711: EPOC] updatesOlaf Flebbe2000-11-201-1/+1
| | | | | Message-ID: <25575.974658810@www23.gmx.net> p4raw-id: //depot/perl@7758
* Cleanup from prior patch (Charles Lane?):Charles Bailey2000-10-251-2/+6
| | | | | | - improve handling of MFDs in Basename and Path - default to no xsubpp line # munging when building debug images p4raw-id: //depot/vmsperl@7430
* m/.*$/ etc should be m/.*\z/s in many file handling modules; fixGurusamy Sarathy2000-02-281-22/+22
| | | | | | | | these insidious errors in File::Basename, File::Find and find2perl (from Tom Christiansen) TODO: many other modules need to be fixed as well! p4raw-id: //depot/perl@5296
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-2/+2
| | | p4raw-id: //depot/perl@4860
* applied new parts of suggested patchCharles Bailey1999-07-071-1/+1
| | | | | | Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu> Subject: [PATCH 5.005_57] Consolidated VMS patch p4raw-id: //depot/perl@3650
* applied suggested patch, modulo superseded partsCharles Bailey1999-03-241-1/+11
| | | | | | Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu> Subject: [PATCH 5.005_56] Miscellaneous small fixes p4raw-id: //depot/perl@3152
* merge changes#1210,1211,1270 from maintbranchGurusamy Sarathy1998-07-041-14/+16
| | | | | | | p4raw-link: @1270 on //depot/maint-5.004/perl: 413603941653f55130af336b8e990052b26673a6 p4raw-link: @1211 on //depot/maint-5.004/perl: 247620c138019426962998dd7edc0157874220f0 p4raw-link: @1210 on //depot/maint-5.004/perl: 4522f71f5c16bf8892b1952004accec53aab868e p4raw-id: //depot/perl@1277
* [win32] merge changes#906,907,909,910 from maintbranchGurusamy Sarathy1998-05-151-12/+12
| | | | | | | | p4raw-link: @910 on //depot/maint-5.004/perl: ae941ac0da8f453f0d31df7b7293e50b3e5a46f1 p4raw-link: @909 on //depot/maint-5.004/perl: 8b3d696ffd11cf2e49f6eaa575b829ab0a55352d p4raw-link: @907 on //depot/maint-5.004/perl: 3cb3c1abada5765ba4166ebe59e2e20d737ec21b p4raw-link: @906 on //depot/maint-5.004/perl: ae389c8a29b487f4434c465442dfb611507a4a38 p4raw-id: //depot/win32/perl@977
* [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-0/+4
| | | | | p4raw-link: @886 on //depot/maint-5.004/perl: 6dba07070c2cb08ffbc6e00eff60e8f5fc9a7ee8 p4raw-id: //depot/win32/perl@936
* File::Basename taint fix (revised)Charles Bailey1998-03-051-3/+8
| | | p4raw-id: //depot/perl@777
* Major changes to the DOS/djgpp port (including threading):Molnar Laszlo1997-12-171-1/+1
| | | | | Subject: Re: dos-djgpp port not in perl 5.004_54 p4raw-id: //depot/perl@373