summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-23 04:18:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-23 04:18:33 (GMT)
commita646385d673df42529a9c5a97493876e9c671d33 (patch)
tree9b7b63168aa4e80c61630c6d1a81e45ff3779ab1 /ChangeLog
parent8f8c4fc92943cd0497881b0185ec142142698b4b (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4ad340..37cfee2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.