diff options
author | dgp <dgp@users.sourceforge.net> | 2009-08-20 15:17:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-08-20 15:17:39 (GMT) |
commit | 98d5d18c168e0eb4ac463f011898476550f81592 (patch) | |
tree | cbb72a113acedd829dd51c10d33582edc9d9b8d2 /ChangeLog | |
parent | e8e7278e6387c71d1e820193ac6e58b0be5caf89 (diff) | |
download | tcl-98d5d18c168e0eb4ac463f011898476550f81592.zip tcl-98d5d18c168e0eb4ac463f011898476550f81592.tar.gz tcl-98d5d18c168e0eb4ac463f011898476550f81592.tar.bz2 |
* 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
on elsewhere that the name stored there is a relative path. Also
refactored to make an AppendPath() routine instead of the cut/paste
stanzas that were littered throughout.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-08-20 Don Porter <dgp@users.sourceforge.net> + + * 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 + on elsewhere that the name stored there is a relative path. Also + refactored to make an AppendPath() routine instead of the cut/paste + stanzas that were littered throughout. + 2009-08-20 Donal K. Fellows <dkf@users.sf.net> * generic/tclCmdIL.c (TclNRIfObjCmd): [Bug 2823276]: Make [if] |