summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-06-10 17:41:51 (GMT)
committervincentdarley <vincentdarley>2002-06-10 17:41:51 (GMT)
commitffa5cb21c298b67cfc7add97fdd50753c1423e7b (patch)
tree92e1d25eef8bcbd6ce3729719cab535fe73c8c1f /ChangeLog
parente41988bdf21c8f8cd4088031e67e4fdd1793b7b7 (diff)
downloadtcl-ffa5cb21c298b67cfc7add97fdd50753c1423e7b.zip
tcl-ffa5cb21c298b67cfc7add97fdd50753c1423e7b.tar.gz
tcl-ffa5cb21c298b67cfc7add97fdd50753c1423e7b.tar.bz2
fs fixed commit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ceed2f..14d171f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
* generic/tclIOUtil.c: improved and sped up handling of
native paths (duplication and conversion to normalized paths),
particularly on Windows.
+ * modified part of above commit, due to problems on Linux.
+ Will re-examine bug report and evaluate more closely.
2002-06-07 Don Porter <dgp@users.sourceforge.net>