summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-20 18:19:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-20 18:19:31 (GMT)
commit153e08d5cd7c0d6b7c7d8078214b575d04b4ae90 (patch)
treeb5437594e0ed24690db8d1c04e55748bbd51197f /ChangeLog
parent9c046a5217080e9316c026a2df53062bbb0e76bc (diff)
downloadtcl-153e08d5cd7c0d6b7c7d8078214b575d04b4ae90.zip
tcl-153e08d5cd7c0d6b7c7d8078214b575d04b4ae90.tar.gz
tcl-153e08d5cd7c0d6b7c7d8078214b575d04b4ae90.tar.bz2
* generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()
* tests/fileName.test: that assumed (not "absolute" => "relative"). This is a false assumption on Windows, where "volumerelative" is another possibility. [Bug 2571597].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29ece9b..029392e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-20 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()
+ * tests/fileName.test: that assumed (not "absolute" => "relative").
+ This is a false assumption on Windows, where "volumerelative" is
+ another possibility. [Bug 2571597].
+
2009-02-17 Jeff Hobbs <jeffh@ActiveState.com>
* win/tcl.m4, win/configure: Check if cl groks _WIN64 already to