summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69be47e..502e32e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-06-10 Zoran Vasiljevic <vasiljevic@users.sf.net>
+
+ * generic/tclIOUtil.c: partially corrected [Bug 932314].
+ Also, corrected return values of Tcl_FSChdir() to
+ reflect those of the underlying platform-specific call.
+ Originally, return codes were mixed with those of Tcl.
+
2004-06-08 Miguel Sofer <msofer@users.sf.net>
* generic/tclCompile.c: handle warning [Bug 969066]