summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-10-28 04:57:02 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-10-28 04:57:02 (GMT)
commit56606ac70dec0e61009ec6ef2da57193abc0c33b (patch)
tree3222369aae1a3af00bbb14aaf323f48e776a816a /ChangeLog
parentd2a75636f32b091238c993c7a9f579866c3cb28d (diff)
downloadtcl-56606ac70dec0e61009ec6ef2da57193abc0c33b.zip
tcl-56606ac70dec0e61009ec6ef2da57193abc0c33b.tar.gz
tcl-56606ac70dec0e61009ec6ef2da57193abc0c33b.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa93208..f163d18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,11 @@
coresponding closing block as it serves no purpose given that all
the function prototypes have the proper extern usage already.
+ * unix/tclAppInit.c: When built as tcltest, TclThread_Init was
+ * win/tclAppInit.c: getting called twice. First by
+ Tcltest_Init, then again in Tcl_AppInit. The call from Tcl_AppInit
+ is now removed.
+
2004-10-27 Andreas Kupries <andreask@activestate.com>
* tests/tm.test: Expanded on the testsuite entered by Donal.