summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-17 21:30:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-17 21:30:11 (GMT)
commit92201d56274ec5ce7328aef2e606f27d47274409 (patch)
treedf82c00643ffdd3d1aa1a1ad77a6fa8398ccd043 /ChangeLog
parent75b04e4a226527d290affcdb2ed3ef4e8982b868 (diff)
downloadtcl-92201d56274ec5ce7328aef2e606f27d47274409.zip
tcl-92201d56274ec5ce7328aef2e606f27d47274409.tar.gz
tcl-92201d56274ec5ce7328aef2e606f27d47274409.tar.bz2
Improved TIP#143 tests and now track the number of bytecoded commands better.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8884b16..e087710 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-05-17 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * 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.
+
* doc/list.n: Updated example to fit with the unified format.
* doc/seek.n: Added some examples.