summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-03-27 19:16:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-03-27 19:16:49 (GMT)
commit3cafedec0ff906762951dbf8c5065947771aeb7f (patch)
treeb7b5d48e93533f9fba48a87c0a42a2eb9be2e81d /ChangeLog
parentdce424fd503c29bd61d1ea07d2461b3cb43d58b8 (diff)
downloadtcl-3cafedec0ff906762951dbf8c5065947771aeb7f.zip
tcl-3cafedec0ff906762951dbf8c5065947771aeb7f.tar.gz
tcl-3cafedec0ff906762951dbf8c5065947771aeb7f.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 8085ef8..0b02323 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-20 Don Porter <dgp@users.sourceforge.net>
* generic/tclStringObj.c: Test stringObj-6.9 checks that