diff options
author | vasiljevic <zv@archiware.com> | 2004-07-15 21:20:24 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2004-07-15 21:20:24 (GMT) |
commit | f1672e88f2ba0cd791ed0ef2b4196696cf993c5c (patch) | |
tree | 406f4edeca9bed43cc97046d91419f648b9602d4 /ChangeLog | |
parent | 597bb3236aba9dbe1c799b8bde917c1228fd21a1 (diff) | |
download | tcl-f1672e88f2ba0cd791ed0ef2b4196696cf993c5c.zip tcl-f1672e88f2ba0cd791ed0ef2b4196696cf993c5c.tar.gz tcl-f1672e88f2ba0cd791ed0ef2b4196696cf993c5c.tar.bz2 |
Added new fix for the Tcl Bug #770053. Now we conditionaly perform
the TclFinalizeNotifier in order to correct broken ref-counting
of the notifier thread.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-07-15 Zoran Vasiljevic <vasiljevic@users.sf.net> + + * generic/tclEvent.c (NewThreadProc): Backout of changes + to fix the Tcl Bug #770053. See SF bugreport for more info. + + * generic/tclNotify.c (TclFinalizeNotifier): Added conditional + notifier finalization based on the fact that an TclInitNotifier + has been called for the current thread. This fixes the Tcl + Bug #770053 again. Hopefully this time w/o unwanted side-effects. + 2004-07-14 Andreas Kupries <andreask@activestate.com> * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set in |