summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-11-15 16:41:40 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-11-15 16:41:40 (GMT)
commit3e3cbca74cb86cb694a6a95e849daaabcda74a31 (patch)
tree3d2e22bd79674e96cc7102056307c51a894b7451 /ChangeLog
parentde7a13a1ea31d6c10dabac82980991548cfac45a (diff)
downloadtcl-3e3cbca74cb86cb694a6a95e849daaabcda74a31.zip
tcl-3e3cbca74cb86cb694a6a95e849daaabcda74a31.tar.gz
tcl-3e3cbca74cb86cb694a6a95e849daaabcda74a31.tar.bz2
Bugs 926106 and 1353840
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c7b243..23c0fe8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-11-15 Kevin B. Kenny <kennykb@acm.org>
+
+ * tests/cmdAH.test: Backported the fix for [Bug 926016] because of
+ * win/tclWinFile.c: a repeated bug report in 8.4 [Bug 1353840].
+ Windows [file mtime] will now return seconds from the Posix epoch
+ correctly (except for FAT32 file systems after a DST change
+ without a reboot - for which there is no help). A side effect is
+ that file times will appear different in Tcl from the way they do
+ in Windows Explorer or a 'dir' listing, because the Microsoft
+ tools get the DST state wrong in the listings.
+
2005-11-09 Kevin B. Kenny <kennykb@acm.org>
* generic/tclTimer.c: Changed [after] so that it behaves correctly