summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-23 15:43:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-23 15:43:41 (GMT)
commita03ebed0be693c57b441bac89d1d48a77bce0bc4 (patch)
treeb398311e18c9d4df1f56edb46a2c448f9f2ba7b1 /ChangeLog
parent0cc32b6dffd4788b282213175da265ad8d8edd2b (diff)
downloadtcl-a03ebed0be693c57b441bac89d1d48a77bce0bc4.zip
tcl-a03ebed0be693c57b441bac89d1d48a77bce0bc4.tar.gz
tcl-a03ebed0be693c57b441bac89d1d48a77bce0bc4.tar.bz2
* generic/tclIOUtil.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 e7c1544..7a2e266 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-23 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclIOUtil.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>
* tests/binary.test: Corrected flawed tests revealed by a -debug 1