diff options
author | vincentdarley <vincentdarley> | 2003-03-18 10:51:28 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-03-18 10:51:28 (GMT) |
commit | 546d6ca6ea71958e884437bf65cb7b2421590747 (patch) | |
tree | 4f3e6b8972cfe7e3df3b65f45acff6e48418048d /ChangeLog | |
parent | 7a9c4243ac433c65c5b5ac2b90bd788b15307548 (diff) | |
download | tcl-546d6ca6ea71958e884437bf65cb7b2421590747.zip tcl-546d6ca6ea71958e884437bf65cb7b2421590747.tar.gz tcl-546d6ca6ea71958e884437bf65cb7b2421590747.tar.bz2 |
Fixes for three filesystem problems
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-03-18 Vince Darley <vincentdarley@users.sourceforge.net> + + * tests/cmdAH.test: fix test suite problem if /home is a symlink + * generic/tclIOUtil.c: fix bad error message with 'cd ""' + * win/tclWinFile.c: allow Tcl to differentiate between reparse + points which are symlinks and mounted drives. + + These changes fix [Bug #703264], [Bug #704917], [Bug #697862] + respectively. + 2003-03-17 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/lsearch.n: Altered documentation of -ascii options so |