summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2004-06-10 13:59:08 (GMT)
committervasiljevic <zv@archiware.com>2004-06-10 13:59:08 (GMT)
commit1c4cee847c2020e2cf01b5eda482035878b51ae9 (patch)
treec10528afe13f9fd7c1d46d0da7a4646dd8dbc960 /ChangeLog
parent3f28d37c32934a4b9ebb9e9de25f85c8ed77fdb0 (diff)
downloadtcl-1c4cee847c2020e2cf01b5eda482035878b51ae9.zip
tcl-1c4cee847c2020e2cf01b5eda482035878b51ae9.tar.gz
tcl-1c4cee847c2020e2cf01b5eda482035878b51ae9.tar.bz2
Partially corrected [Bug 932314].
Diffstat (limited to 'ChangeLog')
-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]