summaryrefslogtreecommitdiff
path: root/ext/Cwd
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-27 16:59:02 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-27 16:59:02 +0000
commit9596c75cf25afc08d6274085fe826f0f50fd6c98 (patch)
treed9d6083d6827fb2ad571587cc1de6ff9f59d4cce /ext/Cwd
parente47f548c093b350361bd9e0cca5bdad7db4d9aff (diff)
downloadperl-9596c75cf25afc08d6274085fe826f0f50fd6c98.tar.gz
Upgrade to PathTools 3.10
p4raw-id: //depot/perl@25334
Diffstat (limited to 'ext/Cwd')
-rw-r--r--ext/Cwd/Changes11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/Cwd/Changes b/ext/Cwd/Changes
index 0f5d532198..8155127ae2 100644
--- a/ext/Cwd/Changes
+++ b/ext/Cwd/Changes
@@ -1,5 +1,16 @@
Revision history for Perl distribution PathTools.
+3.10 Thu Aug 25 22:24:57 CDT 2005
+
+ - eliminate_macros() and fixpath() in File::Spec::VMS are now
+ deprecated, since they are MakeMaker-specific and now live inside
+ MakeMaker. [Michael Schwern]
+
+ - canonpath() on Win32 now collapses foo/.. (or foo\..) sections
+ correctly, rather than doing the "misguided" work it was previously
+ doing. Note that canonpath() on Unix still does NOT collapse these
+ sections, as doing so would be incorrect. [Michael Schwern]
+
3.09 Tue Jun 14 20:36:50 CDT 2005
- Added some block delimiters (brackets) in the Perl_getcwd_sv() XS