summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-06-21 16:28:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-06-21 16:28:34 (GMT)
commitf271c4ad0a19d06b3f42aa7ab22f92a4ebc0879e (patch)
tree54b585e192a043e869013c7ddbc625ea2173573b /ChangeLog
parent83102e6f2f98d36d59b7b69132074e9724dc2feb (diff)
downloadtcl-f271c4ad0a19d06b3f42aa7ab22f92a4ebc0879e.zip
tcl-f271c4ad0a19d06b3f42aa7ab22f92a4ebc0879e.tar.gz
tcl-f271c4ad0a19d06b3f42aa7ab22f92a4ebc0879e.tar.bz2
Backport tcltest 2.3.3 for release with Tcl 8.5.*
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aebd347..b0fcbe2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-06-21 Don Porter <dgp@users.sourceforge.net>
+ * library/tcltest/tcltest.tcl (loadIntoSlaveInterpreter):
+ * library/tcltest/pkgIndex.tcl: Backport tcltest 2.3.3 for release
+ * unix/Makefile.in: with Tcl 8.5.*.
+ * win/Makefile.in:
+
+ * tests/init.test: Update test files to use new command.
+ * tests/pkg.test:
+
* generic/tclLink.c: Prevent multiple links to a single Tcl
variable when calling Tcl_LinkVar(). [Bug 3317466]