summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2004-06-10 17:10:18 (GMT)
committervasiljevic <zv@archiware.com>2004-06-10 17:10:18 (GMT)
commit585b5b95cd2a7542cf4d49d89a50a72c654195f7 (patch)
tree9bc3a8fe749c139c6bcb4c9bb7d9a325ed1825f0 /ChangeLog
parentb883043c6a750576d959ad7cab775c41c6076cae (diff)
downloadtcl-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfc5bf7..5f0df68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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