summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-03-27 19:17:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-03-27 19:17:54 (GMT)
commitea2ebe5242290d7fa2b53cd32d27e12e53a41b87 (patch)
tree48a9971579cb4f3dd90a22fb70138b5c3d029f39 /ChangeLog
parent58087b825208917336f1f10d38628e76d415174c (diff)
downloadtcl-ea2ebe5242290d7fa2b53cd32d27e12e53a41b87.zip
tcl-ea2ebe5242290d7fa2b53cd32d27e12e53a41b87.tar.gz
tcl-ea2ebe5242290d7fa2b53cd32d27e12e53a41b87.tar.bz2
* generic/tclPathObj.c (TclPathPart): TclPathPart() was computing
* tests/fileName.test: the wrong results for both [file dirname] and [file tail] on "path" arguments with the PATHFLAGS != 0 intrep and with an empty string for the "joined-on" part. [Bug 2710920]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cedc795..3fb29f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-27 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclPathObj.c (TclPathPart): TclPathPart() was computing
+ * tests/fileName.test: the wrong results for both [file dirname] and
+ [file tail] on "path" arguments with the PATHFLAGS != 0 intrep and
+ with an empty string for the "joined-on" part. [Bug 2710920]
+
2009-03-25 Jan Nijtmans <nijtmans@users.sf.net>
* doc/tclsh.1 bring doc and tools in line with http://wiki.tcl.tk/812