diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-17 21:42:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-17 21:42:32 (GMT) |
commit | 549bca53eb8459be31dd2ffb973f179b5f785562 (patch) | |
tree | cb5ccb5cd76d46dde4f46c25d427c60f7ed5c590 /ChangeLog | |
parent | 92201d56274ec5ce7328aef2e606f27d47274409 (diff) | |
download | tcl-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-- | 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> + * 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. |