diff options
author | vasiljevic <zv@archiware.com> | 2004-06-10 17:10:18 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2004-06-10 17:10:18 (GMT) |
commit | 585b5b95cd2a7542cf4d49d89a50a72c654195f7 (patch) | |
tree | 9bc3a8fe749c139c6bcb4c9bb7d9a325ed1825f0 /ChangeLog | |
parent | b883043c6a750576d959ad7cab775c41c6076cae (diff) | |
download | tcl-585b5b95cd2a7542cf4d49d89a50a72c654195f7.zip tcl-585b5b95cd2a7542cf4d49d89a50a72c654195f7.tar.gz tcl-585b5b95cd2a7542cf4d49d89a50a72c654195f7.tar.bz2 |
Fixed Tcl_FSChdir not to forcefully update private cwd cached copy.
This fixes the problem of [cwd] reporting relative file paths under
certain cirumstances.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-06-10 Zoran Vasiljevic <vasiljevic@users.sf.net> + + * generic/tclIOUtil.c: removed forceful setting of the + private cached current working directory rep from + within the Tcl_FSChdir(). We delegate this task to + the Tcl_FSGetCwd() which does this task anyway. + The relevant code is still present but disabled + temporarily until the change proves correct. The Tcl + test suite passes all test with the given change so + I suppose it is good enough. + 2004-06-10 Don Porter <dgp@users.sourceforge.net> * generic/tclPathObj.c: Corrected [file tail] results when operating |