diff options
author | hobbs <hobbs> | 2003-01-25 03:12:00 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-01-25 03:12:00 (GMT) |
commit | f9b9d749cefde03a0e20c3fe82fd51cb3298e0f0 (patch) | |
tree | c70c5420d1b467aa8eba5dfddd089b873ab3172d /ChangeLog | |
parent | 1e3b29791372232d82e4b6b3e25f78c30ada8fd1 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |