diff options
author | dgp <dgp@users.sourceforge.net> | 2009-08-20 22:09:45 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-08-20 22:09:45 (GMT) |
commit | e645a06ed98f083f07698164c56a986e56094fb3 (patch) | |
tree | e29d2a2494a182f9ee84af7b8ea69e05ada9161d /ChangeLog | |
parent | 98d5d18c168e0eb4ac463f011898476550f81592 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |