diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-25 15:36:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-25 15:36:59 (GMT) |
commit | 75edfbbf9073ea32340ab1a7315f01b8077fd1ba (patch) | |
tree | 070f8ade6c5d8896434565c304ac6652e5dd8207 /ChangeLog | |
parent | f030067d93d70355784a6c62c76178ccdc1dfcb7 (diff) | |
download | tcl-75edfbbf9073ea32340ab1a7315f01b8077fd1ba.zip tcl-75edfbbf9073ea32340ab1a7315f01b8077fd1ba.tar.gz tcl-75edfbbf9073ea32340ab1a7315f01b8077fd1ba.tar.bz2 |
Flesh out tests and transform the TM manager API into an ensemble
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-10-25 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * tests/tm.test: Rewrote the tests to actually perform syntax + checks on the public API. Added a new test (currently failing) to + indicate that the test suite is not complete yet. + * library/tm.tcl (path): Rewrote to turn this command into an + ensemble to make it faster and simpler. + 2004-10-24 Miguel Sofer <msofer@users.sf.net> * generic/tclCmdIL.c: |