summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-25 15:36:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-25 15:36:59 (GMT)
commit75edfbbf9073ea32340ab1a7315f01b8077fd1ba (patch)
tree070f8ade6c5d8896434565c304ac6652e5dd8207 /ChangeLog
parentf030067d93d70355784a6c62c76178ccdc1dfcb7 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bad7ce1..0df87bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: