summaryrefslogtreecommitdiff
path: root/dist/PathTools
Commit message (Expand)AuthorAgeFilesLines
* PathTools::Win32.pm: Add L<> around link in podKarl Williamson2019-05-251-2/+2
* Silence Cwd.pm warning on Android builds if targetsh is not definedRichard Leach2019-04-191-1/+1
* (perl #133951) fallback to the built-in getcwd if we canTony Cook2019-04-1512-12/+25
* bump version numbers for PathToolsTony Cook2019-01-1411-11/+11
* (perl #123724) don't translate ... to ..\.. on Win32Tony Cook2019-01-142-12/+2
* bump $File::Spec::*::VERSIONTony Cook2018-11-0111-11/+11
* prevent t/Functions.t from warning on undefined values when none suppliedTony Cook2018-11-011-1/+1
* Accept also ESTALE (fix for RT #133534)Slaven Rezic2018-10-111-3/+6
* Bumping PathTools from 3.74 to 3.75Sawyer X2018-08-2712-10/+14
* fix mkpath call to be compatible with older File::PathGraham Knop2018-08-271-1/+1
* Remove duplicate of commented-out test.James E Keenan2018-08-231-1/+0
* remove distros from needing ppport.h in coreDaniel Dragan2018-07-262-6/+8
* Ensure temp directories are cleaned up.James E Keenan2018-05-011-0/+2
* getcwd() doesn't fail on non-existent directories on DragonFly BSD.Tomasz Konojacki2018-05-011-0/+4
* PathTools/Changes: Retroactively mention CPAN RT #114236Father Chrysostomos2018-02-241-0/+1
* Correct PathTools dist files and bump to 3.74:Sawyer X2018-02-1915-13/+101
* Add MANIFEST to PathToolsSawyer X2018-02-171-0/+29
* Reflect what I think are the correct changesets for PathTools:Sawyer X2018-02-171-0/+13
* define NEED_croak_xs_usage in PathToolsZefram2018-02-1712-11/+12
* Add ABSTRACT, LICENSE, AUTHOR, etc. elements.James E Keenan2018-02-171-1/+17
* Ensure that all tests in t/cwd.t have descriptions.James E Keenan2018-02-171-6/+7
* Provide .gitignore for PathTools distribution.James E Keenan2018-02-171-0/+2
* remove unused constant from testZefram2018-01-171-1/+0
* skip cwd_enoent test on CygwinZefram2018-01-171-0/+5
* correct error returns from fast_abs_path()Zefram2018-01-161-3/+6
* avoid infinite recursion in _perl_abs_path()Zefram2017-12-262-5/+1
* disable cwd_enoent testZefram2017-12-251-0/+2
* correct error returns from _perl_abs_path()Zefram2017-12-2412-19/+64
* Demonstrate how File::Spec->catfile('.', @other_args) works.James E Keenan2017-12-181-0/+3
* align version numbers in the PathTools distroZefram2017-12-1810-10/+10
* remove support for running PathTools on MacOSZefram2017-12-183-37/+4
* remove support for running PathTools on EPOCZefram2017-12-182-15/+0
* Cwd: Change strcmp into strEQKarl Williamson2017-12-1313-13/+16
* Switch some core modules to XSLoaderNicolas R2017-11-132-14/+6
* avoid runtime module loading in File::SpecZefram2017-11-117-46/+31
* Replace multiple 'use vars' by 'our' in distNicolas R2017-11-1112-40/+27
* Fix missing skip counts in PathTools' cwd.tDagfinn Ilmari Mannsåker2017-10-251-2/+2
* fix PathTools dynamic linking for Perl 5.6Zefram2017-07-203-0/+3
* fix PathTools taint handling for Perl 5.6Zefram2017-07-2013-13/+18
* RT#123754 Add security note to File::Spec::no_upwardsDavid Golden2017-02-2712-14/+20
* Cwd: Remove impediment to compiling under C++11Karl Williamson2016-11-1913-12/+18
* Cwd.xs: avoid blib better while buildingDavid Mitchell2016-09-271-1/+7
* Remove obsolete Test prereq from PathToolsDagfinn Ilmari Mannsåker2016-09-021-1/+0
* File::Spec::VMS->canonpath() incorrect with ODS-5 style directory specs.Richard Levitte2016-08-092-5/+12
* fix version numbering for dist/PathToolsTony Cook2016-07-3011-11/+11
* dist/: bump $VERSION as neededTony Cook2016-07-2611-11/+11
* dist/: remove . from @INC when loading optional modulesTony Cook2016-07-264-4/+18
* PathTools: fix Pod::Checker warning for podKarl Williamson2016-05-2411-12/+15
* [perl #127765] Fix bogus $File::Spec::AmigaOS::VERSIONDagfinn Ilmari Mannsåker2016-03-221-1/+1
* Fix various pod errors.Karl Williamson2016-03-111-2/+3