diff options
author | vasiljevic <zv@archiware.com> | 2004-06-10 13:59:08 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2004-06-10 13:59:08 (GMT) |
commit | 1c4cee847c2020e2cf01b5eda482035878b51ae9 (patch) | |
tree | c10528afe13f9fd7c1d46d0da7a4646dd8dbc960 /ChangeLog | |
parent | 3f28d37c32934a4b9ebb9e9de25f85c8ed77fdb0 (diff) | |
download | tcl-1c4cee847c2020e2cf01b5eda482035878b51ae9.zip tcl-1c4cee847c2020e2cf01b5eda482035878b51ae9.tar.gz tcl-1c4cee847c2020e2cf01b5eda482035878b51ae9.tar.bz2 |
Partially corrected [Bug 932314].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |