diff options
author | vincentdarley <vincentdarley> | 2004-07-17 12:18:14 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-07-17 12:18:14 (GMT) |
commit | 4af5f58b2ad4e68a5391a885c1b34c6ea128f926 (patch) | |
tree | 793446b305b330ac83bde9f31783d5f0f89a7fe4 /ChangeLog | |
parent | 2235097de407afaaaeeb873f8c73758e17466b08 (diff) | |
download | tcl-4af5f58b2ad4e68a5391a885c1b34c6ea128f926.zip tcl-4af5f58b2ad4e68a5391a885c1b34c6ea128f926.tar.gz tcl-4af5f58b2ad4e68a5391a885c1b34c6ea128f926.tar.bz2 |
cd infinite loop bug fixed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-07-17 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclIOUtil.c: fix to rare 'cd' infinite loop in + normalization with vfs [Bug 991420]. + * tests/fileSystem.test: added test for above bug. + + * doc/FileSystem.3: clarified documentation of posix error + codes in 'remove directory' FS proc - 'EEXIST' is used to + signify a non-empty directory error (bug reported against + tclvfs). + 2004-07-16 Jeff Hobbs <jeffh@ActiveState.com> * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their |