summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-09-08 13:38:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-09-08 13:38:08 (GMT)
commit408838f622f7e0872c7547f38512364490472a41 (patch)
tree393a4b16a1f30211a43214ab16344f7efccba378 /ChangeLog
parent33749182b894f13cecd1163b82537b5cad1a5f27 (diff)
downloadtcl-408838f622f7e0872c7547f38512364490472a41.zip
tcl-408838f622f7e0872c7547f38512364490472a41.tar.gz
tcl-408838f622f7e0872c7547f38512364490472a41.tar.bz2
Added support machinery for TIP#254 tests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b27fdb8..bbd8429 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,8 @@
* generic/tclLink.c (LinkTraceProc,ObjValue): Added many new of C var
* generic/tcl.h: to link to, making it
* doc/LinkVar.3: easier to seamlessly
- couple C code and Tcl scripts in an application. [Patch 1242844]
+ * generic/tclTest.c (TestlinkCmd): couple C code and Tcl
+ scripts in an application. [Patch 1242844]
2005-09-07 Don Porter <dgp@users.sourceforge.net>