summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2004-06-09 16:15:23 (GMT)
committervasiljevic <zv@archiware.com>2004-06-09 16:15:23 (GMT)
commit05b282b4658500f59d471eb22d52d0aff13b71aa (patch)
tree168821d386e828b73fc78fa08d258eb096c02774 /ChangeLog
parente8001372a990fb7ff88cbab5b1661413d9da68c6 (diff)
downloadtcl-05b282b4658500f59d471eb22d52d0aff13b71aa.zip
tcl-05b282b4658500f59d471eb22d52d0aff13b71aa.tar.gz
tcl-05b282b4658500f59d471eb22d52d0aff13b71aa.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 cf8b088..443fe2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-06-09 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: