summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2006-10-01 13:17:33 (GMT)
committerpatthoyts <patthoyts@noemail.net>2006-10-01 13:17:33 (GMT)
commitd3ee56df4158429facadb4da99478949f359e385 (patch)
treeb15ff467a4d2d1c525734eadd41b038813577977 /ChangeLog
parentc7e07160a04261429d3d336975df7287dd463706 (diff)
downloadtcl-d3ee56df4158429facadb4da99478949f359e385.zip
tcl-d3ee56df4158429facadb4da99478949f359e385.tar.gz
tcl-d3ee56df4158429facadb4da99478949f359e385.tar.bz2
Backported fix for bug #1420432 (cannot set mtime for directories on windows).
FossilOrigin-Name: 83a4c18e173ce1d2ae99633bd5939d877df6161d
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]