summaryrefslogtreecommitdiff
path: root/dist/Cwd
Commit message (Expand)AuthorAgeFilesLines
* Move Cwd and List-Util to folders named as per their CPAN distributionsSteve Hay2013-10-2421-6627/+0
* Up the version of File::Spec from 3.44 to 3.45Brian Fraser2013-09-219-9/+9
* Removed the ifdefs for INCOMPLETE_TAINTSBrian Fraser2013-09-212-9/+1
* In Cwd's THX_unix_canonpath add two casts from (void*) to keep C++ sweet.Nicholas Clark2013-08-171-2/+2
* File::Spec in XSZefram2013-08-1714-34/+401
* Add the upstream Makefile.PL for CwdNicholas Clark2013-08-171-0/+27
* _perl_abs_path() symlink tests fail on QNX NeutrinoChris 'BinGOs' Williams2013-08-021-1/+1
* Resolve File::Spec test failures on QNX NeutrinoChris 'BinGOs' Williams2013-08-021-1/+2
* Fix file_name_is_absolute on VMS for device without a directory.Craig A. Berry2013-07-142-2/+6
* Increase $File::Spec::Win32::VERSION to 3.42Father Chrysostomos2013-06-221-1/+1
* Increase $File::Spec::VMS::VERSION to 3.42Father Chrysostomos2013-06-221-1/+1
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-222-6/+6
* Increase $File::Spec::VERSION to 3.41Father Chrysostomos2013-06-101-1/+1
* Increase some File::Spec versions to 3.41Father Chrysostomos2013-06-086-6/+6
* Correct File::Spec POD about tainting and tmpdirFather Chrysostomos2013-06-083-3/+3
* [perl #89940] File::Spec->tmpdir and env changesFather Chrysostomos2013-06-087-19/+59
* File::Spec::Epoc: Small pod clean-upFather Chrysostomos2013-06-081-3/+3
* typo fixes for CwdDavid Steinbrunner2013-05-252-4/+4
* Cwd/File::Spec version bump to 3.40Steffen Mueller2013-01-1610-11/+11
* Cwd::fast_abs_path's untaint should allow for multiline directoriesJoel Berger2012-12-031-2/+2
* [perl #115962] cwd.t: Add test for fast_abs_path in LF dirFather Chrysostomos2012-12-031-1/+11
* Remove "register" declarationsKarl Williamson2012-11-242-2/+2
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-1/+8
* File::Spec::Unix: Fix pod linkFather Chrysostomos2012-05-261-1/+2
* Increase $File::Spec::Unix::VERSION to 3.39_03Father Chrysostomos2012-05-261-1/+1
* Tests for perl #111510Volker Schatz2012-05-261-0/+4
* [perl #111510] File::Spec::UNIX->abs2rel() gets it wrong with ".." componentsVolker Schatz2012-05-261-23/+50
* Bump Cwd, File::Spec version.Craig A. Berry2012-02-179-9/+9
* Rethink EFS in File::Spec::VMS.Craig A. Berry2012-02-172-636/+180
* Increase $Cwd::VERSION to 3.39_02Father Chrysostomos2012-02-031-1/+1
* Load File::Spec before using it in CwdEric Brine2012-02-031-0/+1
* Stop inadvertently skipping Spec.t on VMS.Craig A. Berry2012-01-141-4/+4
* Use tr/_// instead of eval $VERSIONSteffen Mueller2011-12-2010-20/+20
* Cwd pod consistency tweaksFather Chrysostomos2011-12-171-5/+5
* [rt.cpan.org #45885] File::Spec: Don’t use tainted tmpdir in 5.6Father Chrysostomos2011-12-162-2/+22
* Version bumpsif-0.0602Father Chrysostomos2011-11-221-1/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-222-6/+6
* Keep verbatim pod in File::VMS/Win32 within 80 colsFather Chrysostomos2011-08-092-4/+6
* Keep verbatim pod in File::Mac/Unix within 80 colsFather Chrysostomos2011-08-092-12/+18
* Keep verbatim pod in File::Spec within 80 colsFather Chrysostomos2011-08-091-3/+5
* In Cwd.xs, tidy the conditional code related to symlinks.Nicholas Clark2011-07-061-8/+9
* Remove duplicate $VERSION handling code, made redundant in 3.28_01Nicholas Clark2011-07-051-3/+0
* In Cwd.xs, swap to defaulting to disabled prototypes.Nicholas Clark2011-06-221-3/+2
* Merge the implementation of Cwd::{fastcwd,getcwd} using ALIAS.Nicholas Clark2011-06-221-13/+5
* In Cwd.xs on VMS, don't compile bsd_realpath() at all.Nicholas Clark2011-06-221-13/+14
* Add PERL_NO_GET_CONTEXT to Cwd.Nicholas Clark2011-06-221-0/+2
* In Cwd::_win32_cwd() avoid a string eval when checking if we're miniperl.Nicholas Clark2011-06-221-2/+9
* dist/Cwd/lib/File/Spec/Win32.pm: Fix broken linkKarl Williamson2011-05-181-2/+2
* Revert "In Cwd, convert two regexps to explicit ranges, instead of using /i"Karl Williamson2011-03-021-3/+3
* In Cwd, convert two regexps to explicit ranges, instead of using /iNicholas Clark2011-02-041-3/+3