summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-10-29 11:49:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-10-29 11:49:24 (GMT)
commitcbb055ea7121a4a61a3c9b7bbc57298cc564d3d7 (patch)
treed58852f4e62326fa45ff4b8b677e5f10d9b53451 /ChangeLog
parent4110908a9c6a3510c762409aadf6d887a640baa4 (diff)
downloadtcl-cbb055ea7121a4a61a3c9b7bbc57298cc564d3d7.zip
tcl-cbb055ea7121a4a61a3c9b7bbc57298cc564d3d7.tar.gz
tcl-cbb055ea7121a4a61a3c9b7bbc57298cc564d3d7.tar.bz2
General cleanliness improvements.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c621064..d658232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-10-29 Donal K. Fellows <dkf@users.sf.net>
+ * tests/dict.test: Make variable-clean and simplify tests by utilizing
+ the fact that dictionaries have defined orders.
+
* generic/tclZlib.c (TclZlibCmd): Remove accidental C99-ism which
reportedly makes the AIX native compiler choke.