summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-08-20 23:50:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-08-20 23:50:44 (GMT)
commitdbf049c0fba4506927b17c7ff9f7d66aa61cde18 (patch)
tree740b650a52897d03d9c3dbd0632fbed19c9e2d31 /ChangeLog
parenteb9bcac9c6ae30bb3e5f6bc298ee8238927a93e1 (diff)
parent843b8497d3c972540e5b12b26ae3055d9df4bf77 (diff)
downloadtcl-dbf049c0fba4506927b17c7ff9f7d66aa61cde18.zip
tcl-dbf049c0fba4506927b17c7ff9f7d66aa61cde18.tar.gz
tcl-dbf049c0fba4506927b17c7ff9f7d66aa61cde18.tar.bz2
3559678 Fix bad filename normalization when the last component is the empty string.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1f1062..e8f96e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-20 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclPathObj.c: [Bug 3559678] Fix bad filename normalization
+ when the last component is the empty string.
+
2012-08-20 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinPort.h: Remove wrapper macro for ntohs(): unnecessary,