summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-23 15:48:01 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-23 15:48:01 (GMT)
commit40f6f2371271e33ceba3d339ba85be1fbdc037a0 (patch)
tree0933ebba122ebbcd71f008c7aa08ec30826f28c4 /ChangeLog
parentf30deabc275ddab26044f09ba7f710650f926feb (diff)
downloadtcl-40f6f2371271e33ceba3d339ba85be1fbdc037a0.zip
tcl-40f6f2371271e33ceba3d339ba85be1fbdc037a0.tar.gz
tcl-40f6f2371271e33ceba3d339ba85be1fbdc037a0.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 fe76282..770174f 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-19 Don Porter <dgp@users.sourceforge.net>
* changes: Update for 8.5.3 release.