summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-01-25 04:27:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-01-25 04:27:26 (GMT)
commite987f887ebf5997e0c4461c254ec85e39a7b0b46 (patch)
tree945b5b1955f46ccdcd8a3d3b86eeaa0fe4d40d77 /ChangeLog
parent012a69519a5ac4295eb597527e3f465fac7358a3 (diff)
downloadtcl-e987f887ebf5997e0c4461c254ec85e39a7b0b46.zip
tcl-e987f887ebf5997e0c4461c254ec85e39a7b0b46.tar.gz
tcl-e987f887ebf5997e0c4461c254ec85e39a7b0b46.tar.bz2
* Corrected tilde-substitution
of pathnames where > 1 separator follows the ~. [Bug 504950]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 713857a..524d997 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-24 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclIOUtil.c (SetFsPathFromAny): Corrected tilde-substitution
+ of pathnames where > 1 separator follows the ~. [Bug 504950]
+
2002-01-24 Jeff Hobbs <jeffh@ActiveState.com>
* library/http/pkgIndex.tcl: