diff options
author | vincentdarley <vincentdarley> | 2004-03-26 19:04:48 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-03-26 19:04:48 (GMT) |
commit | 1fab20da2dcd874015e0001999807698fcc6688e (patch) | |
tree | 40d72e632855c9e8ba31f676d6da0352a078b367 /ChangeLog | |
parent | dbf0dda330688becb98f2c5eb2e87878f80487cf (diff) | |
download | tcl-1fab20da2dcd874015e0001999807698fcc6688e.zip tcl-1fab20da2dcd874015e0001999807698fcc6688e.tar.gz tcl-1fab20da2dcd874015e0001999807698fcc6688e.tar.bz2 |
fixed another volume-relative file normalization problem
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ 2004-03-26 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclPathObj.c: Fix to Windows-only volume relative - * tests/fileSystem.test: path normalization. [Bug 923586] + * tests/fileSystem.test: path normalization. [Bug 923586]. + Also fixed another volume relative bug found while testing. 2004-03-24 Donal K. Fellows <donal.k.fellows@man.ac.uk> |