summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-12-09 15:31:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-12-09 15:31:02 (GMT)
commit878a2c8e302bf33fb08ea7b685001fccf7789071 (patch)
tree3f1724f6c2b8c86e660c85655caed115f53d6822 /ChangeLog
parentee6985ab9eed245164bf1078496d5b7efbabdd9c (diff)
downloadtcl-878a2c8e302bf33fb08ea7b685001fccf7789071.zip
tcl-878a2c8e302bf33fb08ea7b685001fccf7789071.tar.gz
tcl-878a2c8e302bf33fb08ea7b685001fccf7789071.tar.bz2
* tests/fCmd.test: Improve sanity of constraints now that we don't
support anything before Windows 2000.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49d8311..5f6c6bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2010-12-09 Donal K. Fellows <dkf@users.sf.net>
+ * tests/fCmd.test: Improve sanity of constraints now that we don't
+ support anything before Windows 2000.
+
* generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...):
Break up [file] into an ensemble. Note that the ensemble is safe in
itself, but the majority of its subcommands are not.