summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-04 13:04:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-04 13:04:12 (GMT)
commit0660514c8f0c2acc9b501b3dacf25ec326479e52 (patch)
tree9f0920417ad44781914ce909a85e22031fae01a9 /ChangeLog
parent81b15600f5cee6d721bd157eef9347bfab1521fe (diff)
downloadtcl-0660514c8f0c2acc9b501b3dacf25ec326479e52.zip
tcl-0660514c8f0c2acc9b501b3dacf25ec326479e52.tar.gz
tcl-0660514c8f0c2acc9b501b3dacf25ec326479e52.tar.bz2
* tests/cmdAH.test: Made tests of [file mtime] work better on FAT
filesystems. [Patch 760768] Also a little general cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae498ed..05f4779 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-07-04 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * tests/cmdAH.test: Made tests of [file mtime] work better on FAT
+ filesystems. [Patch 760768] Also a little general cleanup.
+
* generic/tclCmdMZ.c (Tcl_StringObjCmd): Made [string map] accept
dictionaries for maps. This is much trickier than it looks, since
map entry ordering is significant. [Bug 759936]