summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-17 21:42:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-17 21:42:32 (GMT)
commit549bca53eb8459be31dd2ffb973f179b5f785562 (patch)
treecb5ccb5cd76d46dde4f46c25d427c60f7ed5c590 /ChangeLog
parent92201d56274ec5ce7328aef2e606f27d47274409 (diff)
downloadtcl-549bca53eb8459be31dd2ffb973f179b5f785562.zip
tcl-549bca53eb8459be31dd2ffb973f179b5f785562.tar.gz
tcl-549bca53eb8459be31dd2ffb973f179b5f785562.tar.bz2
Changed test back to what it used to be in 7.* now that [set] counts as a
real command once again. :^)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e087710..90ee27f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-05-17 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * tests/info.test (info-3.1): Corrected test result back to what
+ it used to be in Tcl 7.* now that command counts are being
+ correctly kept.
+
* generic/tclExecute.c (TEBC:INST_START_CMD): Make sure that the
command-count is always advanced. Allows TIP#143 limits to tell
that work is being done.