diff options
author | vasiljevic <zv@archiware.com> | 2004-06-09 16:15:23 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2004-06-09 16:15:23 (GMT) |
commit | 05b282b4658500f59d471eb22d52d0aff13b71aa (patch) | |
tree | 168821d386e828b73fc78fa08d258eb096c02774 /ChangeLog | |
parent | e8001372a990fb7ff88cbab5b1661413d9da68c6 (diff) | |
download | tcl-05b282b4658500f59d471eb22d52d0aff13b71aa.zip tcl-05b282b4658500f59d471eb22d52d0aff13b71aa.tar.gz tcl-05b282b4658500f59d471eb22d52d0aff13b71aa.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-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: |