Lines Matching full:spec

92 - Add security usage note to File::Spec::no_upwards
104 - ensure File::Spec::canonpath() preserves taint (CVE-2015-8607)
110 - add File::Spec::AmigaOS -- and actually ship it, this time
116 - add File::Spec::AmigaOS
127 - Force barename base to be a directory in File::Spec::VMS:abs2rel
128 - Revise Unix syntax detection File::Spec::VMS::abs2rel
135 - File::Spec::Unix->tmpdir: Always return an absolute path
136 - File::Spec now has an XS version for performance.
141 - Stop inadvertently skipping Spec.t on VMS. (Craig Berry)
142 - Rethink EFS in File::Spec::VMS. (Craig Berry)
143 - File::Spec::UNIX->abs2rel() gets it wrong with ".." components
158 - Remove Mac OS classic only tests from Cwd's Spec.t
160 - Convert File::Spec's remaining tests to Test::More from Test
162 - dist/Cwd/lib/File/Spec/Win32.pm: Fix broken link (Karl Williamson)
176 - [rt.cpan.org #45885] File::Spec: Don’t use tainted tmpdir
191 - Colon delimiter and escaped delimiters for File::Spec::VMS
196 - Add TODO test for File::Spec->rel2abs() when under a symlink.
232 - VMS support for Unix and extended file specifications in File::Spec
301 - File::Spec on Unix now uses Cwd::getcwd() rather than Cwd::cwd() to
305 - Added a large set of File::Spec tests for the Cygwin platform.
378 - Added a bunch of X<> tags to the File::Spec docs to help
407 - Fixed File::Spec::Win32->canonpath('foo/../bar'), which was
436 - Clarify in the docs for File::Spec's abs2rel() and rel2abs()
467 that the test $file = File::Spec::VMS->abs2rel('[t1.t2.t3]file',
480 calling File::Spec::Cygwin->canonpath() didn't act like cygwin
515 File::Spec::Mac. [Piotr Fusik]
519 - eliminate_macros() and fixpath() in File::Spec::VMS are now
553 - File::Spec->rootdir() was returning / on Win32. Now it returns \ .
646 - The bug-fix changes for revision 0.90 of File::Spec somehow were
650 - File::Spec->canonpath() will now reduce paths like '[d1.-]foo.dat'
671 - Removed an unnecessary and confusing dependency on File::Spec from
679 - Merged Cwd and File::Spec into a single PathTools distribution.
684 File::Spec 0.90.
687 Prior to revision 3.00, Cwd and File::Spec were maintained as two
689 The revision history for File::Spec is further below.
763 - We now use File::Spec->canonpath() and properly-escaped regular
817 Prior to revision 3.00, Cwd and File::Spec were maintained as two
818 separate distributions. The revision history for File::Spec is shown
822 File::Spec 0.90 Tue Aug 31 22:34:50 CDT 2004
828 File::Spec 0.89 Sun Aug 29 19:02:32 CDT 2004
836 File::Spec 0.88 Thu Jul 22 23:14:32 CDT 2004
848 File::Spec 0.87 Fri Dec 19 08:03:28 CST 2003
853 File::Spec 0.86 Fri Sep 26 10:07:39 CDT 2003
856 the code in the File::Spec beta 0.85_03.
858 File::Spec 0.85_03 Mon Sep 15 09:35:53 CDT 2003
870 File::Spec 0.85_02 Fri Sep 12 17:11:13 CDT 2003
893 File::Spec 0.85_01 Thu Sep 11 16:18:54 CDT 2003
909 - Several methods in File::Spec::Unix that just return constant
927 File::Spec 0.85 Tue Jul 22 11:31 CDT 2003
934 - File::Spec::Mac->case_tolerant() returned 0 when it should have
937 - Many cases in File::Spec::Win32->abs2rel() were broken, because of
944 - Fixed a problem in File::Spec::Win32->canonpath, which was turning
947 - Greatly simplified the code in File::Spec::Unix->splitdir().
949 File::Spec 0.84_01 Fri Jul 11 16:14:29 CDT 2003
959 File::Spec 0.84 Wed Jul 9 22:21:23 CDT 2003
965 - A huge number of changes to File::Spec::Mac in order to bring it in
972 File::Spec::Unix and put in File::Spec.
980 - canonpath() on File::Spec::Unix now honors a //node-name at the
992 - File::Spec::OS2 now implements canonpath(), splitpath(),
994 than inheriting them from File::Spec::Unix.
1018 File::Spec 0.82 Wed Jun 28 11:24:05 EDT 2000
1020 - Spec.pm: unbreak C<$VERSION = '0.xx'> to be C<$VERSION = 0.xx>, so