diff options
author | vincentdarley <vincentdarley> | 2005-03-15 18:08:20 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2005-03-15 18:08:20 (GMT) |
commit | 54eca4bde86a1e41d123a643f2aadf95caf433da (patch) | |
tree | 3a60d461d0cd76315e91eb297726993947421dcd /ChangeLog | |
parent | d1efd01d81c6ab8a8172b42147ecb529524894b3 (diff) | |
download | tcl-54eca4bde86a1e41d123a643f2aadf95caf433da.zip tcl-54eca4bde86a1e41d123a643f2aadf95caf433da.tar.gz tcl-54eca4bde86a1e41d123a643f2aadf95caf433da.tar.bz2 |
fix to file norm, file pathtype on windows reserved filenames
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-03-15 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclFileName.c: + * win/tclWinFile.c: + * tests/winFCMd.test: fix to 'file pathtype' and 'file norm' + failures on reserved filenames like 'COM1:', etc. + 2005-03-15 Kevin B. Kenny <kennykb@acm.org> * generic/tclClock.c: |