summaryrefslogtreecommitdiff
path: root/dist/PathTools
Commit message (Expand)AuthorAgeFilesLines
* get working directory on a non existing path returns a value and no errno on ...Thibault Duponchelle2021-07-102-1/+4
* avoid a prototype warning assigning \&getcwd to *cwdTony Cook2021-06-091-1/+2
* don't fallback to simple pwdTony Cook2021-06-091-6/+0
* remove code that assuming finding pwd on the path is reasonableTony Cook2021-06-091-14/+0
* update PathTools changes for the inode comparison changeTony Cook2021-05-241-0/+4
* bump PathTools to 3.81Tony Cook2021-05-2411-11/+11
* PathTools: compare inode numbers as stringsTony Cook2021-05-241-7/+7
* update dist/PathTools/ChangesTony Cook2021-05-241-0/+26
* PathTools: use PerlLIO_*() functions and chdir() on a symlink differencesTony Cook2020-12-0113-14/+21
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
* document the issues for the enoent problem on dragonflyTony Cook2020-11-051-0/+2
* PathTools/Cwd.xs: fix off-by-one in bsd_realpath()David Mitchell2020-10-301-3/+12
* bump version numbers for PathTools to 3.79David Mitchell2020-10-3010-10/+10
* 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