summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-06-10 16:55:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-06-10 16:55:38 (GMT)
commitb883043c6a750576d959ad7cab775c41c6076cae (patch)
tree2a428e9f0ccc77d5515ec3f09f00b734d3aa94d7 /ChangeLog
parent05b282b4658500f59d471eb22d52d0aff13b71aa (diff)
downloadtcl-b883043c6a750576d959ad7cab775c41c6076cae.zip
tcl-b883043c6a750576d959ad7cab775c41c6076cae.tar.gz
tcl-b883043c6a750576d959ad7cab775c41c6076cae.tar.bz2
* generic/tclPathObj.c: Corrected [file tail] results when operating
on a path produced by TclNewFSPathObj(). [Bug 970529]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 443fe2c..bfc5bf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-10 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclPathObj.c: Corrected [file tail] results when operating
+ on a path produced by TclNewFSPathObj(). [Bug 970529]
+
2004-06-09 Zoran Vasiljevic <vasiljevic@users.sf.net>
* generic/tclIOUtil.c: partially corrected [Bug 932314].