diff options
author | dgp <dgp@users.sourceforge.net> | 2008-06-23 04:18:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-06-23 04:18:33 (GMT) |
commit | a646385d673df42529a9c5a97493876e9c671d33 (patch) | |
tree | 9b7b63168aa4e80c61630c6d1a81e45ff3779ab1 /ChangeLog | |
parent | 8f8c4fc92943cd0497881b0185ec142142698b4b (diff) | |
download | tcl-a646385d673df42529a9c5a97493876e9c671d33.zip tcl-a646385d673df42529a9c5a97493876e9c671d33.tar.gz tcl-a646385d673df42529a9c5a97493876e9c671d33.tar.bz2 |
* generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when
operating on the "Special path" variant of the "path" Tcl_ObjType
intrep. A full normalization was getting done, in particular, coercing
relative paths to absolute, contrary to what the function of
producing the "translated path" is supposed to do. [Bug 1972879].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-06-23 Don Porter <dgp@users.sourceforge.net> + + * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when + operating on the "Special path" variant of the "path" Tcl_ObjType + intrep. A full normalization was getting done, in particular, coercing + relative paths to absolute, contrary to what the function of + producing the "translated path" is supposed to do. [Bug 1972879]. + 2008-06-20 Don Porter <dgp@users.sourceforge.net> * changes: Updates for 8.6a1 release. |