summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-07-11 17:42:20 (GMT)
committervincentdarley <vincentdarley>2002-07-11 17:42:20 (GMT)
commit512babc0460682cb0d6921ef9e06e709638942bc (patch)
tree53e69a17a37f4b18c7cca9ab30724f9350253151 /ChangeLog
parent3fee670effbf74c4f52c8b227dacca0be2a67404 (diff)
downloadtcl-512babc0460682cb0d6921ef9e06e709638942bc.zip
tcl-512babc0460682cb0d6921ef9e06e709638942bc.tar.gz
tcl-512babc0460682cb0d6921ef9e06e709638942bc.tar.bz2
file normalization on win 95/98
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e60b503..5499298 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-07-11 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * doc/file.n:
+ * win/tclWinFile.c: on Win 95/98/ME the long form of the path
+ is used as a normalized form. This is required because short
+ forms are not a robust representation. The file normalization
+ function has been sped up, but more performance gains might be
+ possible, if speed is still an issue on these platforms.
+
2002-07-11 Don Porter <dgp@users.sourceforge.net>
* doc/Hash.3: Overlooked CONST documentation update.