summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2006-10-01 13:17:34 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2006-10-01 13:17:34 (GMT)
commit90cf19d1e8047062753c6dcb127807aec08760b7 (patch)
treeb15ff467a4d2d1c525734eadd41b038813577977 /ChangeLog
parent6038a3e7e943a56a3a1d383b9048d2785d4171f3 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f13450..6911e60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]