summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-06-27 12:27:34 (GMT)
committervincentdarley <vincentdarley>2002-06-27 12:27:34 (GMT)
commitd803b5d6f6c5b0536c4b9ea252cb2e9312dc8302 (patch)
treedff037214125bb866ef5becad1d4e39993ba0b07 /ChangeLog
parentaf98b186fc8d7e04f254b7bf0e6588000e5e6ea3 (diff)
downloadtcl-d803b5d6f6c5b0536c4b9ea252cb2e9312dc8302.zip
tcl-d803b5d6f6c5b0536c4b9ea252cb2e9312dc8302.tar.gz
tcl-d803b5d6f6c5b0536c4b9ea252cb2e9312dc8302.tar.bz2
unix root volume fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b589fd1..d5447ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
* generic/tclIOUtil.c: fix to handling of empty paths ""
which are not claimed by any filesystem (Bug #573758).
Ensure good error messages are given in all cases.
+ * tests/cmdAH.test:
+ * unix/tclUnixFCmd.c: fix to bug reported as part of
+ (Patch #566669). Thanks to Taguchi, Takeshi for the report.
2002-06-26 Reinhard Max <max@suse.de>