diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-10-01 13:03:56 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-10-01 13:03:56 (GMT) |
commit | 1676722753b69ec304ed95a1d75b24501b5445a4 (patch) | |
tree | f900c081b3a0024359154f5e9e79527181cff93a /ChangeLog | |
parent | c66d63df2c14632d90b665b3e576bc44b18e627f (diff) | |
download | tcl-1676722753b69ec304ed95a1d75b24501b5445a4.zip tcl-1676722753b69ec304ed95a1d75b24501b5445a4.tar.gz tcl-1676722753b69ec304ed95a1d75b24501b5445a4.tar.bz2 |
bug #1420432 - file mtime fails for directories on windows
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-10-01 Pat Thoyts <patthoyts@users.sourceforge.net> + * win/tclWinFile.c (TclpUtime): bug #1420432 - file mtime fails + * tests/cmdAH.test: for directories on windows + * tests/winFile.test: Handle Msys environment a little differently in getuser function. Fix for bug 1567956. |