summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-08-20 22:09:45 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-08-20 22:09:45 (GMT)
commite645a06ed98f083f07698164c56a986e56094fb3 (patch)
treee29d2a2494a182f9ee84af7b8ea69e05ada9161d /ChangeLog
parent98d5d18c168e0eb4ac463f011898476550f81592 (diff)
downloadtcl-e645a06ed98f083f07698164c56a986e56094fb3.zip
tcl-e645a06ed98f083f07698164c56a986e56094fb3.tar.gz
tcl-e645a06ed98f083f07698164c56a986e56094fb3.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 451fc32..0aaed72 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