summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-09-16 14:56:07 (GMT)
committervincentdarley <vincentdarley>2003-09-16 14:56:07 (GMT)
commite6788bab0b7b55f8cca215f1f569d8716e1c78e8 (patch)
tree4e3d76904b31cf663a2688c36ddfcf4d5df3c799 /ChangeLog
parent13c7d5e6054461be54e6e463d4e60d7027322c81 (diff)
downloadtcl-e6788bab0b7b55f8cca215f1f569d8716e1c78e8.zip
tcl-e6788bab0b7b55f8cca215f1f569d8716e1c78e8.tar.gz
tcl-e6788bab0b7b55f8cca215f1f569d8716e1c78e8.tar.bz2
minor filesystem bug fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c0754c..01573d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-09-16 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * doc/filename.n: documentation of Windows-specific feature as
+ discussed in [Bug 541989]
+ * generic/tclPathObj.c: fix for normalization of volume-relative
+ paths [Bug 767834]
+ * tests/winFCmd.test: new tests for both of the above.
+
2003-09-13 Donal K. Fellows <fellowsd@cs.man.ac.uk>
TIP#123 IMPLEMENTATION BASED ON WORK BY ARJEN MARKUS