diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-10-01 13:17:34 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-10-01 13:17:34 (GMT) |
commit | 90cf19d1e8047062753c6dcb127807aec08760b7 (patch) | |
tree | b15ff467a4d2d1c525734eadd41b038813577977 /ChangeLog | |
parent | 6038a3e7e943a56a3a1d383b9048d2785d4171f3 (diff) | |
download | tcl-90cf19d1e8047062753c6dcb127807aec08760b7.zip tcl-90cf19d1e8047062753c6dcb127807aec08760b7.tar.gz tcl-90cf19d1e8047062753c6dcb127807aec08760b7.tar.bz2 |
Backported fix for bug #1420432 (cannot set mtime for directories on windows).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-10-01 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/tclWinFile.c: Backported fix for bug #1420432 (cannot set + * tests/cmdAH.test: mtime for directories on windows). + 2006-09-30 Miguel Sofer <msofer@users.sf.net> * generic/tclUtil.c (Tcl_SplitList): optimisation, [Patch 1344747] |