summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-03-25 00:35:02 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-03-25 00:35:02 (GMT)
commiteee7eab0e7b0dc4de7075e8ff5593216a2660bb0 (patch)
tree7ed520c881fe9142539f191e72a2580a6a3e0944 /ChangeLog
parent3823be6fa3f36e6e920aee1c399d1dd817785488 (diff)
downloadtcl-eee7eab0e7b0dc4de7075e8ff5593216a2660bb0.zip
tcl-eee7eab0e7b0dc4de7075e8ff5593216a2660bb0.tar.gz
tcl-eee7eab0e7b0dc4de7075e8ff5593216a2660bb0.tar.bz2
* generic/tclCompile.h: Move the TclInterpReady() declaration from
* generic/tclInt.h: tclCompile.h to tclInt.h. Should have been done as part of the 1115904 bug fix on 2005-03-18. * generic/tclThreadTest.c: Stop providing the phony package "Thread 1.0" when the [::testthread] command is defined. It's never used by anything, and conflicts with loading the real "Thread" package.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7c7bc6..25da4c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-03-24 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCompile.h: Move the TclInterpReady() declaration from
+ * generic/tclInt.h: tclCompile.h to tclInt.h. Should have
+ been done as part of the 1115904 bug fix on 2005-03-18.
+
+ * generic/tclThreadTest.c: Stop providing the phony package
+ "Thread 1.0" when the [::testthread] command is defined. It's
+ never used by anything, and conflicts with loading the real
+ "Thread" package.
+
2005-03-18 Don Porter <dgp@users.sourceforge.net>
* generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks