diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-06-21 19:20:07 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-06-21 19:20:07 (GMT) |
commit | 56f28b758b4acc2645154511abadd810ef8244c4 (patch) | |
tree | 430ef12151190d3965d9713909b934fb592680aa /ChangeLog | |
parent | 7f3ff45a57343745a50fb144bb29f676e93bd10b (diff) | |
download | tcl-56f28b758b4acc2645154511abadd810ef8244c4.zip tcl-56f28b758b4acc2645154511abadd810ef8244c4.tar.gz tcl-56f28b758b4acc2645154511abadd810ef8244c4.tar.bz2 |
bug 1194458
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |