This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document UTF8_SKIP()
[perl5.git] / dist / PathTools /
2019-05-26 Karl WilliamsonPathTools::Win32.pm: Add L<> around link in pod
2019-04-19 Richard LeachSilence Cwd.pm warning on Android builds if targetsh...
2019-04-14 Tony Cook(perl #133951) fallback to the built-in getcwd if we can
2019-01-14 Tony Cookbump version numbers for PathTools
2019-01-14 Tony Cook(perl #123724) don't translate ... to ..\.. on Win32
2018-11-01 Tony Cookbump $File::Spec::*::VERSION
2018-11-01 Tony Cookprevent t/Functions.t from warning on undefined values...
2018-10-11 Slaven RezicAccept also ESTALE (fix for RT #133534)
2018-08-27 Sawyer XBumping PathTools from 3.74 to 3.75
2018-08-27 Graham Knopfix mkpath call to be compatible with older File::Path
2018-08-23 James E KeenanRemove duplicate of commented-out test.
2018-07-26 Daniel Draganremove distros from needing ppport.h in core
2018-05-01 James E KeenanEnsure temp directories are cleaned up.
2018-05-01 Tomasz Konojackigetcwd() doesn't fail on non-existent directories on...
2018-02-24 Father ChrysostomosPathTools/Changes: Retroactively mention CPAN RT #114236
2018-02-19 Sawyer XCorrect PathTools dist files and bump to 3.74:
2018-02-17 Sawyer XAdd MANIFEST to PathTools
2018-02-17 Sawyer XReflect what I think are the correct changesets for...
2018-02-17 Zeframdefine NEED_croak_xs_usage in PathTools
2018-02-17 James E KeenanAdd ABSTRACT, LICENSE, AUTHOR, etc. elements.
2018-02-17 James E KeenanEnsure that all tests in t/cwd.t have descriptions.
2018-02-17 James E KeenanProvide .gitignore for PathTools distribution.
2018-01-17 Zeframremove unused constant from test
2018-01-17 Zeframskip cwd_enoent test on Cygwin
2018-01-16 Zeframcorrect error returns from fast_abs_path()
2017-12-26 Zeframavoid infinite recursion in _perl_abs_path()
2017-12-25 Zeframdisable cwd_enoent test
2017-12-24 Zeframcorrect error returns from _perl_abs_path()
2017-12-18 James E KeenanDemonstrate how File::Spec->catfile('.', @other_args...
2017-12-18 Zeframalign version numbers in the PathTools distro
2017-12-18 Zeframremove support for running PathTools on MacOS
2017-12-18 Zeframremove support for running PathTools on EPOC
2017-12-14 Karl WilliamsonCwd: Change strcmp into strEQ
2017-11-13 Nicolas RSwitch some core modules to XSLoader
2017-11-11 Zeframavoid runtime module loading in File::Spec
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in dist
2017-10-25 Dagfinn Ilmari Man... Fix missing skip counts in PathTools' cwd.t
2017-07-20 Zeframfix PathTools dynamic linking for Perl 5.6
2017-07-20 Zeframfix PathTools taint handling for Perl 5.6
2017-02-27 David GoldenRT#123754 Add security note to File::Spec::no_upwards
2016-11-19 Karl WilliamsonCwd: Remove impediment to compiling under C++11
2016-09-27 David MitchellCwd.xs: avoid blib better while building
2016-09-02 Dagfinn Ilmari Man... Remove obsolete Test prereq from PathTools
2016-08-09 Richard LevitteFile::Spec::VMS->canonpath() incorrect with ODS-5 style...
2016-07-29 Tony Cookfix version numbering for dist/PathTools
2016-07-26 Tony Cookdist/: bump $VERSION as needed
2016-07-26 Tony Cookdist/: remove . from @INC when loading optional modules
2016-05-25 Karl WilliamsonPathTools: fix Pod::Checker warning for pod
2016-03-22 Dagfinn Ilmari Man... [perl #127765] Fix bogus $File::Spec::AmigaOS::VERSION
2016-03-11 Karl WilliamsonFix various pod errors.
2016-03-05 Ricardo SignesPathTools: import Changes file from CPAN
2016-02-13 Craig A. BerryMake File::Spec::VMS->abs2rel handle Unix-format input.
2016-01-14 Ricardo SignesPathTools: use mkpath instead of make_path in tests
2016-01-11 Ricardo SignesRevert "add Changes file for PathTools"
2016-01-11 Ricardo Signesadd Changes file for PathTools
2016-01-11 Ricardo SignesPathTools: bump version for CVE-2015-8607 fix
2016-01-11 Tony Cookensure File::Spec::canonpath() preserves taint
2016-01-06 Daniel Dragangive Win32 miniperl a real getcwd for build perf
2015-12-03 Chris 'BinGOs' Wil... Update PathTools to CPAN version 3.60
2015-11-13 Ricardo SignesPathTools: new CPAN release
2015-09-06 Ricardo Signesbump versions of perl modules updated in AmigaOS branch
2015-09-05 Andy Broadamigaos4: dist/PathTools/lib/File/Spec: add AmigaOS.pm
2015-09-05 Andy Broadamigaos4: dist/PathTools/Cwd: special env handling
2015-07-30 Daniel DraganCwd.pm, dont repeatedly access magic %ENV vars
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-18 David MitchellCwd.xs: silence recent compiler warning
2015-03-17 Karl WilliamsonExtend Cwd to work on z/OS sysplexed systems
2015-03-17 Karl Williamsondist/PathTools/Cwd.xs: rename variable
2015-03-17 Karl Williamsondist/PathTools/Cwd.xs: White-space/comment only
2015-03-17 Karl WilliamsonBump version of dist/PathTools to 3.55
2014-12-03 Craig A. BerryEliminate eliminate_macros and fixpath.
2014-12-03 Tony Cook[perl #122635] avoid turning a leading // into / on...
2014-11-09 Craig A. BerryVersion bump for File::Spec::VMS.
2014-11-09 Craig A. BerrySimplify abs2rel.t.
2014-11-09 Craig A. BerryFix undefined warning in File::Spec::VMS::catfile.
2014-11-09 Craig A. BerryForce barename base to be a directory in File::Spec...
2014-11-09 Craig A. BerryRevise Unix syntax detection File::Spec::VMS::abs2rel.
2014-11-09 Craig A. BerryMove rel2abs earlier in File::Spec::VMS::abs2rel.
2014-10-29 James E KeenanDemonstrate that RT #121360 has been resolved.
2014-10-13 Daniel Draganspeed up building with less disk IO pod moves+__END__...
2014-09-04 Jarkko HietaniemiVersion multibump.
2014-09-04 Jarkko HietaniemiAvoid gcc warning.
2014-07-14 Daniel Draganoptimize PathTools to not try to load XS on miniperl
2014-05-29 Brian FraserFix for [perl #121963] 5.20.0-RC1 can't compile on...
2014-02-05 Brian FraserFile::Spec: Mopre extensive fix for #120593
2014-01-26 Brian FraserCwd.pm: Handle native android builds better
2014-01-24 Brian FraserFile::Spec::Unix->tmpdir: Always return an absolute...
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-10-24 Steve HayMove Cwd and List-Util to folders named as per their...