summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2001-11-19 17:45:12 (GMT)
committervincentdarley <vincentdarley>2001-11-19 17:45:12 (GMT)
commit0c8611b14c13a79efe7691651a45f20c7b47409c (patch)
tree3f2e86cd2a8eb99aa4c5ff5e7ef1d85671b5a518 /ChangeLog
parent5417c9d53dd7e73ca789bbc888f3bf392202a0eb (diff)
downloadtcl-0c8611b14c13a79efe7691651a45f20c7b47409c.zip
tcl-0c8611b14c13a79efe7691651a45f20c7b47409c.tar.gz
tcl-0c8611b14c13a79efe7691651a45f20c7b47409c.tar.bz2
win fs fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cce6417..f6abdd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2001-11-19 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * win/tclWinFile.c:
+ * win/tclWinFCmd.c:
+ * win/tclWin32Dll.c:
+ * doc/file.n:
+ * tests/winFCmd.test: improved speed of file normalization
+ for Win95/98, and clarified docs on differences in file
+ normalization between NT/2000 and the older operating systems.
+ Added test to ensure normalization is correct.
+
2001-11-19 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclBasic.c: