summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-06-21 19:07:31 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-06-21 19:07:31 (GMT)
commit39d2527aa71f2aa2461b42184a903b08b30fe144 (patch)
tree18e123dde9ce1dd8a78bc5619332b12bb843b6d1 /ChangeLog
parent5327d7f6b40ae57f46596ba4eb8532933caf1c8d (diff)
downloadtcl-39d2527aa71f2aa2461b42184a903b08b30fe144.zip
tcl-39d2527aa71f2aa2461b42184a903b08b30fe144.tar.gz
tcl-39d2527aa71f2aa2461b42184a903b08b30fe144.tar.bz2
bugs 1194458 and 1225044
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4e887b..0285404 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-06-21 Kevin Kenny <kennykb@acm.org>
+
+ * generic/tclFileName.c: Corrected a problem where a directory name
+ containing a colon can crash the process on Windows [Bug 1194458].
+ * tests/fileName.test: Added test for [file split] and
+ [file join] with a name containing a colon.
+ * win/tclWinPipe.c: Reverted davygrvy's changes of 2005-04-19;
+ they cause multiple failures in io.test. [Bug 1225044, still open].
+
2005-06-21 Don Porter <dgp@users.sourceforge.net>
*** 8.4.11 TAGGED FOR RELEASE ***