summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-02-05 16:54:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-02-05 16:54:29 (GMT)
commiteec7311e640b711577933860dec1c5cd2d2f59c6 (patch)
tree6d70584b762fe5b3a37dafa7840d3c86c61c2e4b /ChangeLog
parent970473c68812eb7f94e71c857d4d80e36d44c0e3 (diff)
parent4a235274c959ab1f0e0fecd1f3db2f4c07461b79 (diff)
downloadtcl-eec7311e640b711577933860dec1c5cd2d2f59c6.zip
tcl-eec7311e640b711577933860dec1c5cd2d2f59c6.tar.gz
tcl-eec7311e640b711577933860dec1c5cd2d2f59c6.tar.bz2
[Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to
be normalized, even when no "A:" drive is present on the system.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dec2b74..27c09e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-02-05 Don Porter <dgp@users.sourceforge.net>
+
+ * win/tclWinFile.c: [Bug 3603434] Make sure TclpObjNormalizePath()
+ properly declares "a:/" to be normalized, even when no "A:" drive is
+ present on the system.
+
2013-01-30 Andreas Kupries <andreask@activestate.com>
* library/platform/platform.tcl (::platform::LibcVersion): See