summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-06-21 19:20:07 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-06-21 19:20:07 (GMT)
commit56f28b758b4acc2645154511abadd810ef8244c4 (patch)
tree430ef12151190d3965d9713909b934fb592680aa /ChangeLog
parent7f3ff45a57343745a50fb144bb29f676e93bd10b (diff)
downloadtcl-56f28b758b4acc2645154511abadd810ef8244c4.zip
tcl-56f28b758b4acc2645154511abadd810ef8244c4.tar.gz
tcl-56f28b758b4acc2645154511abadd810ef8244c4.tar.bz2
bug 1194458
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b7b8da..2c17918d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-06-21 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclFileName.c: Changed [file split] and [file join]
+ to treat Windows drive letters similarly to ~ syntax and make
+ sure that they appear with "./" in front when they are in
+ intermediate components of the path. [Bug 1194458]
+ * tests/fileName.test: Added test for the above bug.
+
2005-06-21 Don Porter <dgp@users.sourceforge.net>
* generic/tclBasic.c: Added missing walk of the list of active traces