summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2004-01-23 10:59:56 (GMT)
committervincentdarley <vincentdarley@noemail.net>2004-01-23 10:59:56 (GMT)
commit2e2cf79cb59c2eddabb230917309265d145bbd8a (patch)
treea0c28b5eaba664ae2cf954de2a8c8c836e74c31a /ChangeLog
parent266621f0317f979d6517219864c2f3b1e80e0796 (diff)
downloadtcl-2e2cf79cb59c2eddabb230917309265d145bbd8a.zip
tcl-2e2cf79cb59c2eddabb230917309265d145bbd8a.tar.gz
tcl-2e2cf79cb59c2eddabb230917309265d145bbd8a.tar.bz2
file normalize bug fixes for .. and .
FossilOrigin-Name: 53c4f86a0186abda6b374fc576457f5fbfd16217
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 15 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6661879..d5252f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-01-22 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * tests/fileSystem.test: 3 new tests
+ * generic/tclPathObj.c: fix to [Bug 879555] in file normalization.
+ * doc/filename.n: small clarification to Windows behaviour with
+ filenames like '.....', 'a.....', '.....a'.
+
+ * generic/tclIOUtil.c: slight improvement to native cwd caching
+ on Windows.
+
2004-01-21 David Gravereaux <davygrvy@pobox.com>
* doc/Panic.3: Mentions of 'panic' and 'panicVA' removed from
@@ -36,10 +46,11 @@
conversions. (3) clarifications to the documentation,
particularly regarding the acceptable refCounts of objects.
Some new tests added. Tcl benchmarks show a significant
- improvement over 8.4.5, and typically a small improvement over
- 8.3.5. TCL_FILESYSTEM_VERSION_2 introduced, but for internal
- use only. There should be no public incompatibilities from
- these changes. Thanks to dgp for extensive testing.
+ improvement over 8.4.5, and on Windows typically a small
+ improvement over 8.3.5 (Unix still appears to require
+ optimisation). TCL_FILESYSTEM_VERSION_2 introduced, but for
+ internal use only. There should be no public incompatibilities
+ from these changes. Thanks to dgp for extensive testing.
2004-01-19 David Gravereaux <davygrvy@pobox.com>