diff options
author | dgp <dgp@users.sourceforge.net> | 2002-01-25 04:27:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-01-25 04:27:26 (GMT) |
commit | e987f887ebf5997e0c4461c254ec85e39a7b0b46 (patch) | |
tree | 945b5b1955f46ccdcd8a3d3b86eeaa0fe4d40d77 /ChangeLog | |
parent | 012a69519a5ac4295eb597527e3f465fac7358a3 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |