diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-22 22:08:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-22 22:08:15 (GMT) |
commit | 0d3736a83847ccd3059efefa69eec35f005c9faa (patch) | |
tree | c157a6a7a0a6ae82bf4b65d209379b2a9110a2ef /ChangeLog | |
parent | 231f5f3d5b6c01e9bc38fee95c93db53a52ae90b (diff) | |
download | tcl-0d3736a83847ccd3059efefa69eec35f005c9faa.zip tcl-0d3736a83847ccd3059efefa69eec35f005c9faa.tar.gz tcl-0d3736a83847ccd3059efefa69eec35f005c9faa.tar.bz2 |
Add *very* basic test suite for modules, and tighten up the doc style
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-10-22 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * doc/tm.n: Tightened up the documentation. + * tests/tm.test: Created (with partially dummy content) so TIP#189 + can be marked Final. + * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make ensembles cut their implementations out of error traces. This is the right thing to do more often than not. |