diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-07-21 21:51:35 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-07-21 21:51:35 (GMT) |
commit | 0cfbc1cfc7ced06308d425a94a7eb780cd0a0909 (patch) | |
tree | 2a7835f5541e525a83093d05ec605d331239fd96 /ChangeLog | |
parent | 45fca6378191844231368026abfba87f18334f39 (diff) | |
download | tcl-0cfbc1cfc7ced06308d425a94a7eb780cd0a0909.zip tcl-0cfbc1cfc7ced06308d425a94a7eb780cd0a0909.tar.gz tcl-0cfbc1cfc7ced06308d425a94a7eb780cd0a0909.tar.bz2 |
Added test for file rename with inode collision on windows
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ 2008-07-21 Pat Thoyts <patthoyts@users.sourceforge.net> * generic/tclFCmd.c: Inodes on windows are unreliable [Bug 2015723] + * tests/winFCmd.test: test rename with inode collision 2008-07-21 Miguel Sofer <msofer@users.sf.net> |