summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-01-25 03:12:00 (GMT)
committerhobbs <hobbs>2003-01-25 03:12:00 (GMT)
commitf9b9d749cefde03a0e20c3fe82fd51cb3298e0f0 (patch)
treec70c5420d1b467aa8eba5dfddd089b873ab3172d /ChangeLog
parent1e3b29791372232d82e4b6b3e25f78c30ada8fd1 (diff)
downloadtcl-f9b9d749cefde03a0e20c3fe82fd51cb3298e0f0.zip
tcl-f9b9d749cefde03a0e20c3fe82fd51cb3298e0f0.tar.gz
tcl-f9b9d749cefde03a0e20c3fe82fd51cb3298e0f0.tar.bz2
* generic/tclEvent.c (Tcl_Finalize): revert finalize change on
2002-12-04 to correct the issue with extensions that have TSD needing to finalize that before they are unloaded. This issue needs further clarification.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34e9358..4b3fa79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2003-01-24 Jeff Hobbs <jeffh@ActiveState.com>
+ * win/tclWinDde.c (Dde_Init): clarified use of tsdPtr.
+ (DdeServerProc): better refcount handling of returnPackagePtr.
+
+ * generic/tclEvent.c (Tcl_Finalize): revert finalize change on
+ 2002-12-04 to correct the issue with extensions that have TSD
+ needing to finalize that before they are unloaded. This issue
+ needs further clarification.
+
* tests/unixFCmd.test: only do groups check on unix
2003-01-24 Vince Darley <vincentdarley@users.sourceforge.net>