summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2007-02-20 15:36:41 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2007-02-20 15:36:41 (GMT)
commita9ae76396604ebf325b996ace4452852d4f2bc35 (patch)
treecac9764bb901f3425c555fce169cd28b4fbaeb2e /ChangeLog
parentb0f20f7621b7a266aa45d3f289e913e510986ce1 (diff)
downloadtcl-a9ae76396604ebf325b996ace4452852d4f2bc35.zip
tcl-a9ae76396604ebf325b996ace4452852d4f2bc35.tar.gz
tcl-a9ae76396604ebf325b996ace4452852d4f2bc35.tar.bz2
Bug #1479814. Handle extended paths on Windows NT and above.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 470b2f4..b6c8209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-02-20 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * generic/tclFileName.c: Bug #1479814. Handle extended paths
+ * generic/tclPathObj.c: on Windows NT and above. These have a
+ * win/tclWinFile.c: \\?\ prefix.
+ * tests/winFCmd.test: Tests for extended path handling.
+
2007-02-19 Jeff Hobbs <jeffh@ActiveState.com>
* unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch.