summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-07-17 12:18:14 (GMT)
committervincentdarley <vincentdarley>2004-07-17 12:18:14 (GMT)
commit4af5f58b2ad4e68a5391a885c1b34c6ea128f926 (patch)
tree793446b305b330ac83bde9f31783d5f0f89a7fe4 /ChangeLog
parent2235097de407afaaaeeb873f8c73758e17466b08 (diff)
downloadtcl-4af5f58b2ad4e68a5391a885c1b34c6ea128f926.zip
tcl-4af5f58b2ad4e68a5391a885c1b34c6ea128f926.tar.gz
tcl-4af5f58b2ad4e68a5391a885c1b34c6ea128f926.tar.bz2
cd infinite loop bug fixed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 484a11e..2c109ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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