summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-03-31 07:57:31 (GMT)
committerhobbs <hobbs>2001-03-31 07:57:31 (GMT)
commitfc917e03f0febbf3d08e3490a28a9b99cd14c8e4 (patch)
treecf93ab95d068a0d81efb65a15ce50afd65167b20 /ChangeLog
parentbac1f905835bd292a9b98b9f085e389ffd0437e0 (diff)
downloadtcl-fc917e03f0febbf3d08e3490a28a9b99cd14c8e4.zip
tcl-fc917e03f0febbf3d08e3490a28a9b99cd14c8e4.tar.gz
tcl-fc917e03f0febbf3d08e3490a28a9b99cd14c8e4.tar.bz2
* generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtr
to NULL to allow for reuse. * generic/tclEvent.c (Tcl_Finalize): moved the tsdPtr initialization inside the subsystemsInitialized check to prevent it potentially getting called twice during finalization. (wu) [Patch #403532, Bug #219391]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18ccb39..a3cc3a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2001-03-30 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtr
+ to NULL to allow for reuse.
+ * generic/tclEvent.c (Tcl_Finalize): moved the tsdPtr
+ initialization inside the subsystemsInitialized check to prevent
+ it potentially getting called twice during finalization. (wu)
+ [Patch #403532, Bug #219391]
+
+ * generic/tclThreadTest.c (Tcl_ThreadObjCmd): cast fixes
* generic/tclTest.c (TestChannelCmd): added cast to mollify
Windows debug build.