diff options
author | vincentdarley <vincentdarley> | 2002-07-11 17:42:20 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-07-11 17:42:20 (GMT) |
commit | 512babc0460682cb0d6921ef9e06e709638942bc (patch) | |
tree | 53e69a17a37f4b18c7cca9ab30724f9350253151 /ChangeLog | |
parent | 3fee670effbf74c4f52c8b227dacca0be2a67404 (diff) | |
download | tcl-512babc0460682cb0d6921ef9e06e709638942bc.zip tcl-512babc0460682cb0d6921ef9e06e709638942bc.tar.gz tcl-512babc0460682cb0d6921ef9e06e709638942bc.tar.bz2 |
file normalization on win 95/98
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |