summaryrefslogtreecommitdiff
path: root/ext/Cwd
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-12-28 03:27:13 +0000
committerSteve Peters <steve@fisharerojo.org>2005-12-28 03:27:13 +0000
commit6a288e044b9e7ec704a0ff87485b0c15610869fd (patch)
treef5bae0f40d7979c4c36210b19622ab7dd84c7171 /ext/Cwd
parentfa6eee5ae7df0ed232a4efff3a72fda8726cb1b2 (diff)
downloadperl-6a288e044b9e7ec704a0ff87485b0c15610869fd.tar.gz
Upgrade to PathTools-3.15
p4raw-id: //depot/perl@26508
Diffstat (limited to 'ext/Cwd')
-rw-r--r--ext/Cwd/Changes6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/Cwd/Changes b/ext/Cwd/Changes
index cf018a38cc..52f263a303 100644
--- a/ext/Cwd/Changes
+++ b/ext/Cwd/Changes
@@ -1,11 +1,13 @@
Revision history for Perl distribution PathTools.
-3.14_01 Fri Dec 9 22:45:49 CST 2005
+3.15 Tue Dec 27 14:17:39 CST 2005
- The Cwd::getcwd() function on *nix is now a direct pass-through to
the underlying getcwd() C library function when possible. This is
safer and faster than the previous implementation, which just did
- abs_path('.'). [Suggested by Nick Ing-Simmons]
+ abs_path('.'). The pure-perl version has been kept for cases in
+ which the XS version can't load, such as when running under
+ miniperl. [Suggested by Nick Ing-Simmons]
- When Cwd searches for a 'pwd' executable in the $PATH, we now stop
after we find the first one rather than continuing the search. We