summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-08-20 22:08:02 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-08-20 22:08:02 (GMT)
commitfa5ee967b1643fdd114d19a71f4d12e10a2b4b54 (patch)
tree2429cc2ef1bb7ad58712d1e6b919ccc447917884 /ChangeLog
parent1f93e1ab3fd01d0f68a3cfe19185e00a07a7d884 (diff)
downloadtcl-fa5ee967b1643fdd114d19a71f4d12e10a2b4b54.zip
tcl-fa5ee967b1643fdd114d19a71f4d12e10a2b4b54.tar.gz
tcl-fa5ee967b1643fdd114d19a71f4d12e10a2b4b54.tar.bz2
* generic/tclFileName.c: Correct result from [glob */test] when *
matches something like ~foo. [Bug 2837800]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ef505f..48355a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-08-20 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclFileName.c: Correct result from [glob */test] when *
+ matches something like ~foo. [Bug 2837800]
+
* generic/tclPathObj.c: [Bug 2806250] Prevent the storage of strings
starting with ~ in the "tail" part (normPathPtr field) of the path
intrep when PATHFLAGS != 0. This establishes the assumptions relied