diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-17 21:30:11 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-17 21:30:11 (GMT) |
commit | 92201d56274ec5ce7328aef2e606f27d47274409 (patch) | |
tree | df82c00643ffdd3d1aa1a1ad77a6fa8398ccd043 /ChangeLog | |
parent | 75b04e4a226527d290affcdb2ed3ef4e8982b868 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |